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

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/shy-taxis-ring.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sour-fishes-yawn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/three-dodos-tan.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/flint/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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

Lines changed: 3 additions & 2 deletions
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

Lines changed: 7 additions & 0 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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",

0 commit comments

Comments
 (0)