Skip to content

Commit

Permalink
chore(release): v2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
uport-automation-bot committed Dec 8, 2020
1 parent fff020c commit 233af83
Show file tree
Hide file tree
Showing 6 changed files with 64 additions and 4 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/uport-project/taksi/compare/v1.3.2-beta.12+a161952...v2.0.0) (2020-12-08)


### Bug Fixes

* **vorto:** breaking change with issue ref ([274436f](https://github.com/uport-project/taksi/commit/274436f3292b4b8075ea36766197394898829b43)), closes [#3](https://github.com/uport-project/taksi/issues/3)
* **vorto:** simple fix with issue ref ([dc72e4a](https://github.com/uport-project/taksi/commit/dc72e4a4fb3774925b5a305b384069e54bc8d48b)), closes [#3](https://github.com/uport-project/taksi/issues/3)


### Features

* **kerno:** simulate another simple feature with issue ref ([5ca5302](https://github.com/uport-project/taksi/commit/5ca5302b78540c839e5187247d1a5f4273ed6a39)), closes [#2](https://github.com/uport-project/taksi/issues/2)
* **kerno:** simulate simple feature with issue ref ([0b46cc6](https://github.com/uport-project/taksi/commit/0b46cc68d4bdfdf22d21c01f670e9e4dd83ed9c8)), closes [#2](https://github.com/uport-project/taksi/issues/2)
* **vorto:** change behavior 42 ([0bb0f4d](https://github.com/uport-project/taksi/commit/0bb0f4d490a15fa01e520f98858b282d9d261c93))


### BREAKING CHANGES

* **vorto:** check for this msg in changelog
* **vorto:** this should show up in changelog too





## [1.3.1](https://github.com/uport-project/taksi/compare/v1.3.1-beta.16+e6d80fe...v1.3.1) (2020-12-07)

**Note:** Version bump only for package taksi
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.1",
"version": "2.0.0",
"packages": [
"packages/*"
],
Expand Down
12 changes: 12 additions & 0 deletions packages/kerno/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.

# [2.0.0](https://github.com/uport-project/taksi/compare/v1.3.2-beta.12+a161952...v2.0.0) (2020-12-08)


### Features

* **kerno:** simulate another simple feature with issue ref ([5ca5302](https://github.com/uport-project/taksi/commit/5ca5302b78540c839e5187247d1a5f4273ed6a39)), closes [#2](https://github.com/uport-project/taksi/issues/2)
* **kerno:** simulate simple feature with issue ref ([0b46cc6](https://github.com/uport-project/taksi/commit/0b46cc68d4bdfdf22d21c01f670e9e4dd83ed9c8)), closes [#2](https://github.com/uport-project/taksi/issues/2)





## [1.3.1](https://github.com/uport-project/taksi/compare/v1.3.1-beta.16+e6d80fe...v1.3.1) (2020-12-07)

**Note:** Version bump only for package @taksi/kerno
Expand Down
2 changes: 1 addition & 1 deletion packages/kerno/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@taksi/kerno",
"description": "Jen la kerna pako",
"version": "1.3.1",
"version": "2.0.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand Down
23 changes: 23 additions & 0 deletions packages/vorto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/uport-project/taksi/compare/v1.3.2-beta.12+a161952...v2.0.0) (2020-12-08)


### Bug Fixes

* **vorto:** breaking change with issue ref ([274436f](https://github.com/uport-project/taksi/commit/274436f3292b4b8075ea36766197394898829b43)), closes [#3](https://github.com/uport-project/taksi/issues/3)
* **vorto:** simple fix with issue ref ([dc72e4a](https://github.com/uport-project/taksi/commit/dc72e4a4fb3774925b5a305b384069e54bc8d48b)), closes [#3](https://github.com/uport-project/taksi/issues/3)


### Features

* **vorto:** change behavior 42 ([0bb0f4d](https://github.com/uport-project/taksi/commit/0bb0f4d490a15fa01e520f98858b282d9d261c93))


### BREAKING CHANGES

* **vorto:** check for this msg in changelog
* **vorto:** this should show up in changelog too





## [1.3.1](https://github.com/uport-project/taksi/compare/v1.3.1-beta.16+e6d80fe...v1.3.1) (2020-12-07)

**Note:** Version bump only for package @taksi/vorto
Expand Down
4 changes: 2 additions & 2 deletions packages/vorto/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@taksi/vorto",
"description": "Jen la vorto pako",
"version": "1.3.1",
"version": "2.0.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"@taksi/kerno": "^1.3.1"
"@taksi/kerno": "^2.0.0"
},
"devDependencies": {
"typescript": "^4.0.3"
Expand Down

0 comments on commit 233af83

Please sign in to comment.