Skip to content

Commit

Permalink
chore(release): publish v0.1.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzaibkhalid committed Mar 30, 2019
1 parent d9fdd8a commit c9f6b6c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "0.1.0-beta.3",
"version": "0.1.0-beta.4",
"npmClient": "yarn",
"npmClientArgs": [
"--no-lockfile"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shaizei/babel-preset",
"version": "0.1.0-beta.3",
"version": "0.1.0-beta.4",
"description": "This package contains shareable babel.js configuration used by the applications created with @shaizei/cli.",
"main": "index.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shaizei/cli",
"version": "0.1.0-beta.3",
"version": "0.1.0-beta.4",
"description": "A next-generation CLI to quickly scaffold pre-configured yet on-demand configurable React applications.",
"main": "index.js",
"repository": {
Expand All @@ -19,7 +19,7 @@
"license": "MIT",
"private": false,
"dependencies": {
"@shaizei/scripts": "^0.1.0-beta.3",
"@shaizei/scripts": "^0.1.0-beta.4",
"chalk": "^2.4.2",
"commander": "^2.19.0",
"del": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shaizei/eslint-config",
"version": "0.1.0-beta.3",
"version": "0.1.0-beta.4",
"description": "This repository contains shareable ESLint configuration used by the applications created with @shaizei/cli.",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
],
"dependencies": {
"@babel/core": "^7.4.0",
"@shaizei/webpack-config": "^0.1.0-beta.3",
"@shaizei/webpack-config": "^0.1.0-beta.4",
"@typescript-eslint/eslint-plugin": "^1.5.0",
"@typescript-eslint/parser": "^1.5.0",
"babel-eslint": "^10.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shaizei/scripts",
"version": "0.1.0-beta.3",
"version": "0.1.0-beta.4",
"description": "This package contains automation task used by the applications created with @shaizei/cli.",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -28,8 +28,8 @@
"yarn": ">=1.12"
},
"dependencies": {
"@shaizei/babel-preset": "^0.1.0-beta.3",
"@shaizei/eslint-config": "^0.1.0-beta.3",
"@shaizei/babel-preset": "^0.1.0-beta.4",
"@shaizei/eslint-config": "^0.1.0-beta.4",
"cross-spawn": "^6.0.5",
"eslint": "^5.15.3",
"serve": "^10.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shaizei/webpack-config",
"version": "0.1.0-beta.3",
"version": "0.1.0-beta.4",
"description": "This package contains shareable webpack configuration used by the applications created with @shaizei/cli.",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit c9f6b6c

Please sign in to comment.