Skip to content

Commit

Permalink
Update version to 1.0.1 for all the gally packages in front and back
Browse files Browse the repository at this point in the history
  • Loading branch information
botisSmile committed Jul 20, 2023
1 parent eb56b35 commit 090e689
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 15 deletions.
2 changes: 1 addition & 1 deletion api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"doctrine/doctrine-migrations-bundle": "^3.0",
"doctrine/orm": "^2.7",
"elasticsearch/elasticsearch": "^7.0",
"gally/gally-standard": "1.0.x-dev",
"gally/gally-standard": "1.0.1",
"guzzlehttp/guzzle": "^7.0",
"hautelook/alice-bundle": "^2.10",
"lexik/jwt-authentication-bundle": "^2.14",
Expand Down
19 changes: 8 additions & 11 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,13 +3,13 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@elastic-suite/gally-admin-shared": "1.0.1",
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@mui/icons-material": "5.10.6",
"@mui/material": "5.10.6",
"@mui/x-data-grid": "5.17.4",
"classnames": "2.3.2",
"@elastic-suite/gally-admin-shared": "~1.0.0",
"lodash.debounce": "4.0.8",
"react": "18.x",
"react-dom": "18.x",
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,6 +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.0.1",
"@elastic-suite/gally-admin-shared": "1.0.1",
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@mui/material": "5.10.5",
Expand All @@ -29,8 +31,6 @@
"autosuggest-highlight": "3.3.4",
"classnames": "2.3.2",
"dayjs": "1.11.6",
"@elastic-suite/gally-admin-components": "~1.0.0",
"@elastic-suite/gally-admin-shared": "~1.0.0",
"i18next": "22.4.6",
"i18next-chained-backend": "3.1.0",
"i18next-http-backend": "1.4.1",
Expand Down

0 comments on commit 090e689

Please sign in to comment.