Skip to content

Commit

Permalink
Prepare 1.3.0 Alpha 1
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreGauthier committed Feb 22, 2024
1 parent 3141154 commit 272a4de
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"doctrine/doctrine-bundle": "^2.1",
"doctrine/doctrine-migrations-bundle": "^3.0",
"doctrine/orm": "^2.7",
"gally/gally-standard": "dev-master",
"gally/gally-standard": "1.3.0-alpha1",
"guzzlehttp/guzzle": "^7.0",
"hautelook/alice-bundle": "^2.10",
"lexik/jwt-authentication-bundle": "^2.14",
Expand Down
17 changes: 9 additions & 8 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",
"@elastic-suite/gally-admin-shared": "1.3.0-alpha.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",
"@elastic-suite/gally-admin-shared": "1.2.0",
"@elastic-suite/gally-admin-components": "1.3.0-alpha.0",
"@elastic-suite/gally-admin-shared": "1.3.0-alpha.0",
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@mui/material": "5.10.5",
Expand Down

0 comments on commit 272a4de

Please sign in to comment.