Skip to content

Commit

Permalink
released V3.1.11 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
SunLxy authored Mar 31, 2022
1 parent e2519ef commit 78c6f9c
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kkt/ssr",
"version": "3.1.10",
"version": "3.1.11",
"description": "",
"license": "MIT",
"main": "lib/index.js",
Expand Down
4 changes: 2 additions & 2 deletions example/basic-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/basic-plugins",
"version": "3.1.10",
"version": "3.1.11",
"description": "",
"private": true,
"scripts": {
Expand All @@ -16,7 +16,7 @@
"react-dom": "17.0.2"
},
"devDependencies": {
"@kkt/plugin-ssr": "3.1.10",
"@kkt/plugin-ssr": "3.1.11",
"kkt": "~7.1.5"
},
"browserslist": {
Expand Down
4 changes: 2 additions & 2 deletions example/basic-routes-rematch-new/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/basic-routes-rematch-new",
"version": "3.1.10",
"version": "3.1.11",
"description": "",
"private": true,
"scripts": {
Expand All @@ -21,7 +21,7 @@
"serialize-javascript": "6.0.0"
},
"devDependencies": {
"@kkt/ssr": "3.1.10",
"@kkt/ssr": "3.1.11",
"kkt": "~7.1.5"
},
"browserslist": {
Expand Down
4 changes: 2 additions & 2 deletions example/basic-routes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/basic-routes",
"version": "3.1.10",
"version": "3.1.11",
"description": "",
"private": true,
"scripts": {
Expand All @@ -17,7 +17,7 @@
"react-router-dom": "^6.2.2"
},
"devDependencies": {
"@kkt/ssr": "3.1.10",
"@kkt/ssr": "3.1.11",
"kkt": "~7.1.5"
},
"browserslist": {
Expand Down
4 changes: 2 additions & 2 deletions example/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/basic",
"version": "3.1.10",
"version": "3.1.11",
"description": "",
"private": true,
"scripts": {
Expand All @@ -15,7 +15,7 @@
"react-dom": "17.0.2"
},
"devDependencies": {
"@kkt/ssr": "3.1.10",
"@kkt/ssr": "3.1.11",
"kkt": "~7.1.5"
},
"browserslist": {
Expand Down
8 changes: 4 additions & 4 deletions example/react-router-rematch-old/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/basic-routes-rematch-old",
"version": "3.1.10",
"version": "3.1.11",
"description": "",
"private": true,
"scripts": {
Expand All @@ -13,7 +13,7 @@
"author": "Kenny Wong <wowohoo@qq.com>",
"license": "MIT",
"dependencies": {
"@kkt/react-ssr-enhanced": "3.1.10",
"@kkt/react-ssr-enhanced": "3.1.11",
"@rematch/core": "2.2.0",
"axios": "0.26.0",
"cookie-parser": "1.4.3",
Expand All @@ -29,8 +29,8 @@
"redux": "4.1.2"
},
"devDependencies": {
"@kkt/plugin-less": "3.1.10",
"@kkt/ssr": "3.1.10",
"@kkt/plugin-less": "3.1.11",
"@kkt/ssr": "3.1.11",
"assert": "2.0.0",
"browserify-zlib": "0.2.0",
"buffer": "6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"packages/kkt-plugin-less",
"packages/kkt-plugin-ssr"
],
"version": "3.1.10",
"version": "3.1.11",
"command": {
"create": {
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-kkt-ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-kkt-ssr",
"version": "3.1.10",
"version": "3.1.11",
"description": "CLI tool to bootstrap KKT applications with no configuration",
"main": "lib/cli.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/kkt-plugin-less/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kkt/plugin-less",
"version": "3.1.10",
"version": "3.1.11",
"description": "Support less.",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/kkt-plugin-ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kkt/plugin-ssr",
"version": "3.1.10",
"version": "3.1.11",
"description": "",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-ssr-enhanced/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kkt/react-ssr-enhanced",
"version": "3.1.10",
"version": "3.1.11",
"description": "KKT react server side rendering enhancement tool.",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down

0 comments on commit 78c6f9c

Please sign in to comment.