Skip to content

Commit cfada2b

Browse files
ci: Version Packages (#57)
* ci: Version Packages * fix the release because changesets dumb * remove version numbers from angular examples --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Kevin Van Cott <kevinvandy656@gmail.com>
1 parent c173ed0 commit cfada2b

40 files changed

Lines changed: 196 additions & 119 deletions

File tree

.changeset/odd-ties-clap.md

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

examples/angular/injectHeldKeys/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "inject-held-keys",
3-
"version": "0.0.0",
43
"scripts": {
54
"ng": "ng",
65
"start": "ng serve --port=3069",
@@ -18,7 +17,7 @@
1817
"@angular/platform-browser": "^21.2.1",
1918
"@angular/platform-browser-dynamic": "^21.2.1",
2019
"@angular/router": "^21.2.1",
21-
"@tanstack/angular-hotkeys": "^0.3.3",
20+
"@tanstack/angular-hotkeys": "^0.4.0",
2221
"rxjs": "~7.8.2",
2322
"tslib": "^2.8.1",
2423
"zone.js": "~0.16.1"

examples/angular/injectHotkey/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "inject-hotkey",
3-
"version": "0.0.0",
43
"scripts": {
54
"ng": "ng",
65
"start": "ng serve --port=3069",
@@ -18,7 +17,7 @@
1817
"@angular/platform-browser": "^21.2.1",
1918
"@angular/platform-browser-dynamic": "^21.2.1",
2019
"@angular/router": "^21.2.1",
21-
"@tanstack/angular-hotkeys": "^0.3.3",
20+
"@tanstack/angular-hotkeys": "^0.4.0",
2221
"rxjs": "~7.8.2",
2322
"tslib": "^2.8.1",
2423
"zone.js": "~0.16.1"

examples/angular/injectHotkeyRecorder/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "inject-hotkey-recorder",
3-
"version": "0.0.0",
43
"scripts": {
54
"ng": "ng",
65
"start": "ng serve --port=3069",
@@ -18,7 +17,7 @@
1817
"@angular/platform-browser": "^21.2.1",
1918
"@angular/platform-browser-dynamic": "^21.2.1",
2019
"@angular/router": "^21.2.1",
21-
"@tanstack/angular-hotkeys": "^0.3.3",
20+
"@tanstack/angular-hotkeys": "^0.4.0",
2221
"rxjs": "~7.8.2",
2322
"tslib": "^2.8.1",
2423
"zone.js": "~0.16.1"

examples/angular/injectHotkeySequence/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "inject-hotkey-sequence",
3-
"version": "0.0.0",
43
"scripts": {
54
"ng": "ng",
65
"start": "ng serve --port=3069",
@@ -18,7 +17,7 @@
1817
"@angular/platform-browser": "^21.2.1",
1918
"@angular/platform-browser-dynamic": "^21.2.1",
2019
"@angular/router": "^21.2.1",
21-
"@tanstack/angular-hotkeys": "^0.3.3",
20+
"@tanstack/angular-hotkeys": "^0.4.0",
2221
"rxjs": "~7.8.2",
2322
"tslib": "^2.8.1",
2423
"zone.js": "~0.16.1"

examples/angular/injectKeyHold/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "inject-key-hold",
3-
"version": "0.0.0",
43
"scripts": {
54
"ng": "ng",
65
"start": "ng serve --port=3069",
@@ -18,7 +17,7 @@
1817
"@angular/platform-browser": "^21.2.1",
1918
"@angular/platform-browser-dynamic": "^21.2.1",
2019
"@angular/router": "^21.2.1",
21-
"@tanstack/angular-hotkeys": "^0.3.3",
20+
"@tanstack/angular-hotkeys": "^0.4.0",
2221
"rxjs": "~7.8.2",
2322
"tslib": "^2.8.1",
2423
"zone.js": "~0.16.1"

examples/preact/useHeldKeys/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"test:types": "tsc"
1212
},
1313
"dependencies": {
14-
"@tanstack/preact-hotkeys": "^0.3.3",
14+
"@tanstack/preact-hotkeys": "^0.4.0",
1515
"preact": "^10.28.4"
1616
},
1717
"devDependencies": {
1818
"@preact/preset-vite": "^2.10.3",
1919
"@tanstack/preact-devtools": "0.9.15",
20-
"@tanstack/preact-hotkeys-devtools": "^0.3.3",
20+
"@tanstack/preact-hotkeys-devtools": "^0.4.0",
2121
"typescript": "5.9.3",
2222
"vite": "^7.3.1"
2323
}

examples/preact/useHotkey/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"test:types": "tsc"
1212
},
1313
"dependencies": {
14-
"@tanstack/preact-hotkeys": "^0.3.3",
14+
"@tanstack/preact-hotkeys": "^0.4.0",
1515
"preact": "^10.28.4"
1616
},
1717
"devDependencies": {
1818
"@preact/preset-vite": "^2.10.3",
1919
"@tanstack/preact-devtools": "0.9.15",
20-
"@tanstack/preact-hotkeys-devtools": "^0.3.3",
20+
"@tanstack/preact-hotkeys-devtools": "^0.4.0",
2121
"typescript": "5.9.3",
2222
"vite": "^7.3.1"
2323
}

examples/preact/useHotkeyRecorder/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"test:types": "tsc"
1212
},
1313
"dependencies": {
14-
"@tanstack/preact-hotkeys": "^0.3.3",
14+
"@tanstack/preact-hotkeys": "^0.4.0",
1515
"preact": "^10.28.4"
1616
},
1717
"devDependencies": {
1818
"@preact/preset-vite": "^2.10.3",
1919
"@tanstack/preact-devtools": "0.9.15",
20-
"@tanstack/preact-hotkeys-devtools": "^0.3.3",
20+
"@tanstack/preact-hotkeys-devtools": "^0.4.0",
2121
"typescript": "5.9.3",
2222
"vite": "^7.3.1"
2323
}

examples/preact/useHotkeySequence/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"test:types": "tsc"
1212
},
1313
"dependencies": {
14-
"@tanstack/preact-hotkeys": "^0.3.3",
14+
"@tanstack/preact-hotkeys": "^0.4.0",
1515
"preact": "^10.28.4"
1616
},
1717
"devDependencies": {
1818
"@preact/preset-vite": "^2.10.3",
1919
"@tanstack/preact-devtools": "0.9.15",
20-
"@tanstack/preact-hotkeys-devtools": "^0.3.3",
20+
"@tanstack/preact-hotkeys-devtools": "^0.4.0",
2121
"typescript": "5.9.3",
2222
"vite": "^7.3.1"
2323
}

0 commit comments

Comments
 (0)