From 8f77804e3f50c3dfdaee06d6d12fb53c8165e7a9 Mon Sep 17 00:00:00 2001 From: luhc228 Date: Thu, 25 Aug 2022 15:48:25 +0800 Subject: [PATCH] chore: version and changelog --- packages/icejs/package.json | 2 +- packages/plugin-i18n/CHANGELOG.md | 7 +++++++ packages/plugin-ice-ssr/CHANGELOG.md | 5 ++++- packages/plugin-ice-ssr/package.json | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/packages/icejs/package.json b/packages/icejs/package.json index 86e850ba7a..dc98843e56 100644 --- a/packages/icejs/package.json +++ b/packages/icejs/package.json @@ -32,7 +32,7 @@ "build-plugin-ice-mpa": "2.1.1", "build-plugin-ice-request": "2.0.1", "build-plugin-ice-router": "2.1.3", - "build-plugin-ice-ssr": "3.1.3", + "build-plugin-ice-ssr": "3.1.4", "build-plugin-ice-store": "2.0.8", "build-plugin-react-app": "2.2.3", "build-plugin-pwa": "1.1.1", diff --git a/packages/plugin-i18n/CHANGELOG.md b/packages/plugin-i18n/CHANGELOG.md index 8580483277..6188aa1781 100644 --- a/packages/plugin-i18n/CHANGELOG.md +++ b/packages/plugin-i18n/CHANGELOG.md @@ -1,5 +1,12 @@ # build-plugin-ice-i18n +## 0.2.2 + +- fix: can not work in IE 11 +- feat: add setting for block cookie setting i18n locale +- fix: adjust detect locale sequence in getDetectedLocale function +- fix: redirect incorrect i18n page + ## 0.2.1 - feat: add defaultLocale prefix routes diff --git a/packages/plugin-ice-ssr/CHANGELOG.md b/packages/plugin-ice-ssr/CHANGELOG.md index 85d0ac1451..8f3de9e03f 100644 --- a/packages/plugin-ice-ssr/CHANGELOG.md +++ b/packages/plugin-ice-ssr/CHANGELOG.md @@ -1,10 +1,13 @@ # Changelog +## 3.1.4 + +- [fix] not get the route component when the request url has locale prefix + ## 3.1.3 - [fix] not call the getStaticPaths method from the dynamic import route component - [fix] not call the getInitialProps method from the dynamic import route component -- [fix] not get the route component when the request url has locale prefix ## 3.1.2 diff --git a/packages/plugin-ice-ssr/package.json b/packages/plugin-ice-ssr/package.json index 59620352d5..a86bfc247e 100644 --- a/packages/plugin-ice-ssr/package.json +++ b/packages/plugin-ice-ssr/package.json @@ -1,6 +1,6 @@ { "name": "build-plugin-ice-ssr", - "version": "3.1.3", + "version": "3.1.4", "description": "ssr plugin", "author": "ice-admin@alibaba-inc.com", "homepage": "",