From ff02218d285f9d06dcc7fe0365ab48a30625da44 Mon Sep 17 00:00:00 2001 From: Josh <37798644+joshuaellis@users.noreply.github.com> Date: Tue, 22 Nov 2022 12:27:45 +0000 Subject: [PATCH 1/2] chore: use alpha version of DS --- packages/core/admin/package.json | 4 ++-- packages/core/helper-plugin/package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/packages/core/admin/package.json b/packages/core/admin/package.json index 78d2ba0004..d920374c2a 100644 --- a/packages/core/admin/package.json +++ b/packages/core/admin/package.json @@ -52,9 +52,9 @@ "@fortawesome/react-fontawesome": "^0.2.0", "@pmmmwh/react-refresh-webpack-plugin": "0.5.7", "@strapi/babel-plugin-switch-ee-ce": "4.5.1", - "@strapi/design-system": "1.3.0", + "@strapi/design-system": "1.3.1.alpha.1", "@strapi/helper-plugin": "4.5.1", - "@strapi/icons": "1.3.0", + "@strapi/icons": "1.3.1-alpha.1", "@strapi/permissions": "4.5.1", "@strapi/typescript-utils": "4.5.1", "@strapi/utils": "4.5.1", diff --git a/packages/core/helper-plugin/package.json b/packages/core/helper-plugin/package.json index 87aea8c31a..62283ae28d 100644 --- a/packages/core/helper-plugin/package.json +++ b/packages/core/helper-plugin/package.json @@ -69,8 +69,8 @@ "@storybook/builder-webpack5": "6.5.9", "@storybook/manager-webpack5": "6.4.10", "@storybook/react": "^6.5.10", - "@strapi/design-system": "1.3.0", - "@strapi/icons": "1.3.0", + "@strapi/design-system": "1.3.1.alpha.1", + "@strapi/icons": "1.3.1-alpha.1", "@testing-library/react": "12.1.4", "@testing-library/react-hooks": "8.0.1", "cross-env": "^7.0.3", diff --git a/yarn.lock b/yarn.lock index b463fff030..98408c6d00 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5817,10 +5817,10 @@ regenerator-runtime "^0.13.7" resolve-from "^5.0.0" -"@strapi/design-system@1.3.0": - version "1.3.0" - resolved "https://registry.yarnpkg.com/@strapi/design-system/-/design-system-1.3.0.tgz#383a7ff895802feef7a4a4ee7152a2f021adc095" - integrity sha512-nCaaDIdgQDxPM2w1awjzJQnsLYPs8Z3ye54z7C49y+8UXAuRksdqMcZN7YtR65BysraZAymS9LqCTslRdY7wsg== +"@strapi/design-system@1.3.1.alpha.1": + version "1.3.1-alpha.1" + resolved "https://registry.yarnpkg.com/@strapi/design-system/-/design-system-1.3.1-alpha.1.tgz#55efcc24e9d72e98ce08ff795a12df03921c4e58" + integrity sha512-jUdpNdAFihQzF+DK48WwR2satW2cZydyJ5jSlbkcA8sQw92/wtuPWzJYK9K1kaJ+WPrR2Ko4arf0OzdFRwYuhA== dependencies: "@floating-ui/react-dom" "^1.0.0" "@internationalized/number" "^3.1.1" @@ -5849,10 +5849,10 @@ optionalDependencies: typescript "^4.6.2" -"@strapi/icons@1.3.0": - version "1.3.0" - resolved "https://registry.yarnpkg.com/@strapi/icons/-/icons-1.3.0.tgz#249aa3dbab836b623a2e1ffa3b4278346ed9a179" - integrity sha512-taU07Gnt2U/KCvqraVuX84IPuGbdx9GKdQDiJ4JN7jKCUhrImi53/7N6LiG0JRpD4Zdz8k7JwzgrfPPpgNrnSw== +"@strapi/icons@1.3.1-alpha.1": + version "1.3.1-alpha.1" + resolved "https://registry.yarnpkg.com/@strapi/icons/-/icons-1.3.1-alpha.1.tgz#42eef526bf1e375203cb50f3923c9daaef9d321b" + integrity sha512-p77w/7/ul2s7BWEHLOxzu/+lydq4ezgxskBjPUbctT/MszPQRKDUeHvgW0+hBG+pkit5zppebwj/IEUwl7Bp9w== "@stylelint/postcss-css-in-js@^0.37.2": version "0.37.3" From e4dd1b262e5bd2adee6dbe66c7e8018a62352da9 Mon Sep 17 00:00:00 2001 From: Josh <37798644+joshuaellis@users.noreply.github.com> Date: Tue, 22 Nov 2022 14:09:34 +0000 Subject: [PATCH 2/2] chore: use stable 1.3.1 of DS --- packages/core/admin/package.json | 4 ++-- packages/core/helper-plugin/package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/packages/core/admin/package.json b/packages/core/admin/package.json index d920374c2a..712c5dbc41 100644 --- a/packages/core/admin/package.json +++ b/packages/core/admin/package.json @@ -52,9 +52,9 @@ "@fortawesome/react-fontawesome": "^0.2.0", "@pmmmwh/react-refresh-webpack-plugin": "0.5.7", "@strapi/babel-plugin-switch-ee-ce": "4.5.1", - "@strapi/design-system": "1.3.1.alpha.1", + "@strapi/design-system": "1.3.1", "@strapi/helper-plugin": "4.5.1", - "@strapi/icons": "1.3.1-alpha.1", + "@strapi/icons": "1.3.1", "@strapi/permissions": "4.5.1", "@strapi/typescript-utils": "4.5.1", "@strapi/utils": "4.5.1", diff --git a/packages/core/helper-plugin/package.json b/packages/core/helper-plugin/package.json index 62283ae28d..3151b5aec7 100644 --- a/packages/core/helper-plugin/package.json +++ b/packages/core/helper-plugin/package.json @@ -69,8 +69,8 @@ "@storybook/builder-webpack5": "6.5.9", "@storybook/manager-webpack5": "6.4.10", "@storybook/react": "^6.5.10", - "@strapi/design-system": "1.3.1.alpha.1", - "@strapi/icons": "1.3.1-alpha.1", + "@strapi/design-system": "1.3.1", + "@strapi/icons": "1.3.1", "@testing-library/react": "12.1.4", "@testing-library/react-hooks": "8.0.1", "cross-env": "^7.0.3", diff --git a/yarn.lock b/yarn.lock index 98408c6d00..765f9d96ad 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5817,10 +5817,10 @@ regenerator-runtime "^0.13.7" resolve-from "^5.0.0" -"@strapi/design-system@1.3.1.alpha.1": - version "1.3.1-alpha.1" - resolved "https://registry.yarnpkg.com/@strapi/design-system/-/design-system-1.3.1-alpha.1.tgz#55efcc24e9d72e98ce08ff795a12df03921c4e58" - integrity sha512-jUdpNdAFihQzF+DK48WwR2satW2cZydyJ5jSlbkcA8sQw92/wtuPWzJYK9K1kaJ+WPrR2Ko4arf0OzdFRwYuhA== +"@strapi/design-system@1.3.1": + version "1.3.1" + resolved "https://registry.yarnpkg.com/@strapi/design-system/-/design-system-1.3.1.tgz#a0504ec9e65bdac08140bde85dc1e9fc01826903" + integrity sha512-cs8h1pofsi/fDk7c8oQN9X17g2mTMY5F8AHsklGDwU8bLgpEoC45e/rhQ3r8vE18ZFtOfLXXj9Qy+aQw+Gnfdw== dependencies: "@floating-ui/react-dom" "^1.0.0" "@internationalized/number" "^3.1.1" @@ -5849,10 +5849,10 @@ optionalDependencies: typescript "^4.6.2" -"@strapi/icons@1.3.1-alpha.1": - version "1.3.1-alpha.1" - resolved "https://registry.yarnpkg.com/@strapi/icons/-/icons-1.3.1-alpha.1.tgz#42eef526bf1e375203cb50f3923c9daaef9d321b" - integrity sha512-p77w/7/ul2s7BWEHLOxzu/+lydq4ezgxskBjPUbctT/MszPQRKDUeHvgW0+hBG+pkit5zppebwj/IEUwl7Bp9w== +"@strapi/icons@1.3.1": + version "1.3.1" + resolved "https://registry.yarnpkg.com/@strapi/icons/-/icons-1.3.1.tgz#475a234a40df8b7711e4739379f2667375f05bdc" + integrity sha512-whR/Yr09PuxkmklU3YL1iNyBvuqCTerep1+bLEVEUVijwQJiigqIC07uv/zGGdZKpTelstDGNqFWTF5JcdbHbg== "@stylelint/postcss-css-in-js@^0.37.2": version "0.37.3"