Skip to content

Commit 515075c

Browse files
committed
Update back and front vesions to 1.1.0
1 parent b19873b commit 515075c

File tree

5 files changed

+14
-16
lines changed

5 files changed

+14
-16
lines changed

.github/workflows/deploy-1.1.x.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: ./.github/workflows/tests.yml
1919
with:
2020
version: 1.1.x
21-
last_published_version: 1.1.x-dev
21+
last_published_version: 1.1.0
2222
secrets:
2323
COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH }}
2424

@@ -31,7 +31,7 @@ jobs:
3131
uses: ./.github/workflows/deploy-int.yml
3232
with:
3333
version: 1.1.x
34-
last_published_version: 1.1.x-dev
34+
last_published_version: 1.1.0
3535
secrets:
3636
AWS_DEPLOY_KEY: ${{ secrets.AWS_DEPLOY_KEY }}
3737
AWS_HOSTNAME: ${{ secrets.AWS_HOSTNAME_STABLE }}

api/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"doctrine/doctrine-migrations-bundle": "^3.0",
1515
"doctrine/orm": "^2.7",
1616
"elasticsearch/elasticsearch": "^7.0",
17-
"gally/gally-standard": "1.1.x-dev",
17+
"gally/gally-standard": "1.1.0",
1818
"guzzlehttp/guzzle": "^7.0",
1919
"hautelook/alice-bundle": "^2.10",
2020
"lexik/jwt-authentication-bundle": "^2.14",

api/composer.lock

Lines changed: 8 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front/example-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@elastic-suite/gally-admin-shared": "1.1.0-alpha.1",
6+
"@elastic-suite/gally-admin-shared": "1.1.0",
77
"@emotion/react": "11.10.4",
88
"@emotion/styled": "11.10.4",
99
"@mui/icons-material": "5.10.6",

front/pwa/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"prepare": "cd public && ln -fsT ../../node_modules/@elastic-suite/gally-admin-components/public/locales/ locales && ln -fsT ../../node_modules/@elastic-suite/gally-admin-components/public/images/ images"
2121
},
2222
"dependencies": {
23-
"@elastic-suite/gally-admin-components": "1.1.0-alpha.1",
24-
"@elastic-suite/gally-admin-shared": "1.1.0-alpha.1",
23+
"@elastic-suite/gally-admin-components": "1.1.0",
24+
"@elastic-suite/gally-admin-shared": "1.1.0",
2525
"@emotion/react": "11.10.4",
2626
"@emotion/styled": "11.10.4",
2727
"@mui/material": "5.10.5",

0 commit comments

Comments
 (0)