diff --git a/.github/workflows/deploy-1.3.x.yml b/.github/workflows/deploy-1.3.x.yml index 0a3693088..17f8a6778 100644 --- a/.github/workflows/deploy-1.3.x.yml +++ b/.github/workflows/deploy-1.3.x.yml @@ -18,7 +18,7 @@ jobs: uses: ./.github/workflows/tests.yml with: version: 1.3.x - last_published_version: 1.2.0 + last_published_version: 1.3.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.3.x - last_published_version: 1.2.0 + last_published_version: 1.3.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 8ef68135c..d3b9b93d2 100644 --- a/api/composer.json +++ b/api/composer.json @@ -13,7 +13,7 @@ "doctrine/doctrine-bundle": "^2.1", "doctrine/doctrine-migrations-bundle": "^3.0", "doctrine/orm": "^2.7", - "gally/gally-standard": "1.3.x-dev", + "gally/gally-standard": "1.3.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 fc4cd5ec3..64af63cf0 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": "dcc78e3b3ef10e2313a62f44f29a0d87", + "content-hash": "7a84c1d730e31bbe20683f5b033b5f36", "packages": [ { "name": "api-platform/core", @@ -2160,16 +2160,16 @@ }, { "name": "gally/gally-standard", - "version": "1.3.x-dev", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/Elastic-Suite/gally-standard.git", - "reference": "175e638ef42a0d688045ac3c35fbdbdbf477921d" + "reference": "68cbe91700b4b1c81ec2ac93d20852a37c2e7a56" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Elastic-Suite/gally-standard/zipball/175e638ef42a0d688045ac3c35fbdbdbf477921d", - "reference": "175e638ef42a0d688045ac3c35fbdbdbf477921d", + "url": "https://api.github.com/repos/Elastic-Suite/gally-standard/zipball/68cbe91700b4b1c81ec2ac93d20852a37c2e7a56", + "reference": "68cbe91700b4b1c81ec2ac93d20852a37c2e7a56", "shasum": "" }, "require": { @@ -2252,9 +2252,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.3.0" }, - "time": "2024-03-11T08:17:00+00:00" + "time": "2024-03-21T10:01:19+00:00" }, { "name": "gedmo/doctrine-extensions", @@ -12768,9 +12768,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 892118c6b..073358731 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.3.0-alpha.1", + "@elastic-suite/gally-admin-shared": "1.3.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 4014bbd0d..046d398ed 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.3.0-alpha.1", - "@elastic-suite/gally-admin-shared": "1.3.0-alpha.1", + "@elastic-suite/gally-admin-components": "1.3.0", + "@elastic-suite/gally-admin-shared": "1.3.0", "@emotion/react": "11.10.4", "@emotion/styled": "11.10.4", "@mui/material": "5.10.5",