Skip to content

Commit 146f645

Browse files
Version Packages (#212)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ac1256b commit 146f645

File tree

12 files changed

+47
-20
lines changed

12 files changed

+47
-20
lines changed

.changeset/brave-emus-explode.md

-5
This file was deleted.

.changeset/perfect-cups-sell.md

-5
This file was deleted.

packages/discord-api/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# discord-api
2+
3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+

packages/discord-api/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "discord-api",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"author": "Ian Mitchell",
55
"description": "A modern Discord HTTP REST API wrapper library",
66
"license": "MIT",
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"discord-api-types": "^0.37.4",
29-
"discord-request": "0.0.4",
29+
"discord-request": "0.0.5",
3030
"discord-snowflake": "2.0.0",
3131
"debug": "^4.3.4"
3232
}

packages/discord-error/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# discord-error
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- ac1256b: Initial release of discord-error

packages/discord-error/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "discord-error",
3-
"version": "0.0.2",
3+
"version": "1.0.0",
44
"author": "Ian Mitchell",
55
"description": "Creates a JavaScript Error from the body response of a Discord API JSON error message",
66
"license": "Apache-2.0",

packages/discord-request/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# discord-request
2+
3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [ac1256b]
8+

packages/discord-request/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "discord-request",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"author": "Ian Mitchell",
55
"description": "A Discord HTTP client that handles global and resource rate limits automatically",
66
"license": "Apache-2.0",
@@ -25,7 +25,7 @@
2525
"node": ">=18"
2626
},
2727
"dependencies": {
28-
"discord-error": "0.0.2",
28+
"discord-error": "1.0.0",
2929
"discord-snowflake": "2.0.0",
3030
"debug": "^4.3.4"
3131
}

packages/discord-verify/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# discord-verify
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- ac1256b: Fixes TSDoc issues
8+
39
## 1.0.0
410

511
### Major Changes

packages/discord-verify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "discord-verify",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"author": "Ian Mitchell",
55
"description": "A library for verifying the authenticity of requests coming from the Discord Interactions API",
66
"license": "MIT",

packages/interaction-kit/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# interaction-kit
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [ac1256b]
8+
9+
10+
11+
312
## 0.2.1
413

514
### Patch Changes

packages/interaction-kit/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interaction-kit",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"author": "Ian Mitchell",
55
"description": "Interaction Kit is a Discord HTTP API Framework",
66
"license": "MIT",
@@ -30,12 +30,12 @@
3030
"arg": "^5.0.2",
3131
"boxen": "7.0.0",
3232
"chalk": "^5.0.1",
33-
"discord-api": "0.0.2",
33+
"discord-api": "0.0.3",
3434
"discord-api-types": "^0.37.4",
3535
"discord-edge-runner": "0.0.2",
36-
"discord-request": "0.0.4",
36+
"discord-request": "0.0.5",
3737
"discord-snowflake": "2.0.0",
38-
"discord-verify": "1.0.0",
38+
"discord-verify": "1.0.1",
3939
"dotenv": "^16.0.1",
4040
"ngrok": "^4.3.3",
4141
"supports-color": "9.2.2"

0 commit comments

Comments
 (0)