Skip to content

Commit 42183a4

Browse files
chore(release): publish v0.1.0-beta.5
1 parent 8b5cf9f commit 42183a4

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "0.1.0-beta.4",
6+
"version": "0.1.0-beta.5",
77
"npmClient": "yarn",
88
"npmClientArgs": [
99
"--no-lockfile"

packages/babel-preset/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shaizei/babel-preset",
3-
"version": "0.1.0-beta.4",
3+
"version": "0.1.0-beta.5",
44
"description": "This package contains shareable babel.js configuration used by the applications created with @shaizei/cli.",
55
"main": "index.js",
66
"repository": {

packages/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shaizei/cli",
3-
"version": "0.1.0-beta.4",
3+
"version": "0.1.0-beta.5",
44
"description": "A next-generation CLI to quickly scaffold pre-configured yet on-demand configurable React applications.",
55
"main": "index.js",
66
"repository": {
@@ -19,7 +19,7 @@
1919
"license": "MIT",
2020
"private": false,
2121
"dependencies": {
22-
"@shaizei/scripts": "^0.1.0-beta.4",
22+
"@shaizei/scripts": "^0.1.0-beta.5",
2323
"chalk": "^2.4.2",
2424
"commander": "^2.19.0",
2525
"del": "^4.0.0",

packages/eslint-config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shaizei/eslint-config",
3-
"version": "0.1.0-beta.4",
3+
"version": "0.1.0-beta.5",
44
"description": "This repository contains shareable ESLint configuration used by the applications created with @shaizei/cli.",
55
"main": "index.js",
66
"repository": {
@@ -32,7 +32,7 @@
3232
],
3333
"dependencies": {
3434
"@babel/core": "^7.4.0",
35-
"@shaizei/webpack-config": "^0.1.0-beta.4",
35+
"@shaizei/webpack-config": "^0.1.0-beta.5",
3636
"@typescript-eslint/eslint-plugin": "^1.5.0",
3737
"@typescript-eslint/parser": "^1.5.0",
3838
"babel-eslint": "^10.0.1",

packages/scripts/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shaizei/scripts",
3-
"version": "0.1.0-beta.4",
3+
"version": "0.1.0-beta.5",
44
"description": "This package contains automation task used by the applications created with @shaizei/cli.",
55
"main": "index.js",
66
"repository": {
@@ -28,8 +28,8 @@
2828
"yarn": ">=1.12"
2929
},
3030
"dependencies": {
31-
"@shaizei/babel-preset": "^0.1.0-beta.4",
32-
"@shaizei/eslint-config": "^0.1.0-beta.4",
31+
"@shaizei/babel-preset": "^0.1.0-beta.5",
32+
"@shaizei/eslint-config": "^0.1.0-beta.5",
3333
"cross-spawn": "^6.0.5",
3434
"eslint": "^5.15.3",
3535
"serve": "^10.1.2",

packages/webpack-config/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shaizei/webpack-config",
3-
"version": "0.1.0-beta.4",
3+
"version": "0.1.0-beta.5",
44
"description": "This package contains shareable webpack configuration used by the applications created with @shaizei/cli.",
55
"main": "index.js",
66
"repository": {
@@ -33,6 +33,7 @@
3333
"@babel/runtime-corejs2": "^7.4.2",
3434
"babel-loader": "^8.0.5",
3535
"case-sensitive-paths-webpack-plugin": "^2.2.0",
36+
"ci-info": "^2.0.0",
3637
"clean-webpack-plugin": "^2.0.1",
3738
"css-loader": "^2.1.1",
3839
"deasync": "^0.1.14",
@@ -61,8 +62,7 @@
6162
"webpack-dev-server": "^3.2.1",
6263
"webpack-manifest-plugin": "^2.0.4",
6364
"webpack-merge": "^4.2.1",
64-
"webpackbar": "^3.1.5",
65-
"ci-info": "^2.0.0"
65+
"webpackbar": "^3.1.5"
6666
},
6767
"publishConfig": {
6868
"access": "public"

0 commit comments

Comments
 (0)