From e6e3b98a27d9499553afde7ebdebc54948673641 Mon Sep 17 00:00:00 2001 From: Botis Date: Mon, 11 Dec 2023 11:41:03 +0100 Subject: [PATCH] Update back and front versions to 1.2.0 --- .github/workflows/ci.yml | 2 +- .github/workflows/deploy-1.2.x.yml | 4 ++-- api/composer.json | 2 +- api/composer.lock | 18 ++++++++---------- front/example-app/package.json | 2 +- front/pwa/package.json | 4 ++-- 6 files changed, 15 insertions(+), 17 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1d9d14e9..13b3be7e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/deploy-1.2.x.yml b/.github/workflows/deploy-1.2.x.yml index 231bcac1d..7975dec0a 100644 --- a/.github/workflows/deploy-1.2.x.yml +++ b/.github/workflows/deploy-1.2.x.yml @@ -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 }} @@ -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 }} diff --git a/api/composer.json b/api/composer.json index 2382c88e6..38ab9af57 100644 --- a/api/composer.json +++ b/api/composer.json @@ -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", diff --git a/api/composer.lock b/api/composer.lock index eb951cce6..608500d39 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": "126d66b5b21efec0626afb6a9ed18819", + "content-hash": "c3b907cedcb96f3d2a32b41938723ff5", "packages": [ { "name": "api-platform/core", @@ -2227,16 +2227,16 @@ }, { "name": "gally/gally-standard", - "version": "1.2.x-dev", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/Elastic-Suite/gally-standard.git", - "reference": "720878be8a08638333d72c686d38cae6f1da3ec6" + "reference": "abfc74677b52ae95b2a04f3dbf8a409617aee688" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Elastic-Suite/gally-standard/zipball/720878be8a08638333d72c686d38cae6f1da3ec6", - "reference": "720878be8a08638333d72c686d38cae6f1da3ec6", + "url": "https://api.github.com/repos/Elastic-Suite/gally-standard/zipball/abfc74677b52ae95b2a04f3dbf8a409617aee688", + "reference": "abfc74677b52ae95b2a04f3dbf8a409617aee688", "shasum": "" }, "require": { @@ -2319,9 +2319,9 @@ ], "support": { "issues": "https://github.com/Elastic-Suite/gally-standard/issues", - "source": "https://github.com/Elastic-Suite/gally-standard/tree/master" + "source": "https://github.com/Elastic-Suite/gally-standard/tree/1.2.0" }, - "time": "2023-11-27T12:03:45+00:00" + "time": "2023-12-11T10:09:10+00:00" }, { "name": "gedmo/doctrine-extensions", @@ -12746,9 +12746,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 fc1a417af..0cd79f86e 100644 --- a/front/example-app/package.json +++ b/front/example-app/package.json @@ -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", diff --git a/front/pwa/package.json b/front/pwa/package.json index 779ec91e7..32a88303f 100644 --- a/front/pwa/package.json +++ b/front/pwa/package.json @@ -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",