Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Igmat committed Jan 26, 2018
1 parent 9c01211 commit 0dec754
Show file tree
Hide file tree
Showing 16 changed files with 132 additions and 22 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.5.0"></a>
# [0.5.0](https://github.com/Igmat/baset/compare/v0.4.1...v0.5.0) (2018-01-26)


### Bug Fixes

* **plugin-export:** correct logic for transpiled files ([e68d09b](https://github.com/Igmat/baset/commit/e68d09b))
* **plugin-ts:** correct handling of inline options ([f0be6bd](https://github.com/Igmat/baset/commit/f0be6bd))
* **plugin-ts:** using ts-node instead of manual tsc calls ([5292042](https://github.com/Igmat/baset/commit/5292042)), closes [#6](https://github.com/Igmat/baset/issues/6)


### Features

* **plugin-ts:** initial implementation of baset-plugin-ts ([2b041ee](https://github.com/Igmat/baset/commit/2b041ee))
* **solution:** plugins architecture initial implementation ([92f598c](https://github.com/Igmat/baset/commit/92f598c)), closes [#5](https://github.com/Igmat/baset/issues/5)




<a name="0.4.1"></a>
## [0.4.1](https://github.com/Igmat/baset/compare/v0.4.0...v0.4.1) (2018-01-24)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"./packages/*",
"./tests/*"
],
"version": "0.4.1",
"version": "0.5.0",
"commands": {
"publish": {
"allowBranch": "master",
Expand Down
11 changes: 11 additions & 0 deletions packages/baset-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.5.0"></a>
# [0.5.0](https://github.com/Igmat/baset/compare/v0.4.1...v0.5.0) (2018-01-26)


### Features

* **solution:** plugins architecture initial implementation ([92f598c](https://github.com/Igmat/baset/commit/92f598c)), closes [#5](https://github.com/Igmat/baset/issues/5)




<a name="0.4.1"></a>
## [0.4.1](https://github.com/Igmat/baset/compare/v0.4.0...v0.4.1) (2018-01-24)

Expand Down
6 changes: 3 additions & 3 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.4.1",
"version": "0.5.0",
"description": "CLI for BaseT project.",
"keywords": [
"baset-cli",
Expand Down Expand Up @@ -28,13 +28,13 @@
"@types/glob": "^5.0.34",
"@types/node": "^9.3.0",
"@types/yargs": "^10.0.1",
"baset": "^0.4.1",
"baset": "^0.5.0",
"doctoc": "^1.3.0",
"tslint": "^5.9.1",
"typescript": "^2.6.2"
},
"dependencies": {
"baset-core": "^0.4.1",
"baset-core": "^0.5.0",
"find-up": "^2.1.0",
"glob": "^7.1.2",
"glob-promise": "^3.3.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/baset-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.5.0"></a>
# [0.5.0](https://github.com/Igmat/baset/compare/v0.4.1...v0.5.0) (2018-01-26)


### Features

* **solution:** plugins architecture initial implementation ([92f598c](https://github.com/Igmat/baset/commit/92f598c)), closes [#5](https://github.com/Igmat/baset/issues/5)




<a name="0.4.1"></a>
## [0.4.1](https://github.com/Igmat/baset/compare/v0.4.0...v0.4.1) (2018-01-24)

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.4.1",
"version": "0.5.0",
"description": "Core library for BaseT project.",
"keywords": [
"baset-core",
Expand All @@ -25,7 +25,7 @@
"license": "MIT",
"devDependencies": {
"@types/node": "^9.3.0",
"baset": "^0.4.1",
"baset": "^0.5.0",
"doctoc": "^1.3.0",
"tslint": "^5.9.1",
"typescript": "^2.6.2"
Expand Down
18 changes: 18 additions & 0 deletions packages/baset-plugin-export/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.5.0"></a>
# [0.5.0](https://github.com/Igmat/baset/compare/v0.4.1...v0.5.0) (2018-01-26)


### Bug Fixes

* **plugin-export:** correct logic for transpiled files ([e68d09b](https://github.com/Igmat/baset/commit/e68d09b))
* **plugin-ts:** using ts-node instead of manual tsc calls ([5292042](https://github.com/Igmat/baset/commit/5292042)), closes [#6](https://github.com/Igmat/baset/issues/6)


### Features

* **solution:** plugins architecture initial implementation ([92f598c](https://github.com/Igmat/baset/commit/92f598c)), closes [#5](https://github.com/Igmat/baset/issues/5)
4 changes: 2 additions & 2 deletions packages/baset-plugin-export/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "baset-plugin-export",
"version": "0.4.1",
"version": "0.5.0",
"description": "Export plugin for BaseT project.",
"keywords": [
"baset-plugin-export",
Expand All @@ -25,7 +25,7 @@
"license": "MIT",
"devDependencies": {
"@types/node": "^9.3.0",
"baset": "^0.4.1",
"baset": "^0.5.0",
"doctoc": "^1.3.0",
"tslint": "^5.9.1",
"typescript": "^2.6.2"
Expand Down
18 changes: 18 additions & 0 deletions packages/baset-plugin-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.5.0"></a>
# [0.5.0](https://github.com/Igmat/baset/compare/v0.4.1...v0.5.0) (2018-01-26)


### Bug Fixes

* **plugin-ts:** correct handling of inline options ([f0be6bd](https://github.com/Igmat/baset/commit/f0be6bd))
* **plugin-ts:** using ts-node instead of manual tsc calls ([5292042](https://github.com/Igmat/baset/commit/5292042)), closes [#6](https://github.com/Igmat/baset/issues/6)


### Features

* **plugin-ts:** initial implementation of baset-plugin-ts ([2b041ee](https://github.com/Igmat/baset/commit/2b041ee))
4 changes: 2 additions & 2 deletions packages/baset-plugin-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "baset-plugin-ts",
"version": "0.4.1",
"version": "0.5.0",
"description": "TypeScript plugin for BaseT project.",
"keywords": [
"baset-plugin-ts",
Expand All @@ -26,7 +26,7 @@
"license": "MIT",
"devDependencies": {
"@types/node": "^9.3.0",
"baset": "^0.4.1",
"baset": "^0.5.0",
"doctoc": "^1.3.0",
"tslint": "^5.9.1",
"typescript": "^2.6.2"
Expand Down
11 changes: 11 additions & 0 deletions packages/baset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.5.0"></a>
# [0.5.0](https://github.com/Igmat/baset/compare/v0.4.1...v0.5.0) (2018-01-26)


### Features

* **solution:** plugins architecture initial implementation ([92f598c](https://github.com/Igmat/baset/commit/92f598c)), closes [#5](https://github.com/Igmat/baset/issues/5)




<a name="0.4.1"></a>
## [0.4.1](https://github.com/Igmat/baset/compare/v0.4.0...v0.4.1) (2018-01-24)

Expand Down
8 changes: 4 additions & 4 deletions packages/baset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "baset",
"version": "0.4.1",
"version": "0.5.0",
"description": "Tool for testing using baseline strategy.",
"keywords": [
"baset",
Expand All @@ -24,13 +24,13 @@
"prepublish": "node ./scripts/prepublish.js"
},
"dependencies": {
"baset-cli": "^0.4.1",
"baset-plugin-export": "^0.4.1"
"baset-cli": "^0.5.0",
"baset-plugin-export": "^0.5.0"
},
"devDependencies": {
"@types/node": "^9.3.0"
},
"yargs": {
"dot-notation": false
"dot-notation": false
}
}
11 changes: 11 additions & 0 deletions tests/sample-project/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.5.0"></a>
# [0.5.0](https://github.com/Igmat/baset/compare/v0.4.1...v0.5.0) (2018-01-26)


### Features

* **solution:** plugins architecture initial implementation ([92f598c](https://github.com/Igmat/baset/commit/92f598c)), closes [#5](https://github.com/Igmat/baset/issues/5)




<a name="0.4.1"></a>
## [0.4.1](https://github.com/Igmat/baset/compare/v0.4.0...v0.4.1) (2018-01-24)

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.4.1",
"version": "0.5.0",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -11,7 +11,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"baset": "^0.4.1",
"baset-plugin-export": "^0.4.1"
"baset": "^0.5.0",
"baset-plugin-export": "^0.5.0"
}
}
11 changes: 11 additions & 0 deletions tests/typescript-project/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.5.0"></a>
# [0.5.0](https://github.com/Igmat/baset/compare/v0.4.1...v0.5.0) (2018-01-26)


### Bug Fixes

* **plugin-ts:** using ts-node instead of manual tsc calls ([5292042](https://github.com/Igmat/baset/commit/5292042)), closes [#6](https://github.com/Igmat/baset/issues/6)




<a name="0.4.1"></a>
## [0.4.1](https://github.com/Igmat/baset/compare/v0.4.0...v0.4.1) (2018-01-24)

Expand Down
10 changes: 5 additions & 5 deletions tests/typescript-project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-project",
"version": "0.4.1",
"version": "0.5.0",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -11,9 +11,9 @@
"author": "",
"license": "MIT",
"devDependencies": {
"typescript": "^2.6.2",
"baset": "^0.4.1",
"baset-plugin-export": "^0.4.1",
"baset-plugin-ts": "^0.4.1"
"baset": "^0.5.0",
"baset-plugin-export": "^0.5.0",
"baset-plugin-ts": "^0.5.0",
"typescript": "^2.6.2"
}
}

0 comments on commit 0dec754

Please sign in to comment.