Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 31, 2024
1 parent 9bb8f6a commit 2d93918
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-hotels-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-bikes-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-tips-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-bananas-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-bottles-raise.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/adapter-hono/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# @disci/adapter-hono

## 1.0.0

### Major Changes

- 889a97b: Introduce new adapter for hono framework

### Patch Changes

- Updated dependencies [e1a8ffc]
- Updated dependencies [698d46e]
- Updated dependencies [b86e71c]
- Updated dependencies [2f0e179]
- [email protected]
2 changes: 1 addition & 1 deletion packages/adapter-hono/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@disci/adapter-hono",
"version": "0.0.0",
"version": "1.0.0",
"description": "DisciJS adapter for hono framework",
"type": "module",
"exports": "./dist/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/disci/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# disci

## 0.1.0

### Minor Changes

- e1a8ffc: Removed replyTimeout and added base functions to BaseInteraction
- 698d46e: Refine returned response type
- b86e71c: Adds support for sending buttons in reply to interactions
- 2f0e179: Return a ApiInteraction on successful interaction and error on other instead of returning a response object
2 changes: 1 addition & 1 deletion packages/disci/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "disci",
"private": true,
"version": "0.0.6-alpha",
"version": "0.1.0",
"description": "A HTTP Request handler for discord interactions",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit 2d93918

Please sign in to comment.