Skip to content

Commit

Permalink
CI: Bump artifact versions
Browse files Browse the repository at this point in the history
  • Loading branch information
supergraph-demo-bot committed Apr 26, 2022
1 parent 3b41fd9 commit efcea02
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "supergraph-router",
"version": "1.1.34",
"version": "1.1.35",
"description": "",
"main": "router.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion k8s/router/dev/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ resources:
images:
- name: prasek/supergraph-router:latest
newName: prasek/supergraph-router
newTag: 1.1.34
newTag: 1.1.35
8 changes: 4 additions & 4 deletions k8s/subgraphs/dev/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ resources:
images:
- name: prasek/subgraph-inventory:latest
newName: prasek/subgraph-inventory
newTag: 1.1.38
newTag: 1.1.39
- name: prasek/subgraph-pandas:latest
newName: prasek/subgraph-pandas
newTag: 1.1.30
- name: prasek/subgraph-products:latest
newName: prasek/subgraph-products
newTag: 1.1.34
newTag: 1.1.35
- name: prasek/subgraph-users:latest
newName: prasek/subgraph-users
newTag: 1.1.36
newTag: 1.1.37
- name: prasek/supergraph-serverless:latest
newName: prasek/supergraph-serverless
newTag: 1.0.18
newTag: 1.0.19
2 changes: 1 addition & 1 deletion serverless/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "supergraph-serverless",
"version": "1.0.18",
"version": "1.0.19",
"license": "MIT",
"scripts": {
"dev": "serverless offline"
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/inventory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subgraph-inventory",
"version": "1.1.38",
"version": "1.1.39",
"description": "",
"main": "inventory.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/products/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subgraph-products",
"version": "1.1.34",
"version": "1.1.35",
"description": "",
"main": "products.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/users/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subgraph-users",
"version": "1.1.36",
"version": "1.1.37",
"description": "",
"main": "users.js",
"scripts": {
Expand Down

0 comments on commit efcea02

Please sign in to comment.