Skip to content

Commit

Permalink
v0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Igmat committed Sep 17, 2018
1 parent a744746 commit f778d3e
Show file tree
Hide file tree
Showing 50 changed files with 325 additions and 90 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.14.2"></a>
## [0.14.2](https://github.com/Igmat/baset/compare/v0.14.1...v0.14.2) (2018-09-17)


### Bug Fixes

* packages/baset-cli/package.json to reduce vulnerabilities ([769230f](https://github.com/Igmat/baset/commit/769230f))
* tests/tsx-babel-project/package.json to reduce vulnerabilities ([#105](https://github.com/Igmat/baset/issues/105)) ([55df73c](https://github.com/Igmat/baset/commit/55df73c))





<a name="0.14.1"></a>
## [0.14.1](https://github.com/Igmat/baset/compare/v0.14.0...v0.14.1) (2018-09-04)

Expand Down
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/*",
"./tests/*"
],
"version": "0.14.1",
"version": "0.14.2",
"command": {
"publish": {
"allowBranch": "master",
Expand Down
9 changes: 9 additions & 0 deletions packages/baset-baseliner-json/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.14.2"></a>
## [0.14.2](https://github.com/Igmat/baset/compare/v0.14.1...v0.14.2) (2018-09-17)

**Note:** Version bump only for package baset-baseliner-json





<a name="0.13.7"></a>
## [0.13.7](https://github.com/Igmat/baset/compare/v0.13.6...v0.13.7) (2018-08-30)

Expand Down
4 changes: 2 additions & 2 deletions packages/baset-baseliner-json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "baset-baseliner-json",
"version": "0.13.7",
"version": "0.14.2",
"description": "JSON baseliner plugin for BaseT project.",
"author": "Ihor Chulinda <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -32,6 +32,6 @@
"@types/node": "^10.10.0"
},
"dependencies": {
"baset-core": "^0.13.7"
"baset-core": "^0.14.2"
}
}
9 changes: 9 additions & 0 deletions packages/baset-baseliner-md/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.14.2"></a>
## [0.14.2](https://github.com/Igmat/baset/compare/v0.14.1...v0.14.2) (2018-09-17)

**Note:** Version bump only for package baset-baseliner-md





<a name="0.14.0"></a>
# [0.14.0](https://github.com/Igmat/baset/compare/v0.13.7...v0.14.0) (2018-09-04)

Expand Down
6 changes: 3 additions & 3 deletions packages/baset-baseliner-md/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "baset-baseliner-md",
"version": "0.14.0",
"version": "0.14.2",
"description": "JSON baseliner plugin for BaseT project.",
"author": "Ihor Chulinda <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -36,8 +36,8 @@
"@types/pngjs": "^3.3.2"
},
"dependencies": {
"baset-baseliner-json": "^0.13.7",
"baset-core": "^0.13.7",
"baset-baseliner-json": "^0.14.2",
"baset-core": "^0.14.2",
"clean-html": "^1.5.0",
"pixelmatch": "^4.0.2",
"pngjs": "^3.3.3",
Expand Down
12 changes: 12 additions & 0 deletions packages/baset-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.14.2"></a>
## [0.14.2](https://github.com/Igmat/baset/compare/v0.14.1...v0.14.2) (2018-09-17)


### Bug Fixes

* packages/baset-cli/package.json to reduce vulnerabilities ([769230f](https://github.com/Igmat/baset/commit/769230f))





<a name="0.13.7"></a>
## [0.13.7](https://github.com/Igmat/baset/compare/v0.13.6...v0.13.7) (2018-08-30)

Expand Down
4 changes: 2 additions & 2 deletions packages/baset-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "baset-cli",
"version": "0.13.7",
"version": "0.14.2",
"description": "CLI for BaseT project.",
"keywords": [
"baset-cli",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@types/yargs": "^12.0.0"
},
"dependencies": {
"baset-core": "^0.13.7",
"baset-core": "^0.14.2",
"find-up": "^3.0.0",
"glob": "^7.1.3",
"glob-promise": "^3.4.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/baset-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.14.2"></a>
## [0.14.2](https://github.com/Igmat/baset/compare/v0.14.1...v0.14.2) (2018-09-17)

**Note:** Version bump only for package baset-core





<a name="0.13.7"></a>
## [0.13.7](https://github.com/Igmat/baset/compare/v0.13.6...v0.13.7) (2018-08-30)

Expand Down
4 changes: 2 additions & 2 deletions packages/baset-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "baset-core",
"version": "0.13.7",
"version": "0.14.2",
"description": "Core library for BaseT project.",
"keywords": [
"baset-core",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@types/node": "^10.10.0"
},
"dependencies": {
"baset-vm": "^0.13.7",
"baset-vm": "^0.14.2",
"chance": "^1.0.16",
"typescript": "^3.0.3"
}
Expand Down
9 changes: 9 additions & 0 deletions packages/baset-env-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.14.2"></a>
## [0.14.2](https://github.com/Igmat/baset/compare/v0.14.1...v0.14.2) (2018-09-17)

**Note:** Version bump only for package baset-env-browser





<a name="0.13.7"></a>
## [0.13.7](https://github.com/Igmat/baset/compare/v0.13.6...v0.13.7) (2018-08-30)

Expand Down
8 changes: 4 additions & 4 deletions packages/baset-env-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "baset-env-browser",
"version": "0.13.7",
"version": "0.14.2",
"description": "Browser environment for BaseT project.",
"keywords": [
"baset-env-browser",
Expand Down Expand Up @@ -34,10 +34,10 @@
"@types/node": "^10.10.0"
},
"dependencies": {
"baset-core": "^0.13.7",
"baset-core": "^0.14.2",
"canvas-prebuilt": "^1.6.11",
"node-pre-gyp": "^0.11.0",
"express": "^4.16.3",
"jsdom": "^12.0.0"
"jsdom": "^12.0.0",
"node-pre-gyp": "^0.11.0"
}
}
9 changes: 9 additions & 0 deletions packages/baset-reader-babel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.14.2"></a>
## [0.14.2](https://github.com/Igmat/baset/compare/v0.14.1...v0.14.2) (2018-09-17)

**Note:** Version bump only for package baset-reader-babel





<a name="0.13.7"></a>
## [0.13.7](https://github.com/Igmat/baset/compare/v0.13.6...v0.13.7) (2018-08-30)

Expand Down
4 changes: 2 additions & 2 deletions packages/baset-reader-babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "baset-reader-babel",
"version": "0.13.7",
"version": "0.14.2",
"description": "Babel reader plugin for BaseT project.",
"keywords": [
"baset-reader-babel",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"babel-core": "^6.26.3",
"baset-core": "^0.13.7",
"baset-core": "^0.14.2",
"find-up": "^3.0.0",
"lodash": "^4.17.11"
}
Expand Down
9 changes: 9 additions & 0 deletions packages/baset-reader-md/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.14.2"></a>
## [0.14.2](https://github.com/Igmat/baset/compare/v0.14.1...v0.14.2) (2018-09-17)

**Note:** Version bump only for package baset-reader-md





<a name="0.13.7"></a>
## [0.13.7](https://github.com/Igmat/baset/compare/v0.13.6...v0.13.7) (2018-08-30)

Expand Down
4 changes: 2 additions & 2 deletions packages/baset-reader-md/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "baset-reader-md",
"version": "0.13.7",
"version": "0.14.2",
"description": "MarkDown reader plugin for BaseT project.",
"keywords": [
"baset-reader-md",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@types/node": "^10.10.0"
},
"dependencies": {
"baset-core": "^0.13.7",
"baset-core": "^0.14.2",
"markdown": "^0.5.0"
}
}
9 changes: 9 additions & 0 deletions packages/baset-reader-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.14.2"></a>
## [0.14.2](https://github.com/Igmat/baset/compare/v0.14.1...v0.14.2) (2018-09-17)

**Note:** Version bump only for package baset-reader-ts





<a name="0.13.7"></a>
## [0.13.7](https://github.com/Igmat/baset/compare/v0.13.6...v0.13.7) (2018-08-30)

Expand Down
4 changes: 2 additions & 2 deletions packages/baset-reader-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "baset-reader-ts",
"version": "0.13.7",
"version": "0.14.2",
"description": "TypeScript reader plugin for BaseT project.",
"keywords": [
"baset-reader-ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@types/node": "^10.10.0"
},
"dependencies": {
"baset-core": "^0.13.7",
"baset-core": "^0.14.2",
"find-up": "^3.0.0",
"tsconfig-paths": "^3.6.0",
"typescript": "^3.0.3"
Expand Down
9 changes: 9 additions & 0 deletions packages/baset-resolver-pixi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.14.2"></a>
## [0.14.2](https://github.com/Igmat/baset/compare/v0.14.1...v0.14.2) (2018-09-17)

**Note:** Version bump only for package baset-resolver-pixi





<a name="0.13.7"></a>
## [0.13.7](https://github.com/Igmat/baset/compare/v0.13.6...v0.13.7) (2018-08-30)

Expand Down
6 changes: 3 additions & 3 deletions packages/baset-resolver-pixi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "baset-resolver-pixi",
"version": "0.13.7",
"version": "0.14.2",
"description": "Pixi resolver plugin for BaseT project.",
"keywords": [
"baset-resolver-pixi",
Expand Down Expand Up @@ -34,8 +34,8 @@
"@types/pixi.js": "^4.8.0"
},
"dependencies": {
"baset-core": "^0.13.7",
"baset-vm": "^0.13.7",
"baset-core": "^0.14.2",
"baset-vm": "^0.14.2",
"pixi.js": "^4.8.2"
}
}
9 changes: 9 additions & 0 deletions packages/baset-resolver-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.14.2"></a>
## [0.14.2](https://github.com/Igmat/baset/compare/v0.14.1...v0.14.2) (2018-09-17)

**Note:** Version bump only for package baset-resolver-react





<a name="0.14.0"></a>
# [0.14.0](https://github.com/Igmat/baset/compare/v0.13.7...v0.14.0) (2018-09-04)

Expand Down
4 changes: 2 additions & 2 deletions packages/baset-resolver-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "baset-resolver-react",
"version": "0.14.0",
"version": "0.14.2",
"description": "React resolver plugin for BaseT project.",
"keywords": [
"baset-resolver-react",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@types/react-test-renderer": "^16.0.2"
},
"dependencies": {
"baset-core": "^0.13.7",
"baset-core": "^0.14.2",
"pretty-format": "^23.6.0",
"react": "^16.5.1",
"react-test-renderer": "^16.5.1"
Expand Down
9 changes: 9 additions & 0 deletions packages/baset-vm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.14.2"></a>
## [0.14.2](https://github.com/Igmat/baset/compare/v0.14.1...v0.14.2) (2018-09-17)

**Note:** Version bump only for package baset-vm





<a name="0.13.7"></a>
## [0.13.7](https://github.com/Igmat/baset/compare/v0.13.6...v0.13.7) (2018-08-30)

Expand Down
2 changes: 1 addition & 1 deletion packages/baset-vm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "baset-vm",
"version": "0.13.7",
"version": "0.14.2",
"description": "VM package for BaseT project.",
"keywords": [
"baset-vm",
Expand Down
Loading

0 comments on commit f778d3e

Please sign in to comment.