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
 - @poi/dev-utils@12.0.0-beta.1
 - poi@12.0.0-beta.7
 - @poi/test-utils@12.0.0-beta.1
 - create-poi-app@12.0.0-beta.6
 - @poi/plugin-pwa@12.0.0-beta.1
  • Loading branch information
egoist committed Dec 6, 2018
1 parent 7551aaf commit ce1f36b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.0",
"version": "12.0.0-beta.1",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 3 additions & 3 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.6",
"version": "12.0.0-beta.7",
"main": "lib/index.js",
"bin": "bin/cli.js",
"files": [
Expand All @@ -23,9 +23,9 @@
"@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.0",
"@poi/dev-utils": "^12.0.0-beta.1",
"@poi/logger": "^12.0.0-beta.0",
"@poi/test-utils": "^12.0.0-beta.0",
"@poi/test-utils": "^12.0.0-beta.1",
"address": "^1.0.3",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-loader": "^8.0.4",
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.0",
"version": "12.0.0-beta.1",
"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.5",
"version": "12.0.0-beta.6",
"license": "MIT",
"files": [
"bin",
Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"version": "12.0.0-beta.1",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit ce1f36b

Please sign in to comment.