Skip to content

Commit

Permalink
chore(package.json): bump version to 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinkl committed Mar 18, 2019
1 parent 0d6a260 commit a4bf971
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 20 deletions.
1 change: 1 addition & 0 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"yes": true
},
"publish": {
"forcePublish": false,
"npmClient": "npm",
"allowBranch": [
"master",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"build:test": "yarn build && yarn test",
"publish:prepublish": "lerna run prepublish",
"publish:version-canary": "lerna version prerelease",
"publish:canary": "lerna publish --no-git-reset --canary --dist-tag canary --preid canary --force-publish=@airy/maleo"
"publish:canary": "lerna publish --no-git-reset --canary --dist-tag canary --preid canary"
},
"husky": {
"hooks": {
Expand Down
11 changes: 0 additions & 11 deletions packages/Maleo.js/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/Maleo.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airy/maleo",
"version": "0.0.6-canary.51",
"version": "0.0.7",
"description": "Un-opinionated Universal Rendering Javascript Framework",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/css-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airy/maleo-css-plugin",
"version": "0.0.6-canary.50",
"version": "0.0.7",
"main": "lib/index.js",
"license": "MIT",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"prepublish": "yarn build"
},
"peerDependencies": {
"@airy/maleo": "^0.0.6-canary.49+3419fc9"
"@airy/maleo": "^0.0.1"
},
"dependencies": {
"css-loader": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/gulp-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airy/maleo-gulp-plugin",
"version": "0.0.6-canary.50",
"version": "0.0.7",
"main": "index.js",
"license": "MIT",
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/redux-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airy/maleo-redux-plugin",
"version": "0.0.6-canary.50",
"version": "0.0.7",
"main": "lib/index.js",
"license": "MIT",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"prepublish": "yarn build"
},
"peerDependencies": {
"@airy/maleo": "^0.0.6-canary.49+3419fc9",
"@airy/maleo": "^0.0.1",
"gulp": "gulpjs/gulp.git#4.0",
"prop-types": "^15.6.2",
"react": "^16.6.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/typescript-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airy/maleo-typescript-plugin",
"version": "0.0.6-canary.50",
"version": "0.0.7",
"main": "lib/index.js",
"license": "MIT",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"prepublish": "yarn build"
},
"peerDependencies": {
"@airy/maleo": "^0.0.6-canary.49+3419fc9"
"@airy/maleo": "^0.0.1"
},
"dependencies": {
"fork-ts-checker-webpack-plugin": "^0.4.14",
Expand Down

0 comments on commit a4bf971

Please sign in to comment.