From 090e689d87b9cb8b8ae37dc811c5f3d853242c35 Mon Sep 17 00:00:00 2001 From: Botis Date: Thu, 20 Jul 2023 17:09:17 +0200 Subject: [PATCH] Update version to 1.0.1 for all the gally packages in front and back --- api/composer.json | 2 +- api/composer.lock | 19 ++++++++----------- front/example-app/package.json | 2 +- front/pwa/package.json | 4 ++-- 4 files changed, 12 insertions(+), 15 deletions(-) diff --git a/api/composer.json b/api/composer.json index 92a1f474a..78153b225 100644 --- a/api/composer.json +++ b/api/composer.json @@ -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", diff --git a/api/composer.lock b/api/composer.lock index ffa0a6c74..95c0571e8 100644 --- a/api/composer.lock +++ b/api/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "4d3599cc9c14115681bda19642c8c935", + "content-hash": "ff33ba9023ca262ce71568f46682072e", "packages": [ { "name": "api-platform/core", @@ -2170,16 +2170,16 @@ }, { "name": "gally/gally-standard", - "version": "1.0.x-dev", + "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/Elastic-Suite/gally-standard.git", - "reference": "d06e1292c8618c1976b7124be33656d2ddcc0970" + "reference": "c4a871edec8cbeff5718ca5d277b823d988c7583" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Elastic-Suite/gally-standard/zipball/d06e1292c8618c1976b7124be33656d2ddcc0970", - "reference": "d06e1292c8618c1976b7124be33656d2ddcc0970", + "url": "https://api.github.com/repos/Elastic-Suite/gally-standard/zipball/c4a871edec8cbeff5718ca5d277b823d988c7583", + "reference": "c4a871edec8cbeff5718ca5d277b823d988c7583", "shasum": "" }, "require": { @@ -2221,7 +2221,6 @@ "symfony/var-dumper": "6.0.*", "symfony/web-profiler-bundle": "6.0.*" }, - "default-branch": true, "type": "symfony-bundle", "extra": { "symfony": { @@ -2262,9 +2261,9 @@ ], "support": { "issues": "https://github.com/Elastic-Suite/gally-standard/issues", - "source": "https://github.com/Elastic-Suite/gally-standard/tree/1.0.x" + "source": "https://github.com/Elastic-Suite/gally-standard/tree/1.0.1" }, - "time": "2023-05-22T15:37:27+00:00" + "time": "2023-07-20T09:27:29+00:00" }, { "name": "gedmo/doctrine-extensions", @@ -12689,9 +12688,7 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": { - "gally/gally-standard": 20 - }, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { diff --git a/front/example-app/package.json b/front/example-app/package.json index 1de0a336c..76890e889 100644 --- a/front/example-app/package.json +++ b/front/example-app/package.json @@ -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", diff --git a/front/pwa/package.json b/front/pwa/package.json index 4cef9beb6..4388ef1c8 100644 --- a/front/pwa/package.json +++ b/front/pwa/package.json @@ -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", @@ -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",