Skip to content

Commit

Permalink
Merge pull request #6 from softnetics/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
saenyakorn authored Dec 25, 2023
2 parents c3bd283 + 20e968c commit acede32
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/lazy-squids-stare.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.3

### Patch Changes

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

## 0.0.2

### 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.2",
"version": "0.0.3",
"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.0.2

### Patch Changes

- [`c3bd283650c930b88df6ca4008dfd9a9fb7a3815`](https://github.com/softnetics/what-is-dis/commit/c3bd283650c930b88df6ca4008dfd9a9fb7a3815) Thanks [@saenyakorn](https://github.com/saenyakorn)! - Add getClient method for exposing Discord.js client

## 1.0.1

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

0 comments on commit acede32

Please sign in to comment.