From 272a4de96e6e8b77c75acb3ffa1b279449bb4382 Mon Sep 17 00:00:00 2001 From: Pierre Gauthier Date: Thu, 22 Feb 2024 17:08:40 +0100 Subject: [PATCH] Prepare 1.3.0 Alpha 1 --- api/composer.json | 2 +- api/composer.lock | 17 +++++++++-------- front/example-app/package.json | 2 +- front/pwa/package.json | 4 ++-- 4 files changed, 13 insertions(+), 12 deletions(-) diff --git a/api/composer.json b/api/composer.json index de67a6752..b5d89ed1c 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": "dev-master", + "gally/gally-standard": "1.3.0-alpha1", "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 0b5200dd9..ebf9c97e3 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": "cd9dfbc13593229ec82e0475f89289b1", + "content-hash": "664e9425039b25a5cc60416978e21a3f", "packages": [ { "name": "api-platform/core", @@ -2160,16 +2160,16 @@ }, { "name": "gally/gally-standard", - "version": "dev-master", + "version": "1.3.0-alpha1", "source": { "type": "git", "url": "https://github.com/Elastic-Suite/gally-standard.git", - "reference": "6d95d5f7f297b00aeba3e9bf254f03d085394d52" + "reference": "897411f3c0f7a1b867d60d65f227fbaeacfda7ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Elastic-Suite/gally-standard/zipball/6d95d5f7f297b00aeba3e9bf254f03d085394d52", - "reference": "6d95d5f7f297b00aeba3e9bf254f03d085394d52", + "url": "https://api.github.com/repos/Elastic-Suite/gally-standard/zipball/897411f3c0f7a1b867d60d65f227fbaeacfda7ce", + "reference": "897411f3c0f7a1b867d60d65f227fbaeacfda7ce", "shasum": "" }, "require": { @@ -2180,6 +2180,7 @@ "guzzlehttp/guzzle": "^7.0", "lexik/jwt-authentication-bundle": "^2.14", "nelmio/cors-bundle": "^2.1", + "opensearch-project/opensearch-php": "^2.1", "php": ">=8.1", "stof/doctrine-extensions-bundle": "^1.7", "symfony/intl": "6.0.*", @@ -2251,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-alpha1" }, - "time": "2023-11-27T12:03:45+00:00" + "time": "2024-02-22T15:48:20+00:00" }, { "name": "gedmo/doctrine-extensions", @@ -12768,7 +12769,7 @@ "aliases": [], "minimum-stability": "stable", "stability-flags": { - "gally/gally-standard": 20 + "gally/gally-standard": 15 }, "prefer-stable": false, "prefer-lowest": false, diff --git a/front/example-app/package.json b/front/example-app/package.json index 0cd79f86e..e756c7fb5 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", + "@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", diff --git a/front/pwa/package.json b/front/pwa/package.json index 32a88303f..6bd30e598 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", - "@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",