Skip to content

Commit

Permalink
Merge pull request #5 from softnetics/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
saenyakorn authored Nov 23, 2023
2 parents 100a393 + ae49a6e commit 1c72fb5
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-pans-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-eels-relate.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/bun-simple-bot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @example/bun-simple-bot

## 0.0.2

### Patch Changes

- Updated dependencies [[`28dd209`](https://github.com/softnetics/what-is-dis/commit/28dd209298cd6bce47e9a06fa469ca6f67c08a13), [`9ba8b21`](https://github.com/softnetics/what-is-dis/commit/9ba8b213bfd446254b88467fd0207f409f01ea60)]:
- @softnetics/what-is-dis@1.0.1

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/bun-simple-bot/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@example/bun-simple-bot",
"private": true,
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"scripts": {
"dev": "bun --watch src/index.ts"
Expand Down
8 changes: 8 additions & 0 deletions packages/what-is-dis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @softnetics/what-is-dis

## 1.0.1

### Patch Changes

- [#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

- [#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

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/what-is-dis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@softnetics/what-is-dis",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 1c72fb5

Please sign in to comment.