Skip to content

Commit

Permalink
Version Packages (#248)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Apr 21, 2023
1 parent 671ca06 commit c068d86
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/itchy-hats-wait.md

This file was deleted.

6 changes: 6 additions & 0 deletions apps/flint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,10 @@

### Patch Changes

- [email protected]

## null

### Patch Changes

- [email protected]
2 changes: 1 addition & 1 deletion apps/flint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"platform": "node",
"dependencies": {
"interaction-kit": "0.2.5",
"interaction-kit": "0.2.6",
"esbuild": "0.15.13"
},
"version": null
Expand Down
7 changes: 7 additions & 0 deletions packages/discord-api-methods/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# discord-api-methods

## 0.0.6

### Patch Changes

- Updated dependencies [671ca06]
- [email protected]

## 0.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/discord-api-methods/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discord-api-methods",
"version": "0.0.5",
"version": "0.0.6",
"author": "Ian Mitchell",
"description": "A modern Discord HTTP REST API wrapper library",
"license": "MIT",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"discord-api-types": "^0.37.37",
"discord-request": "1.0.0",
"discord-request": "1.0.1",
"discord-snowflake": "2.0.0"
}
}
6 changes: 6 additions & 0 deletions packages/discord-request/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# discord-request

## 1.0.1

### Patch Changes

- 671ca06: Added additional documentation on usage

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/discord-request/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discord-request",
"version": "1.0.0",
"version": "1.0.1",
"author": "Ian Mitchell",
"description": "A Discord HTTP client",
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/discord-webhook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# discord-webhook

## 0.0.5

### Patch Changes

- Updated dependencies [671ca06]
- [email protected]

## 0.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/discord-webhook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discord-webhook",
"version": "0.0.4",
"version": "0.0.5",
"contributors": [
"joebanks13",
"Ian Mitchell"
Expand Down Expand Up @@ -29,6 +29,6 @@
},
"dependencies": {
"discord-api-types": "^0.37.37",
"discord-request": "1.0.0"
"discord-request": "1.0.1"
}
}
8 changes: 8 additions & 0 deletions packages/interaction-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# interaction-kit

## 0.2.6

### Patch Changes

- Updated dependencies [671ca06]
- [email protected]
- [email protected]

## 0.2.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/interaction-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "interaction-kit",
"version": "0.2.5",
"version": "0.2.6",
"author": "Ian Mitchell",
"description": "Interaction Kit is a Discord HTTP API Framework",
"license": "MIT",
Expand Down Expand Up @@ -30,10 +30,10 @@
"arg": "^5.0.2",
"boxen": "7.0.2",
"chalk": "^5.2.0",
"discord-api-methods": "0.0.5",
"discord-api-methods": "0.0.6",
"discord-api-types": "^0.37.37",
"discord-edge-runner": "1.0.2",
"discord-request": "1.0.0",
"discord-request": "1.0.1",
"discord-snowflake": "2.0.0",
"discord-verify": "1.0.3",
"dotenv": "^16.0.3",
Expand Down

0 comments on commit c068d86

Please sign in to comment.