Skip to content

Commit 3589bc6

Browse files
Version Packages (#246)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7c11b85 commit 3589bc6

File tree

20 files changed

+80
-36
lines changed

20 files changed

+80
-36
lines changed

.changeset/late-windows-compare.md

-5
This file was deleted.

.changeset/shy-taxis-ring.md

-5
This file was deleted.

.changeset/sour-fishes-yawn.md

-5
This file was deleted.

.changeset/three-dodos-tan.md

-5
This file was deleted.

apps/flint/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# flint-bot
2+
3+
## null
4+
5+
### Patch Changes
6+
7+

apps/flint/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
},
1717
"platform": "node",
1818
"dependencies": {
19-
"interaction-kit": "0.2.4",
19+
"interaction-kit": "0.2.5",
2020
"esbuild": "0.15.13"
21-
}
21+
},
22+
"version": null
2223
}

packages/discord-api-methods/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# discord-api-methods
22

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [7c11b85]
8+
9+
310
## 0.0.4
411

512
### Patch Changes

packages/discord-api-methods/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "discord-api-methods",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
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.37",
29-
"discord-request": "0.0.6",
29+
"discord-request": "1.0.0",
3030
"discord-snowflake": "2.0.0"
3131
}
3232
}

packages/discord-edge-runner/CHANGELOG.md

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

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- 7c11b85: Updates package to run on the new esbuild API
8+
39
## 1.0.1
410

511
### Patch Changes

packages/discord-edge-runner/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "discord-edge-runner",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"author": "Ian Mitchell",
55
"description": "Compile and run a Discord HTTP interactions bot from an Edge VM",
66
"license": "MIT",

packages/discord-error/CHANGELOG.md

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

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- 7c11b85: Corrects a bug when parsing Error Groups
8+
39
## 3.0.0
410

511
### Major Changes

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": "3.0.0",
3+
"version": "3.0.1",
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

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# discord-request
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 7c11b85: Initial release of discord-request. Use this package to quickly interact with the Discord API
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [7c11b85]
12+
13+
314
## 0.0.6
415

516
### Patch Changes

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.6",
3+
"version": "1.0.0",
44
"author": "Ian Mitchell",
55
"description": "A Discord HTTP client",
66
"license": "Apache-2.0",
@@ -25,7 +25,7 @@
2525
"node": ">=18"
2626
},
2727
"dependencies": {
28-
"discord-error": "3.0.0",
28+
"discord-error": "3.0.1",
2929
"discord-snowflake": "2.0.0"
3030
}
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.3
4+
5+
### Patch Changes
6+
7+
- 7c11b85: Corrects documentation style errors
8+
39
## 1.0.2
410

511
### Patch 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.2",
3+
"version": "1.0.3",
44
"author": "Ian Mitchell",
55
"description": "A library for verifying the authenticity of requests coming from the Discord Interactions API",
66
"license": "MIT",

packages/discord-webhook/CHANGELOG.md

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

packages/discord-webhook/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "discord-webhook",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"contributors": [
55
"joebanks13",
66
"Ian Mitchell"
@@ -29,6 +29,6 @@
2929
},
3030
"dependencies": {
3131
"discord-api-types": "^0.37.37",
32-
"discord-request": "0.0.6"
32+
"discord-request": "1.0.0"
3333
}
3434
}

packages/interaction-kit/CHANGELOG.md

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

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [7c11b85]
8+
- Updated dependencies [7c11b85]
9+
- Updated dependencies [7c11b85]
10+
11+
12+
13+
14+
315
## 0.2.4
416

517
### Patch Changes

packages/interaction-kit/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interaction-kit",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
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.2",
3232
"chalk": "^5.2.0",
33-
"discord-api-methods": "0.0.4",
33+
"discord-api-methods": "0.0.5",
3434
"discord-api-types": "^0.37.37",
35-
"discord-edge-runner": "1.0.1",
36-
"discord-request": "0.0.6",
35+
"discord-edge-runner": "1.0.2",
36+
"discord-request": "1.0.0",
3737
"discord-snowflake": "2.0.0",
38-
"discord-verify": "1.0.2",
38+
"discord-verify": "1.0.3",
3939
"dotenv": "^16.0.3",
4040
"ngrok": "^4.3.3",
4141
"supports-color": "9.3.1"

0 commit comments

Comments
 (0)