Skip to content

Commit

Permalink
chore(release): publish v0.1.0-beta.9
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzaibkhalid committed Apr 19, 2019
1 parent ef290dc commit 9fef54b
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 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.8",
"version": "0.1.0-beta.9",
"npmClient": "yarn",
"npmClientArgs": [
"--no-lockfile"
Expand Down
4 changes: 2 additions & 2 deletions 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.8",
"version": "0.1.0-beta.9",
"description": "This package contains shareable babel.js configuration used by the applications created with @shaizei/cli.",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"@babel/runtime": "^7.4.2",
"@babel/runtime-corejs2": "^7.4.2",
"@emotion/babel-preset-css-prop": "^10.0.9",
"@shaizei/helpers": "^0.1.0-beta.8",
"@shaizei/helpers": "^0.1.0-beta.9",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"react-hot-loader": "^4.8.0"
},
Expand Down
6 changes: 3 additions & 3 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.8",
"version": "0.1.0-beta.9",
"description": "A next-generation CLI to quickly scaffold pre-configured yet on-demand configurable React applications.",
"main": "index.js",
"repository": {
Expand All @@ -19,8 +19,8 @@
"license": "MIT",
"private": false,
"dependencies": {
"@shaizei/helpers": "^0.1.0-beta.8",
"@shaizei/scripts": "^0.1.0-beta.8",
"@shaizei/helpers": "^0.1.0-beta.9",
"@shaizei/scripts": "^0.1.0-beta.9",
"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.8",
"version": "0.1.0-beta.9",
"description": "This package 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.8",
"@shaizei/webpack-config": "^0.1.0-beta.9",
"@typescript-eslint/eslint-plugin": "^1.5.0",
"@typescript-eslint/parser": "^1.5.0",
"babel-eslint": "^10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shaizei/helpers",
"version": "0.1.0-beta.8",
"version": "0.1.0-beta.9",
"description": "This package contains common helper utilities for shaizei core.",
"main": "index.js",
"author": "Shahzaib Khalid <[email protected]> (http://www.shahzaibkhalid.com)",
Expand Down
8 changes: 4 additions & 4 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.8",
"version": "0.1.0-beta.9",
"description": "This package contains automation task used by the applications created with @shaizei/cli.",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -28,9 +28,9 @@
"yarn": ">=1.12"
},
"dependencies": {
"@shaizei/babel-preset": "^0.1.0-beta.8",
"@shaizei/eslint-config": "^0.1.0-beta.8",
"@shaizei/helpers": "^0.1.0-beta.8",
"@shaizei/babel-preset": "^0.1.0-beta.9",
"@shaizei/eslint-config": "^0.1.0-beta.9",
"@shaizei/helpers": "^0.1.0-beta.9",
"cross-spawn": "^6.0.5",
"eslint": "^5.15.3",
"serve": "^10.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shaizei/typescript-config",
"version": "0.1.0-beta.8",
"version": "0.1.0-beta.9",
"description": "This package contains shareable TypeScript compiler configuration used by the applications created with @shaizei/cli.",
"main": "tsconfig.json",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions 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.8",
"version": "0.1.0-beta.9",
"description": "This package contains shareable webpack configuration used by the applications created with @shaizei/cli.",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@babel/core": "^7.4.0",
"@babel/runtime-corejs2": "^7.4.2",
"@shaizei/helpers": "^0.1.0-beta.8",
"@shaizei/helpers": "^0.1.0-beta.9",
"babel-loader": "^8.0.5",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"ci-info": "^2.0.0",
Expand Down

0 comments on commit 9fef54b

Please sign in to comment.