Skip to content

Commit

Permalink
chore: version and changelog (#5467)
Browse files Browse the repository at this point in the history
  • Loading branch information
luhc228 authored Aug 25, 2022
1 parent 1ee7db0 commit 02fd221
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
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

0 comments on commit 02fd221

Please sign in to comment.