Skip to content

Commit

Permalink
Merge pull request #8 from SonMooSans/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
fuma-nama committed Apr 24, 2023
2 parents 71f8a94 + 2dd8913 commit 3ab3b4f
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .changeset/thick-beers-look.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @discord-fp/core

## 4.0.1

### Patch Changes

- 71f8a94: Fix middleware context type discriminant

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discord-fp/core",
"version": "4.0.0",
"version": "4.0.1",
"type": "module",
"main": "dist/index.cjs",
"module": "./dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/discordeno/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @discord-fp/discordeno

## 4.0.1

### Patch Changes

- 71f8a94: Fix middleware context type discriminant
- Updated dependencies [71f8a94]
- @discord-fp/core@4.0.1

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/discordeno/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discord-fp/discordeno",
"version": "4.0.0",
"version": "4.0.1",
"description": "A Beautiful Application Command Framework for Discordeno",
"type": "module",
"main": "dist/index.cjs",
Expand Down
10 changes: 9 additions & 1 deletion packages/djs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @discord-fp/djs

## 4.0.1

### Patch Changes

- 71f8a94: Fix middleware context type discriminant
- Updated dependencies [71f8a94]
- @discord-fp/core@4.0.1

## 4.0.0

### Major Changes
Expand Down Expand Up @@ -42,4 +50,4 @@
### Patch Changes

- 79197a6: Remove unnecessary exports
- 06e8f00: Fix nested middlewares not being fired
- 06e8f00: Fix nested middlewares not being fired
2 changes: 1 addition & 1 deletion packages/djs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discord-fp/djs",
"version": "4.0.0",
"version": "4.0.1",
"description": "A Beautiful Application Command Framework based on Discord.js",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 3ab3b4f

Please sign in to comment.