Skip to content

Commit

Permalink
chore(release): publish v0.1.0-beta.8
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzaibkhalid committed Apr 14, 2019
1 parent 3c4cd2d commit 6900410
Show file tree
Hide file tree
Showing 9 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.7",
"version": "0.1.0-beta.8",
"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.7",
"version": "0.1.0-beta.8",
"description": "This package contains shareable babel.js configuration used by the applications created with @shaizei/cli.",
"main": "index.js",
"repository": {
Expand All @@ -19,7 +19,6 @@
"license": "MIT",
"private": false,
"dependencies": {
"@shaizei/helpers": "^0.1.0-beta.7",
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-object-rest-spread": "^7.4.0",
Expand All @@ -32,6 +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",
"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.7",
"version": "0.1.0-beta.8",
"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/scripts": "^0.1.0-beta.7",
"@shaizei/helpers": "^0.1.0-beta.7",
"@shaizei/helpers": "^0.1.0-beta.8",
"@shaizei/scripts": "^0.1.0-beta.8",
"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.7",
"version": "0.1.0-beta.8",
"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.7",
"@shaizei/webpack-config": "^0.1.0-beta.8",
"@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.7",
"version": "0.1.0-beta.8",
"description": "This package contains common helper utilities for shaizei core.",
"main": "index.js",
"author": "Shahzaib Khalid <[email protected]> (http://www.shahzaibkhalid.com)",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shaizei/prettier-config",
"version": "0.1.0-beta.7",
"version": "0.1.0-beta.8",
"description": "This package contains shareable Prettier configuration used by the applications created with @shaizei/cli.",
"main": "index.js",
"author": "Shahzaib Khalid <[email protected]> (http://www.shahzaibkhalid.com)",
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.7",
"version": "0.1.0-beta.8",
"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.7",
"@shaizei/eslint-config": "^0.1.0-beta.7",
"@shaizei/babel-preset": "^0.1.0-beta.8",
"@shaizei/eslint-config": "^0.1.0-beta.8",
"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.7",
"version": "0.1.0-beta.8",
"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.7",
"version": "0.1.0-beta.8",
"description": "This package contains shareable webpack configuration used by the applications created with @shaizei/cli.",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -29,9 +29,9 @@
"shareable-webpack-config"
],
"dependencies": {
"@shaizei/helpers": "^0.1.0-beta.7",
"@babel/core": "^7.4.0",
"@babel/runtime-corejs2": "^7.4.2",
"@shaizei/helpers": "^0.1.0-beta.8",
"babel-loader": "^8.0.5",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"ci-info": "^2.0.0",
Expand Down

0 comments on commit 6900410

Please sign in to comment.