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

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kus committed Sep 13, 2022
1 parent 83fb9a9 commit 35a8096
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 9 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.0](https://github.com/tzkt/api-sdk-ts/compare/v0.3.0...v1.0.0) (2022-09-13)

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





## [0.3.0](https://github.com/tzkt/api-sdk-ts/compare/v0.2.0...v0.3.0) (2022-08-25)

**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
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.0](https://github.com/tzkt/api-sdk-ts/compare/v0.3.0...v1.0.0) (2022-09-13)

**Note:** Version bump only for package @tzkt/sdk-events-example





## [0.3.0](https://github.com/tzkt/api-sdk-ts/compare/v0.2.0...v0.3.0) (2022-08-25)

**Note:** Version bump only for package @tzkt/sdk-events-example
Expand Down
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.3.0",
"version": "1.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --open"
},
"dependencies": {
"@tzkt/sdk-events": "^0.3.0",
"@tzkt/sdk-events": "^1.0.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.3.0",
"version": "1.0.0",
"conventionalCommits": true,
"changelogPreset": "conventionalcommits",
"command": {
Expand Down
8 changes: 8 additions & 0 deletions packages/sdk-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.0](https://github.com/tzkt/api-sdk-ts/compare/v0.3.0...v1.0.0) (2022-09-13)

**Note:** Version bump only for package @tzkt/sdk-api





## [0.3.0](https://github.com/tzkt/api-sdk-ts/compare/v0.2.0...v0.3.0) (2022-08-25)

**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.3.0",
"version": "1.0.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
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.0](https://github.com/tzkt/api-sdk-ts/compare/v0.3.0...v1.0.0) (2022-09-13)

**Note:** Version bump only for package @tzkt/sdk-events





## [0.3.0](https://github.com/tzkt/api-sdk-ts/compare/v0.2.0...v0.3.0) (2022-08-25)

**Note:** Version bump only for package @tzkt/sdk-events
Expand Down
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.

4 changes: 2 additions & 2 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.3.0",
"version": "1.0.0",
"description": "Fully typed client for TzKT subscription API",
"main": "build/main/index.js",
"types": "build/main/index.d.ts",
Expand Down Expand Up @@ -79,7 +79,7 @@
},
"dependencies": {
"@microsoft/signalr": "^5.0.8",
"@tzkt/sdk-api": "^0.3.0",
"@tzkt/sdk-api": "^1.0.0",
"zen-observable": "^0.8.15"
},
"ava": {
Expand Down

0 comments on commit 35a8096

Please sign in to comment.