Skip to content

Commit

Permalink
v0.14.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Igmat committed Oct 10, 2018
1 parent bdb1b10 commit c95949a
Show file tree
Hide file tree
Showing 32 changed files with 192 additions and 42 deletions.
12 changes: 12 additions & 0 deletions 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.8"></a>
## [0.14.8](https://github.com/Igmat/baset/compare/v0.14.7...v0.14.8) (2018-10-10)


### Bug Fixes

* **baseliner-json:** normalize stack trace for error data type ([bdb1b10](https://github.com/Igmat/baset/commit/bdb1b10))





<a name="0.14.7"></a>
## [0.14.7](https://github.com/Igmat/baset/compare/v0.14.6...v0.14.7) (2018-10-10)

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.7",
"version": "0.14.8",
"command": {
"publish": {
"allowBranch": "master",
Expand Down
12 changes: 12 additions & 0 deletions packages/baset-baseliner-json/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.8"></a>
## [0.14.8](https://github.com/Igmat/baset/compare/v0.14.7...v0.14.8) (2018-10-10)


### Bug Fixes

* **baseliner-json:** normalize stack trace for error data type ([bdb1b10](https://github.com/Igmat/baset/commit/bdb1b10))





<a name="0.14.7"></a>
## [0.14.7](https://github.com/Igmat/baset/compare/v0.14.6...v0.14.7) (2018-10-10)

Expand Down
2 changes: 1 addition & 1 deletion 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.14.7",
"version": "0.14.8",
"description": "JSON baseliner plugin for BaseT project.",
"author": "Ihor Chulinda <[email protected]>",
"license": "MIT",
Expand Down
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.8"></a>
## [0.14.8](https://github.com/Igmat/baset/compare/v0.14.7...v0.14.8) (2018-10-10)

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





<a name="0.14.7"></a>
## [0.14.7](https://github.com/Igmat/baset/compare/v0.14.6...v0.14.7) (2018-10-10)

Expand Down
4 changes: 2 additions & 2 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.7",
"version": "0.14.8",
"description": "JSON baseliner plugin for BaseT project.",
"author": "Ihor Chulinda <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@types/pngjs": "^3.3.2"
},
"dependencies": {
"baset-baseliner-json": "^0.14.7",
"baset-baseliner-json": "^0.14.8",
"baset-core": "^0.14.7",
"clean-html": "^1.5.0",
"pixelmatch": "^4.0.2",
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.8"></a>
## [0.14.8](https://github.com/Igmat/baset/compare/v0.14.7...v0.14.8) (2018-10-10)

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





<a name="0.14.7"></a>
## [0.14.7](https://github.com/Igmat/baset/compare/v0.14.6...v0.14.7) (2018-10-10)

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.7",
"version": "0.14.8",
"description": "Tool for testing using baseline strategy.",
"keywords": [
"baset",
Expand All @@ -24,7 +24,7 @@
"prepublish": "node ./scripts/prepublish.js"
},
"dependencies": {
"baset-baseliner-json": "^0.14.7",
"baset-baseliner-json": "^0.14.8",
"baset-cli": "^0.14.7"
},
"devDependencies": {
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.8"></a>
## [0.14.8](https://github.com/Igmat/baset/compare/v0.14.7...v0.14.8) (2018-10-10)

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





<a name="0.14.7"></a>
## [0.14.7](https://github.com/Igmat/baset/compare/v0.14.6...v0.14.7) (2018-10-10)

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.7",
"version": "0.14.8",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -18,8 +18,8 @@
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"baset": "^0.14.7",
"baset-baseliner-md": "^0.14.7",
"baset": "^0.14.8",
"baset-baseliner-md": "^0.14.8",
"baset-env-browser": "^0.14.7",
"baset-reader-babel": "^0.14.7",
"baset-resolver-react": "^0.14.7"
Expand Down
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.8"></a>
## [0.14.8](https://github.com/Igmat/baset/compare/v0.14.7...v0.14.8) (2018-10-10)

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





<a name="0.14.7"></a>
## [0.14.7](https://github.com/Igmat/baset/compare/v0.14.6...v0.14.7) (2018-10-10)

Expand Down
6 changes: 3 additions & 3 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.7",
"version": "0.14.8",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -15,8 +15,8 @@
},
"devDependencies": {
"@types/pixi.js": "^4.8.0",
"baset": "^0.14.7",
"baset-baseliner-md": "^0.14.7",
"baset": "^0.14.8",
"baset-baseliner-md": "^0.14.8",
"baset-env-browser": "^0.14.7",
"baset-reader-ts": "^0.14.7",
"baset-resolver-pixi": "^0.14.7",
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.8"></a>
## [0.14.8](https://github.com/Igmat/baset/compare/v0.14.7...v0.14.8) (2018-10-10)

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





<a name="0.14.7"></a>
## [0.14.7](https://github.com/Igmat/baset/compare/v0.14.6...v0.14.7) (2018-10-10)

Expand Down
6 changes: 3 additions & 3 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.7",
"version": "0.14.8",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -11,8 +11,8 @@
"author": "",
"license": "MIT",
"devDependencies": {
"baset": "^0.14.7",
"baset-baseliner-json": "^0.14.7",
"baset": "^0.14.8",
"baset-baseliner-json": "^0.14.8",
"baset-reader-ts": "^0.14.7",
"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.8"></a>
## [0.14.8](https://github.com/Igmat/baset/compare/v0.14.7...v0.14.8) (2018-10-10)

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





<a name="0.14.7"></a>
## [0.14.7](https://github.com/Igmat/baset/compare/v0.14.6...v0.14.7) (2018-10-10)

Expand Down
6 changes: 3 additions & 3 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.7",
"version": "0.14.8",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -11,8 +11,8 @@
"author": "",
"license": "MIT",
"devDependencies": {
"baset": "^0.14.7",
"baset-baseliner-json": "^0.14.7",
"baset": "^0.14.8",
"baset-baseliner-json": "^0.14.8",
"baset-env-browser": "^0.14.7"
}
}
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.8"></a>
## [0.14.8](https://github.com/Igmat/baset/compare/v0.14.7...v0.14.8) (2018-10-10)

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





<a name="0.14.7"></a>
## [0.14.7](https://github.com/Igmat/baset/compare/v0.14.6...v0.14.7) (2018-10-10)

Expand Down
6 changes: 3 additions & 3 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.7",
"version": "0.14.8",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -12,8 +12,8 @@
"author": "",
"license": "MIT",
"devDependencies": {
"baset": "^0.14.7",
"baset-baseliner-md": "^0.14.7",
"baset": "^0.14.8",
"baset-baseliner-md": "^0.14.8",
"baset-reader-md": "^0.14.7",
"baset-reader-ts": "^0.14.7",
"typescript": "^3.0.3"
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.8"></a>
## [0.14.8](https://github.com/Igmat/baset/compare/v0.14.7...v0.14.8) (2018-10-10)

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





<a name="0.14.7"></a>
## [0.14.7](https://github.com/Igmat/baset/compare/v0.14.6...v0.14.7) (2018-10-10)

Expand Down
6 changes: 3 additions & 3 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.7",
"version": "0.14.8",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -14,7 +14,7 @@
"asn1.js": "^5.0.1"
},
"devDependencies": {
"baset": "^0.14.7",
"baset-baseliner-json": "^0.14.7"
"baset": "^0.14.8",
"baset-baseliner-json": "^0.14.8"
}
}
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.8"></a>
## [0.14.8](https://github.com/Igmat/baset/compare/v0.14.7...v0.14.8) (2018-10-10)

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





<a name="0.14.7"></a>
## [0.14.7](https://github.com/Igmat/baset/compare/v0.14.6...v0.14.7) (2018-10-10)

Expand Down
6 changes: 3 additions & 3 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.7",
"version": "0.14.8",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -16,8 +16,8 @@
"tslib": "^1.9.3"
},
"devDependencies": {
"baset": "^0.14.7",
"baset-baseliner-json": "^0.14.7",
"baset": "^0.14.8",
"baset-baseliner-json": "^0.14.8",
"baset-reader-ts": "^0.14.7",
"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.8"></a>
## [0.14.8](https://github.com/Igmat/baset/compare/v0.14.7...v0.14.8) (2018-10-10)

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





<a name="0.14.7"></a>
## [0.14.7](https://github.com/Igmat/baset/compare/v0.14.6...v0.14.7) (2018-10-10)

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.7",
"version": "0.14.8",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -20,8 +20,8 @@
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"baset": "^0.14.7",
"baset-baseliner-md": "^0.14.7",
"baset": "^0.14.8",
"baset-baseliner-md": "^0.14.8",
"baset-env-browser": "^0.14.7",
"baset-reader-babel": "^0.14.7",
"baset-reader-ts": "^0.14.7",
Expand Down
Loading

0 comments on commit c95949a

Please sign in to comment.