Skip to content

Commit 1c72fb5

Browse files
authored
Merge pull request #5 from softnetics/changeset-release/main
Version Packages
2 parents 100a393 + ae49a6e commit 1c72fb5

6 files changed

Lines changed: 17 additions & 12 deletions

File tree

.changeset/cuddly-pans-lie.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lovely-eels-relate.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/bun-simple-bot/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @example/bun-simple-bot
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`28dd209`](https://github.com/softnetics/what-is-dis/commit/28dd209298cd6bce47e9a06fa469ca6f67c08a13), [`9ba8b21`](https://github.com/softnetics/what-is-dis/commit/9ba8b213bfd446254b88467fd0207f409f01ea60)]:
8+
- @softnetics/what-is-dis@1.0.1
9+
310
## 0.0.1
411

512
### Patch Changes

examples/bun-simple-bot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@example/bun-simple-bot",
33
"private": true,
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"type": "module",
66
"scripts": {
77
"dev": "bun --watch src/index.ts"

packages/what-is-dis/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @softnetics/what-is-dis
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- [#4](https://github.com/softnetics/what-is-dis/pull/4) [`28dd209`](https://github.com/softnetics/what-is-dis/commit/28dd209298cd6bce47e9a06fa469ca6f67c08a13) Thanks [@saenyakorn](https://github.com/saenyakorn)! - Add docs for what-is-dis
8+
9+
- [#4](https://github.com/softnetics/what-is-dis/pull/4) [`9ba8b21`](https://github.com/softnetics/what-is-dis/commit/9ba8b213bfd446254b88467fd0207f409f01ea60) Thanks [@saenyakorn](https://github.com/saenyakorn)! - Fix dependencies error on bundle
10+
311
## 1.0.0
412

513
### Major Changes

packages/what-is-dis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@softnetics/what-is-dis",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"type": "module",
55
"main": "dist/index.cjs",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)