Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kus committed Apr 30, 2022
1 parent dcd50db commit e4719c8
Show file tree
Hide file tree
Showing 11 changed files with 66 additions and 19 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.0](https://github.com/tzkt/api-sdk-ts/compare/v0.1.2...v0.2.0) (2022-04-30)


### Features

* update readme ([#7](https://github.com/tzkt/api-sdk-ts/issues/7)) ([31b1d90](https://github.com/tzkt/api-sdk-ts/commit/31b1d90baa7f1926f8d1541ac64faebc4eafce97))


### Bug Fixes

* distribute src for sourcemaps ([#9](https://github.com/tzkt/api-sdk-ts/issues/9)) ([d135489](https://github.com/tzkt/api-sdk-ts/commit/d135489ac53b92bf57af2709c026eb5e1c52eb35))
* **queryParamParsers:** allow for empty `jsonPath` ([3112820](https://github.com/tzkt/api-sdk-ts/commit/31128205047d6daddcb6af716d7a1c5683140f54))
* **readme:** branch name ([e5d4049](https://github.com/tzkt/api-sdk-ts/commit/e5d4049eac97d6372d5c0cef29e74db3af77b337))



### [0.1.3](https://github.com/tzkt/api-sdk-ts/compare/v0.1.2...v0.1.3) (2022-04-21)

**Note:** Version bump only for package root
Expand Down
8 changes: 8 additions & 0 deletions examples/sdk-events-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

## [0.2.0](https://github.com/tzkt/api-sdk-ts/compare/v0.1.2...v0.2.0) (2022-04-30)

**Note:** Version bump only for package @tzkt/sdk-events-example
2 changes: 1 addition & 1 deletion examples/sdk-events-example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/sdk-events-example/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@tzkt/sdk-events-example",
"version": "0.0.0",
"version": "0.2.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --open"
},
"dependencies": {
"@tzkt/sdk-events": "0.1.3",
"@tzkt/sdk-events": "^0.2.0",
"@vue/composition-api": "^1.0.0-rc.12",
"acorn": "^8.7.1",
"buefy": "^0.9.8",
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/*",
"examples/*"
],
"version": "0.1.3",
"version": "0.2.0",
"conventionalCommits": true,
"changelogPreset": "conventionalcommits",
"command": {
Expand Down
15 changes: 15 additions & 0 deletions packages/sdk-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.0](https://github.com/tzkt/api-sdk-ts/compare/v0.1.2...v0.2.0) (2022-04-30)


### Features

* update readme ([#7](https://github.com/tzkt/api-sdk-ts/issues/7)) ([31b1d90](https://github.com/tzkt/api-sdk-ts/commit/31b1d90baa7f1926f8d1541ac64faebc4eafce97))


### Bug Fixes

* distribute src for sourcemaps ([#9](https://github.com/tzkt/api-sdk-ts/issues/9)) ([d135489](https://github.com/tzkt/api-sdk-ts/commit/d135489ac53b92bf57af2709c026eb5e1c52eb35))
* **queryParamParsers:** allow for empty `jsonPath` ([3112820](https://github.com/tzkt/api-sdk-ts/commit/31128205047d6daddcb6af716d7a1c5683140f54))



### [0.1.3](https://github.com/tzkt/api-sdk-ts/compare/v0.1.2...v0.1.3) (2022-04-21)

**Note:** Version bump only for package @tzkt/sdk-api
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/sdk-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tzkt/sdk-api",
"version": "0.1.3",
"version": "0.2.0",
"description": "TzKt API SDK written in Typescript",
"main": "build/main/index.js",
"types": "build/main/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/sdk-events/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

## [0.2.0](https://github.com/tzkt/api-sdk-ts/compare/v0.1.2...v0.2.0) (2022-04-30)

**Note:** Version bump only for package @tzkt/sdk-events
2 changes: 1 addition & 1 deletion packages/sdk-events/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions packages/sdk-events/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tzkt/sdk-events",
"version": "0.1.3",
"version": "0.2.0",
"description": "Fully typed client for TzKT subscription API",
"main": "build/main/index.js",
"types": "build/main/index.d.ts",
Expand Down Expand Up @@ -46,40 +46,40 @@
},
"engineStrict": true,
"devDependencies": {
"@ava/typescript": "^1.1.1",
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@types/jest": "^26.0.14",
"@types/lodash": "^4.14.178",
"@types/node": "^16.0.0",
"@types/ws": "^7.4.5",
"@types/zen-observable": "^0.8.3",
"jest": "^26.6.3",
"ts-jest": "^26.4.1",
"ts-node": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"eslint": "^7.10.0",
"typescript": "^4.6.3",
"@ava/typescript": "^1.1.1",
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@types/lodash": "^4.14.178",
"@types/node": "^16.0.0",
"ava": "^3.12.1",
"codecov": "^3.5.0",
"cspell": "^4.1.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.10.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-functional": "^3.0.2",
"eslint-plugin-import": "^2.22.0",
"gh-pages": "^3.1.0",
"jest": "^26.6.3",
"lodash": "^4.17.21",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"open-cli": "^6.0.1",
"openapi-types": "^10.0.0",
"prettier": "^2.1.1",
"standard-version": "^9.0.0"
"standard-version": "^9.0.0",
"ts-jest": "^26.4.1",
"ts-node": "^9.0.0",
"typescript": "^4.6.3"
},
"dependencies": {
"@tzkt/sdk-api": "^0.1.3",
"@microsoft/signalr": "^5.0.8",
"@tzkt/sdk-api": "^0.2.0",
"zen-observable": "^0.8.15"
},
"ava": {
Expand Down

0 comments on commit e4719c8

Please sign in to comment.