Skip to content

Commit

Permalink
chore: release v0.0.17 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
marsprince authored Aug 20, 2020
1 parent e2e407e commit 6a3fbdc
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 6 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [](https://github.com/razorsjs/build/compare/v0.0.16...v) (2020-08-20)


### Bug Fixes

* **deps:** update dependency @rollup/plugin-node-resolve to v9 ([#12](https://github.com/razorsjs/build/issues/12)) ([d0ef6b8](https://github.com/razorsjs/build/commit/d0ef6b82dd3d2ce2fe9c08c6bb5f61c6a4f25473))


### Features

* **commit:** add build-commit ([1de7cb2](https://github.com/razorsjs/build/commit/1de7cb26870db80e82d0b6526436d2eb892c7325))
* **static:** add editorconfig ([e2e407e](https://github.com/razorsjs/build/commit/e2e407e42b059b583438a6b415238d5cea9d5afd))



# [](https://github.com/razorsjs/build/compare/v0.0.14...v) (2020-08-13)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.0.16"
"version": "0.0.17"
}
2 changes: 1 addition & 1 deletion packages/build-babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@razors/build-babel",
"version": "0.0.16",
"version": "0.0.17",
"main": "./dist/index.cjs.js",
"module": "./dist/index.cjs.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/build-commit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@razors/build-commit",
"version": "0.0.16",
"version": "0.0.17",
"main": "./dist/index.cjs.js",
"module": "./dist/index.cjs.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/build-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@razors/build-jest",
"version": "0.0.16",
"version": "0.0.17",
"main": "./dist/index.cjs.js",
"module": "./dist/index.cjs.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/build-rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@razors/build-rollup",
"version": "0.0.16",
"version": "0.0.17",
"main": "./dist/index.cjs.js",
"module": "./dist/index.cjs.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/build-static/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@razors/build-static",
"version": "0.0.16",
"version": "0.0.17",
"main": "./dist/index.cjs.js",
"module": "./dist/index.cjs.js",
"license": "MIT",
Expand Down
4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1887,6 +1887,10 @@
dependencies:
"@types/node" ">= 8"

"@razors/build-commit@^0.0.16":
version "0.0.16"
resolved "https://registry.yarnpkg.com/@razors/build-commit/-/build-commit-0.0.16.tgz#c241d42bb5a1eb13bba0e5e17af9b7455c4f80ba"

"@rollup/plugin-babel@^5.0.4":
version "5.2.0"
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.2.0.tgz#b87556d61ed108b4eaf9d18b5323965adf8d9bee"
Expand Down

0 comments on commit 6a3fbdc

Please sign in to comment.