Skip to content

Commit

Permalink
Merge pull request #2 from rossng/changeset-release/main
Browse files Browse the repository at this point in the history
chore: release package(s)
  • Loading branch information
rossng committed Aug 17, 2022
2 parents 661685e + 14763db commit e4e5acc
Show file tree
Hide file tree
Showing 12 changed files with 51 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-fans-train.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/warm-trainers-cheer.md

This file was deleted.

15 changes: 15 additions & 0 deletions examples/react-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @webtone/example-react-ts

## 0.1.0

### Minor Changes

- [`60b0050`](https://github.com/rossng/webtone/commit/60b0050f40c2242bf71826464df3e1c9f2d03f21) Thanks [@rossng](https://github.com/rossng)! - Upgrade dependencies.

### Patch Changes

- [`731330d`](https://github.com/rossng/webtone/commit/731330d7a35a43975c604c232e1a0290e0fd7816) Thanks [@rossng](https://github.com/rossng)! - Test change

- Updated dependencies [[`60b0050`](https://github.com/rossng/webtone/commit/60b0050f40c2242bf71826464df3e1c9f2d03f21)]:
- @webtone/parser@1.1.0
- @webtone/player@1.1.0
- @webtone/tone-library@1.0.1

## null

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
"typescript": "^4.7.4",
"vite": "^3.0.8"
},
"version": "0.0.0"
"version": "0.1.0"
}
12 changes: 12 additions & 0 deletions examples/vanilla-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @webtone/example-vanilla-ts

## 0.1.0

### Minor Changes

- [`60b0050`](https://github.com/rossng/webtone/commit/60b0050f40c2242bf71826464df3e1c9f2d03f21) Thanks [@rossng](https://github.com/rossng)! - Upgrade dependencies.

### Patch Changes

- Updated dependencies [[`60b0050`](https://github.com/rossng/webtone/commit/60b0050f40c2242bf71826464df3e1c9f2d03f21)]:
- @webtone/parser@1.1.0
- @webtone/player@1.1.0

## null

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/vanilla-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"typescript": "^4.7.4",
"vite": "^3.0.8"
},
"version": "0.0.0"
"version": "0.1.0"
}
6 changes: 6 additions & 0 deletions packages/parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @webtone/parser

## 1.1.0

### Minor Changes

- [`60b0050`](https://github.com/rossng/webtone/commit/60b0050f40c2242bf71826464df3e1c9f2d03f21) Thanks [@rossng](https://github.com/rossng)! - Upgrade dependencies.

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webtone/parser",
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/player/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @webtone/player

## 1.1.0

### Minor Changes

- [`60b0050`](https://github.com/rossng/webtone/commit/60b0050f40c2242bf71826464df3e1c9f2d03f21) Thanks [@rossng](https://github.com/rossng)! - Upgrade dependencies.

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/player/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webtone/player",
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/tone-library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @webtone/tone-library

## 1.0.1

### Patch Changes

- Updated dependencies [[`60b0050`](https://github.com/rossng/webtone/commit/60b0050f40c2242bf71826464df3e1c9f2d03f21)]:
- @webtone/parser@1.1.0

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tone-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webtone/tone-library",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"repository": {
"type": "git",
Expand Down

0 comments on commit e4e5acc

Please sign in to comment.