Skip to content

Commit

Permalink
Version Packages (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 26, 2023
1 parent f5d618a commit bcfb8d0
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/three-berries-impress.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.5

### Patch Changes

- Updated dependencies [[`f5d618aba0d8b63d056927d2a20dcc6f17416045`](https://github.com/softnetics/what-is-dis/commit/f5d618aba0d8b63d056927d2a20dcc6f17416045)]:
- @softnetics/what-is-dis@1.2.0

## 0.0.4

### 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.4",
"version": "0.0.5",
"type": "module",
"scripts": {
"dev": "bun --watch src/index.ts"
Expand Down
6 changes: 6 additions & 0 deletions packages/what-is-dis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @softnetics/what-is-dis

## 1.2.0

### Minor Changes

- [#10](https://github.com/softnetics/what-is-dis/pull/10) [`f5d618aba0d8b63d056927d2a20dcc6f17416045`](https://github.com/softnetics/what-is-dis/commit/f5d618aba0d8b63d056927d2a20dcc6f17416045) Thanks [@peam1146](https://github.com/peam1146)! - Add reregister command to bot

## 1.1.0

### Minor 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.1.0",
"version": "1.2.0",
"type": "module",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit bcfb8d0

Please sign in to comment.