Skip to content

Commit cbcbcf8

Browse files
committed
Prepare for v10 release
1 parent f6e3748 commit cbcbcf8

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project doesn't adhere to Semantic Versioning, see [Versioning](./READM
88
For changes in `@project-gauntlet/tools` see [separate CHANGELOG.md](https://github.com/project-gauntlet/tools/blob/main/CHANGELOG.md)
99

1010
## [Unreleased]
11+
12+
## [10] - 2024-10-13
1113
### General
1214
- Main view now has action bar and action panel
1315
- Action bar displays current primary action depending on focused result item

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9
1+
10

js/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@project-gauntlet/api",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"type": "module",
55
"exports": {
66
"./components": {

js/deno/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@project-gauntlet/deno",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"type": "module",
55
"exports": {
66
".": {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)