Skip to content
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Dec 8, 2018
1 parent 9499e6e commit 052b383
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion core/dev-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poi/dev-utils",
"version": "12.0.0-beta.1",
"version": "12.0.0",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion core/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poi/logger",
"version": "12.0.0-beta.0",
"version": "12.0.0",
"files": [
"index.js"
],
Expand Down
8 changes: 4 additions & 4 deletions core/poi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poi",
"version": "12.0.0-beta.9",
"version": "12.0.0",
"main": "lib/index.js",
"bin": "bin/cli.js",
"scripts": {
Expand All @@ -27,8 +27,8 @@
"@babel/preset-typescript": "^7.1.0",
"@babel/runtime": "^7.1.5",
"@intervolga/optimize-cssnano-plugin": "^1.0.6",
"@poi/dev-utils": "^12.0.0-beta.1",
"@poi/logger": "^12.0.0-beta.0",
"@poi/dev-utils": "^12.0.0",
"@poi/logger": "^12.0.0",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-loader": "^8.0.4",
"babel-plugin-macros": "^2.4.2",
Expand Down Expand Up @@ -70,7 +70,7 @@
},
"xo": false,
"devDependencies": {
"@poi/test-utils": "^12.0.0-beta.0",
"@poi/test-utils": "^12.0.0",
"jest": "^23.6.0",
"vue-template-compiler": "^2.5.17"
}
Expand Down
2 changes: 1 addition & 1 deletion core/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poi/test-utils",
"version": "12.0.0-beta.1",
"version": "12.0.0",
"files": [
"*.js"
],
Expand Down
2 changes: 1 addition & 1 deletion create-poi-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-poi-app",
"version": "12.0.0-beta.6",
"version": "12.0.0",
"license": "MIT",
"files": [
"bin",
Expand Down
2 changes: 1 addition & 1 deletion other-packages/bs-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "12.0.0-beta.0",
"version": "12.0.0",
"main": "index.js",
"files": [
"index.js"
Expand Down
2 changes: 1 addition & 1 deletion other-packages/pwa-html-webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "12.0.0-beta.0",
"version": "12.0.0",
"main": "index.js",
"files": [
"index.js"
Expand Down
2 changes: 1 addition & 1 deletion plugins/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poi/plugin-eslint",
"version": "12.0.0-beta.0",
"version": "12.0.0",
"main": "index.js",
"files": [
"index.js"
Expand Down
2 changes: 1 addition & 1 deletion plugins/karma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poi/plugin-karma",
"version": "12.0.0-beta.1",
"version": "12.0.0",
"publishConfig": {
"access": "public"
},
Expand Down
4 changes: 2 additions & 2 deletions plugins/pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poi/plugin-pwa",
"version": "12.0.0-beta.1",
"version": "12.0.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -9,7 +9,7 @@
"index.js"
],
"dependencies": {
"pwa-html-webpack-plugin": "^12.0.0-beta.0",
"pwa-html-webpack-plugin": "^12.0.0",
"workbox-webpack-plugin": "^3.6.3"
}
}
4 changes: 2 additions & 2 deletions plugins/reason/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poi/plugin-reason",
"version": "12.0.0-beta.2",
"version": "12.0.0",
"main": "index.js",
"files": [
"index.js"
Expand All @@ -10,6 +10,6 @@
},
"license": "MIT",
"dependencies": {
"@poi/bs-loader": "^12.0.0-beta.0"
"@poi/bs-loader": "^12.0.0"
}
}
2 changes: 1 addition & 1 deletion plugins/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poi/plugin-typescript",
"version": "12.0.0-beta.2",
"version": "12.0.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 052b383

Please sign in to comment.