Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: version and changelog #5467

Merged
merged 1 commit into from
Aug 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/icejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 4 additions & 1 deletion packages/plugin-ice-ssr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-ice-ssr/package.json
Original file line number Diff line number Diff line change
@@ -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": "",
Expand Down