Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
[ci skip] publish v0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
farism committed Aug 31, 2018
1 parent cdcfed7 commit 8ce46d5
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.7.1",
"version": "0.16.2-rc.0",
"version": "0.16.2",
"npmClient": "yarn",
"parallel": true,
"message": "[ci skip] publish %s",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylegator/app",
"version": "0.16.2-rc.0",
"version": "0.16.2",
"description": "styleguide static generator for html and js",
"main": "lib/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": "@stylegator/cli",
"version": "0.16.2-rc.0",
"version": "0.16.2",
"description": "Stylegator CLI tool",
"main": "lib/index.js",
"repository": {
Expand All @@ -26,7 +26,7 @@
"test": "jest"
},
"dependencies": {
"@stylegator/core": "^0.16.2-rc.0",
"@stylegator/core": "^0.16.2",
"find-up": "3.0.0",
"yargs": "12.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylegator/core",
"version": "0.16.2-rc.0",
"version": "0.16.2",
"description": "styleguide static generator for html and js",
"main": "lib/index.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@stylegator/docs",
"version": "0.16.2-rc.0",
"version": "0.16.2",
"description": "Stylegator main package",
"main": "lib/index.js",
"repository": {
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"prop-types-docs": "0.2.2",
"stylegator": "^0.16.2-rc.0"
"stylegator": "^0.16.2"
},
"devDependencies": {
"husky": "0.14.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/stylegator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylegator",
"version": "0.16.2-rc.0",
"version": "0.16.2",
"description": "styleguide static generator for html and js",
"main": "lib/index.js",
"repository": {
Expand All @@ -26,9 +26,9 @@
"test": "jest"
},
"dependencies": {
"@stylegator/app": "^0.16.2-rc.0",
"@stylegator/cli": "^0.16.2-rc.0",
"@stylegator/core": "^0.16.2-rc.0"
"@stylegator/app": "^0.16.2",
"@stylegator/cli": "^0.16.2",
"@stylegator/core": "^0.16.2"
},
"devDependencies": {
"babel-cli": "6.26.0",
Expand Down

0 comments on commit 8ce46d5

Please sign in to comment.