Skip to content

Commit

Permalink
chore: deps and finalize changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Sep 22, 2023
1 parent d930182 commit 31fb45b
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 52 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"turbo": "1.10.14",
"typescript": "5.2.2",
"vite": "4.4.9",
"vitest": "0.34.4"
"vitest": "0.34.5"
}
}
2 changes: 1 addition & 1 deletion packages/cocoa-discord/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ See also: [GitHub Releases](https://github.com/Leomotors/cocoa-discord/releases)
- Not all change will be noted, see commits for _full_ changelog
- Some pre-release or beta build may not appear here

## [3.0.0] - 2023-??-??
## [3.0.0] - 2023-09-22

- refactor: Package is now pure ESM
- refactor: use `.set()` for syncing commands
Expand Down
6 changes: 3 additions & 3 deletions packages/cocoa-discord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@
"devDependencies": {
"@leomotors/scripts": "3.1.0",
"@types/sinon": "10.0.16",
"@vitest/coverage-v8": "0.34.4",
"@vitest/coverage-v8": "0.34.5",
"rimraf": "5.0.1",
"sinon": "16.0.0",
"ts-node": "10.9.1",
"typedoc": "0.25.1",
"typescript": "5.2.2",
"vitest": "0.34.4"
"vitest": "0.34.5"
},
"dependencies": {
"chalk": "^5.3.0",
"commander": "^11.0.0",
"discord-api-types": "^0.37.56",
"discord-api-types": "^0.37.57",
"discord.js": "^14.13.0"
},
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/music-module/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ See also: [GitHub Releases](https://github.com/Leomotors/cocoa-discord/releases)
- Not all change will be noted, see commits for _full_ changelog
- Some pre-release or beta build may not appear here

## [1.0.0] - 2023-09-??
## [1.0.0] - 2023-09-22

- chore: bump deps
- feat!: cocoa-discord 3
Expand Down
4 changes: 2 additions & 2 deletions packages/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"test": "FORCE_COLOR=2 vitest run"
},
"devDependencies": {
"@vitest/coverage-v8": "0.34.4",
"vitest": "0.34.4"
"@vitest/coverage-v8": "0.34.5",
"vitest": "0.34.5"
}
}
96 changes: 52 additions & 44 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 31fb45b

Please sign in to comment.