Skip to content

Commit

Permalink
chore(release): publish v0.1.0-beta.13
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzaibkhalid committed Sep 14, 2019
1 parent 3ce5598 commit bca59c1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.12",
"version": "0.1.0-beta.13",
"npmClient": "yarn",
"npmClientArgs": [
"--no-lockfile"
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.12",
"version": "0.1.0-beta.13",
"description": "A next-generation CLI to quickly scaffold pre-configured yet on-demand configurable React applications.",
"main": "index.js",
"repository": {
Expand All @@ -20,7 +20,7 @@
"private": false,
"dependencies": {
"@shaizei/helpers": "^0.1.0-beta.12",
"@shaizei/scripts": "^0.1.0-beta.12",
"@shaizei/scripts": "^0.1.0-beta.13",
"chalk": "^2.4.2",
"commander": "^3.0.1",
"del": "^5.1.0"
Expand Down
2 changes: 1 addition & 1 deletion 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.12",
"version": "0.1.0-beta.13",
"description": "This package contains shareable ESLint configuration used by the applications created with @shaizei/cli.",
"main": "index.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 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.12",
"version": "0.1.0-beta.13",
"description": "This package contains automation task used by the applications created with @shaizei/cli.",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@shaizei/babel-preset": "^0.1.0-beta.12",
"@shaizei/eslint-config": "^0.1.0-beta.12",
"@shaizei/eslint-config": "^0.1.0-beta.13",
"@shaizei/helpers": "^0.1.0-beta.12",
"cross-spawn": "^7.0.0",
"eslint": "^6.3.0",
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.12",
"version": "0.1.0-beta.13",
"description": "This package contains shareable TypeScript compiler configuration used by the applications created with @shaizei/cli.",
"main": "tsconfig.json",
"repository": {
Expand Down

0 comments on commit bca59c1

Please sign in to comment.