Skip to content

Commit

Permalink
v0.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Igmat committed Oct 9, 2018
1 parent 393f284 commit 7a70e50
Show file tree
Hide file tree
Showing 32 changed files with 187 additions and 31 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
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.5"></a>
## [0.14.5](https://github.com/Igmat/baset/compare/v0.14.4...v0.14.5) (2018-10-09)


### Bug Fixes

* **cli:** replace only first 'at' in stacktrace ([094f6e9](https://github.com/Igmat/baset/commit/094f6e9))
* **reader-babel:** option to include node modules in transpilation ([6b8a186](https://github.com/Igmat/baset/commit/6b8a186))
* **reader-babel:** proper work with possibly undefined options ([393f284](https://github.com/Igmat/baset/commit/393f284))





<a name="0.14.4"></a>
## [0.14.4](https://github.com/Igmat/baset/compare/v0.14.3...v0.14.4) (2018-10-07)

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.4",
"version": "0.14.5",
"command": {
"publish": {
"allowBranch": "master",
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.5"></a>
## [0.14.5](https://github.com/Igmat/baset/compare/v0.14.4...v0.14.5) (2018-10-09)


### Bug Fixes

* **cli:** replace only first 'at' in stacktrace ([094f6e9](https://github.com/Igmat/baset/commit/094f6e9))





<a name="0.14.4"></a>
## [0.14.4](https://github.com/Igmat/baset/compare/v0.14.3...v0.14.4) (2018-10-07)

Expand Down
2 changes: 1 addition & 1 deletion packages/baset-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "baset-cli",
"version": "0.14.4",
"version": "0.14.5",
"description": "CLI for BaseT project.",
"keywords": [
"baset-cli",
Expand Down
13 changes: 13 additions & 0 deletions packages/baset-reader-babel/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.5"></a>
## [0.14.5](https://github.com/Igmat/baset/compare/v0.14.4...v0.14.5) (2018-10-09)


### Bug Fixes

* **reader-babel:** option to include node modules in transpilation ([6b8a186](https://github.com/Igmat/baset/commit/6b8a186))
* **reader-babel:** proper work with possibly undefined options ([393f284](https://github.com/Igmat/baset/commit/393f284))





<a name="0.14.4"></a>
## [0.14.4](https://github.com/Igmat/baset/compare/v0.14.3...v0.14.4) (2018-10-07)

Expand Down
2 changes: 1 addition & 1 deletion 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.14.4",
"version": "0.14.5",
"description": "Babel reader plugin for BaseT project.",
"keywords": [
"baset-reader-babel",
Expand Down
9 changes: 9 additions & 0 deletions packages/baset/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.5"></a>
## [0.14.5](https://github.com/Igmat/baset/compare/v0.14.4...v0.14.5) (2018-10-09)

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





<a name="0.14.4"></a>
## [0.14.4](https://github.com/Igmat/baset/compare/v0.14.3...v0.14.4) (2018-10-07)

Expand Down
4 changes: 2 additions & 2 deletions packages/baset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "baset",
"version": "0.14.4",
"version": "0.14.5",
"description": "Tool for testing using baseline strategy.",
"keywords": [
"baset",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"baset-baseliner-json": "^0.14.4",
"baset-cli": "^0.14.4"
"baset-cli": "^0.14.5"
},
"devDependencies": {
"@types/node": "^10.10.0"
Expand Down
9 changes: 9 additions & 0 deletions tests/babel-project/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.5"></a>
## [0.14.5](https://github.com/Igmat/baset/compare/v0.14.4...v0.14.5) (2018-10-09)

**Note:** Version bump only for package babel-project





<a name="0.14.4"></a>
## [0.14.4](https://github.com/Igmat/baset/compare/v0.14.3...v0.14.4) (2018-10-07)

Expand Down
6 changes: 3 additions & 3 deletions tests/babel-project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-project",
"version": "0.14.4",
"version": "0.14.5",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -18,10 +18,10 @@
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"baset": "^0.14.4",
"baset": "^0.14.5",
"baset-baseliner-md": "^0.14.4",
"baset-env-browser": "^0.14.4",
"baset-reader-babel": "^0.14.4",
"baset-reader-babel": "^0.14.5",
"baset-resolver-react": "^0.14.4"
}
}
9 changes: 9 additions & 0 deletions tests/canvas-project/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.5"></a>
## [0.14.5](https://github.com/Igmat/baset/compare/v0.14.4...v0.14.5) (2018-10-09)

**Note:** Version bump only for package canvas-project





<a name="0.14.4"></a>
## [0.14.4](https://github.com/Igmat/baset/compare/v0.14.3...v0.14.4) (2018-10-07)

Expand Down
4 changes: 2 additions & 2 deletions tests/canvas-project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "canvas-project",
"version": "0.14.4",
"version": "0.14.5",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -15,7 +15,7 @@
},
"devDependencies": {
"@types/pixi.js": "^4.8.0",
"baset": "^0.14.4",
"baset": "^0.14.5",
"baset-baseliner-md": "^0.14.4",
"baset-env-browser": "^0.14.4",
"baset-reader-ts": "^0.14.4",
Expand Down
9 changes: 9 additions & 0 deletions tests/circular-reference-project/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.5"></a>
## [0.14.5](https://github.com/Igmat/baset/compare/v0.14.4...v0.14.5) (2018-10-09)

**Note:** Version bump only for package circular-reference-project





<a name="0.14.4"></a>
## [0.14.4](https://github.com/Igmat/baset/compare/v0.14.3...v0.14.4) (2018-10-07)

Expand Down
4 changes: 2 additions & 2 deletions tests/circular-reference-project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "circular-reference-project",
"version": "0.14.4",
"version": "0.14.5",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -11,7 +11,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"baset": "^0.14.4",
"baset": "^0.14.5",
"baset-baseliner-json": "^0.14.4",
"baset-reader-ts": "^0.14.4",
"typescript": "^3.0.3"
Expand Down
9 changes: 9 additions & 0 deletions tests/dom-project/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.5"></a>
## [0.14.5](https://github.com/Igmat/baset/compare/v0.14.4...v0.14.5) (2018-10-09)

**Note:** Version bump only for package dom-project





<a name="0.14.4"></a>
## [0.14.4](https://github.com/Igmat/baset/compare/v0.14.3...v0.14.4) (2018-10-07)

Expand Down
4 changes: 2 additions & 2 deletions tests/dom-project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dom-project",
"version": "0.14.4",
"version": "0.14.5",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -11,7 +11,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"baset": "^0.14.4",
"baset": "^0.14.5",
"baset-baseliner-json": "^0.14.4",
"baset-env-browser": "^0.14.4"
}
Expand Down
9 changes: 9 additions & 0 deletions tests/md-specs-project/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.5"></a>
## [0.14.5](https://github.com/Igmat/baset/compare/v0.14.4...v0.14.5) (2018-10-09)

**Note:** Version bump only for package md-specs-project





<a name="0.14.4"></a>
## [0.14.4](https://github.com/Igmat/baset/compare/v0.14.3...v0.14.4) (2018-10-07)

Expand Down
4 changes: 2 additions & 2 deletions tests/md-specs-project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "md-specs-project",
"version": "0.14.4",
"version": "0.14.5",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -12,7 +12,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"baset": "^0.14.4",
"baset": "^0.14.5",
"baset-baseliner-md": "^0.14.4",
"baset-reader-md": "^0.14.4",
"baset-reader-ts": "^0.14.4",
Expand Down
9 changes: 9 additions & 0 deletions tests/sample-project/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.5"></a>
## [0.14.5](https://github.com/Igmat/baset/compare/v0.14.4...v0.14.5) (2018-10-09)

**Note:** Version bump only for package sample-project





<a name="0.14.4"></a>
## [0.14.4](https://github.com/Igmat/baset/compare/v0.14.3...v0.14.4) (2018-10-07)

Expand Down
4 changes: 2 additions & 2 deletions tests/sample-project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sample-project",
"version": "0.14.4",
"version": "0.14.5",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -14,7 +14,7 @@
"asn1.js": "^5.0.1"
},
"devDependencies": {
"baset": "^0.14.4",
"baset": "^0.14.5",
"baset-baseliner-json": "^0.14.4"
}
}
9 changes: 9 additions & 0 deletions tests/scaffolded-project/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.5"></a>
## [0.14.5](https://github.com/Igmat/baset/compare/v0.14.4...v0.14.5) (2018-10-09)

**Note:** Version bump only for package scaffolded-project





<a name="0.14.4"></a>
## [0.14.4](https://github.com/Igmat/baset/compare/v0.14.3...v0.14.4) (2018-10-07)

Expand Down
4 changes: 2 additions & 2 deletions tests/scaffolded-project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scaffolded-project",
"version": "0.14.4",
"version": "0.14.5",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -16,7 +16,7 @@
"tslib": "^1.9.3"
},
"devDependencies": {
"baset": "^0.14.4",
"baset": "^0.14.5",
"baset-baseliner-json": "^0.14.4",
"baset-reader-ts": "^0.14.4",
"typescript": "^3.0.3"
Expand Down
9 changes: 9 additions & 0 deletions tests/tsx-babel-project/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.5"></a>
## [0.14.5](https://github.com/Igmat/baset/compare/v0.14.4...v0.14.5) (2018-10-09)

**Note:** Version bump only for package tsx-babel-project





<a name="0.14.4"></a>
## [0.14.4](https://github.com/Igmat/baset/compare/v0.14.3...v0.14.4) (2018-10-07)

Expand Down
6 changes: 3 additions & 3 deletions tests/tsx-babel-project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsx-babel-project",
"version": "0.14.4",
"version": "0.14.5",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -20,10 +20,10 @@
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"baset": "^0.14.4",
"baset": "^0.14.5",
"baset-baseliner-md": "^0.14.4",
"baset-env-browser": "^0.14.4",
"baset-reader-babel": "^0.14.4",
"baset-reader-babel": "^0.14.5",
"baset-reader-ts": "^0.14.4",
"baset-resolver-react": "^0.14.4",
"typescript": "^3.0.3"
Expand Down
Loading

0 comments on commit 7a70e50

Please sign in to comment.