Skip to content

Commit

Permalink
chore(release): publish v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdiaz5513 committed Sep 26, 2018
1 parent e280020 commit 1ace2ae
Show file tree
Hide file tree
Showing 10 changed files with 78 additions and 9 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.4.0"></a>
# [0.4.0](https://github.com/jdiaz5513/capnp-ts/compare/v0.3.1...v0.4.0) (2018-09-26)


### Bug Fixes

* revert botched import paths ([#111](https://github.com/jdiaz5513/capnp-ts/issues/111)) ([e280020](https://github.com/jdiaz5513/capnp-ts/commit/e280020))


### Features

* **compiler:** add support for capnpc v0.7.0 ([#110](https://github.com/jdiaz5513/capnp-ts/issues/110)) ([22bd14d](https://github.com/jdiaz5513/capnp-ts/commit/22bd14d))





<a name="0.3.1"></a>
## [0.3.1](https://github.com/jdiaz5513/capnp-ts/compare/v0.3.0...v0.3.1) (2018-09-25)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"js-examples"
],
"npmClient": "yarn",
"version": "0.3.1",
"version": "0.4.0",
"useWorkspaces": true,
"command": {
"publish": {
Expand Down
17 changes: 17 additions & 0 deletions packages/capnp-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.4.0"></a>
# [0.4.0](https://github.com/jdiaz5513/capnp-ts/compare/v0.3.1...v0.4.0) (2018-09-26)


### Bug Fixes

* revert botched import paths ([#111](https://github.com/jdiaz5513/capnp-ts/issues/111)) ([e280020](https://github.com/jdiaz5513/capnp-ts/commit/e280020))


### Features

* **compiler:** add support for capnpc v0.7.0 ([#110](https://github.com/jdiaz5513/capnp-ts/issues/110)) ([22bd14d](https://github.com/jdiaz5513/capnp-ts/commit/22bd14d))





<a name="0.3.1"></a>
## [0.3.1](https://github.com/jdiaz5513/capnp-ts/compare/v0.3.0...v0.3.1) (2018-09-25)

Expand Down
2 changes: 1 addition & 1 deletion packages/capnp-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
"url": "git+https://github.com/jdiaz5513/capnp-ts.git"
},
"typings": "lib/index",
"version": "0.3.1"
"version": "0.4.0"
}
9 changes: 9 additions & 0 deletions packages/capnpc-js/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.4.0"></a>
# [0.4.0](https://github.com/jdiaz5513/capnp-ts/compare/v0.3.1...v0.4.0) (2018-09-26)

**Note:** Version bump only for package capnpc-js





<a name="0.3.1"></a>
## [0.3.1](https://github.com/jdiaz5513/capnp-ts/compare/v0.3.0...v0.3.1) (2018-09-25)

Expand Down
4 changes: 2 additions & 2 deletions packages/capnpc-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/jdiaz5513/capnp-ts/issues"
},
"dependencies": {
"capnpc-ts": "^0.3.1",
"capnpc-ts": "^0.4.0",
"debug": "^2.6.3",
"typescript": "^2.4.1"
},
Expand All @@ -33,5 +33,5 @@
"url": "git+https://github.com/jdiaz5513/capnp-ts.git"
},
"typings": "lib/index",
"version": "0.3.1"
"version": "0.4.0"
}
17 changes: 17 additions & 0 deletions packages/capnpc-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.4.0"></a>
# [0.4.0](https://github.com/jdiaz5513/capnp-ts/compare/v0.3.1...v0.4.0) (2018-09-26)


### Bug Fixes

* revert botched import paths ([#111](https://github.com/jdiaz5513/capnp-ts/issues/111)) ([e280020](https://github.com/jdiaz5513/capnp-ts/commit/e280020))


### Features

* **compiler:** add support for capnpc v0.7.0 ([#110](https://github.com/jdiaz5513/capnp-ts/issues/110)) ([22bd14d](https://github.com/jdiaz5513/capnp-ts/commit/22bd14d))





<a name="0.3.1"></a>
## [0.3.1](https://github.com/jdiaz5513/capnp-ts/compare/v0.3.0...v0.3.1) (2018-09-25)

Expand Down
4 changes: 2 additions & 2 deletions packages/capnpc-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"bluebird": "^3.5.0",
"capnp-ts": "^0.3.1",
"capnp-ts": "^0.4.0",
"debug": "^3.1.0",
"hex2dec": "^1.0.1",
"mkdirp": "^0.5.1",
Expand Down Expand Up @@ -41,5 +41,5 @@
"url": "git+https://github.com/jdiaz5513/capnp-ts.git"
},
"typings": "lib/index",
"version": "0.3.1"
"version": "0.4.0"
}
9 changes: 9 additions & 0 deletions packages/js-examples/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.4.0"></a>
# [0.4.0](https://github.com/jdiaz5513/capnp-ts/compare/v0.3.1...v0.4.0) (2018-09-26)

**Note:** Version bump only for package capnp-ts-js-examples





<a name="0.3.1"></a>
## [0.3.1](https://github.com/jdiaz5513/capnp-ts/compare/v0.3.0...v0.3.1) (2018-09-25)

Expand Down
6 changes: 3 additions & 3 deletions packages/js-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"url": "https://github.com/jdiaz5513/capnp-ts/issues"
},
"dependencies": {
"capnp-ts": "^0.3.1"
"capnp-ts": "^0.4.0"
},
"description": "Example of using capnproto-ts in a JavaScript project.",
"devDependencies": {
"capnpc-js": "^0.3.1"
"capnpc-js": "^0.4.0"
},
"homepage": "https://github.com/jdiaz5513/capnp-ts#readme",
"keywords": [
Expand All @@ -24,5 +24,5 @@
"type": "git",
"url": "git+https://github.com/jdiaz5513/capnp-ts.git"
},
"version": "0.3.1"
"version": "0.4.0"
}

0 comments on commit 1ace2ae

Please sign in to comment.