Skip to content

Commit

Permalink
Update back and front versions to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
botisSmile committed Dec 11, 2023
1 parent 461ab28 commit e6e3b98
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
uses: ./.github/workflows/tests.yml
with:
version: 1.2.x
last_published_version: 1.2.x-dev
last_published_version: 1.2.0
use_default_github_ref: true
secrets: inherit
4 changes: 2 additions & 2 deletions .github/workflows/deploy-1.2.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: ./.github/workflows/tests.yml
with:
version: 1.2.x
last_published_version: 1.2.x-dev
last_published_version: 1.2.0
secrets:
COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH }}
PACKAGIST_URL: ${{ secrets.PACKAGIST_URL }}
Expand All @@ -32,7 +32,7 @@ jobs:
uses: ./.github/workflows/deploy-int.yml
with:
version: 1.2.x
last_published_version: 1.2.x-dev
last_published_version: 1.2.0
secrets:
AWS_DEPLOY_KEY: ${{ secrets.AWS_DEPLOY_KEY }}
AWS_HOSTNAME: ${{ secrets.AWS_HOSTNAME_STABLE }}
Expand Down
2 changes: 1 addition & 1 deletion api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"doctrine/doctrine-migrations-bundle": "^3.0",
"doctrine/orm": "^2.7",
"elasticsearch/elasticsearch": "^7.0",
"gally/gally-standard": "1.2.x-dev",
"gally/gally-standard": "1.2.0",
"guzzlehttp/guzzle": "^7.0",
"hautelook/alice-bundle": "^2.10",
"lexik/jwt-authentication-bundle": "^2.14",
Expand Down
18 changes: 8 additions & 10 deletions api/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion front/example-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@elastic-suite/gally-admin-shared": "~1.2.0-alpha.8",
"@elastic-suite/gally-admin-shared": "1.2.0",
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@mui/icons-material": "5.10.6",
Expand Down
4 changes: 2 additions & 2 deletions front/pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"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"
},
"dependencies": {
"@elastic-suite/gally-admin-components": "~1.2.0-alpha.8",
"@elastic-suite/gally-admin-shared": "~1.2.0-alpha.8",
"@elastic-suite/gally-admin-components": "1.2.0",
"@elastic-suite/gally-admin-shared": "1.2.0",
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@mui/material": "5.10.5",
Expand Down

0 comments on commit e6e3b98

Please sign in to comment.