Skip to content

Commit 1ae9ed2

Browse files
committed
publish new versions
1 parent 2e212b2 commit 1ae9ed2

File tree

7 files changed

+19
-7
lines changed

7 files changed

+19
-7
lines changed

.changes/deno-2-1.md

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

packages/core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# @interactors/core
22

3+
## \[1.0.2]
4+
5+
- [`5ff2863`](https://github.com/thefrontside/interactors/commit/5ff286370a56f57ff2e8baab73d13a1a2d54a181) Update to Deno 2.1 which includes new version of typescript
6+
37
## \[1.0.1]
48

59
- [`e9d46c6`](https://github.com/thefrontside/interactors/commit/e9d46c68381bcd7814e85e4eeba4889e0fb6a746) Fix types in distributed NPM packages which were being incorrectly referenced in the package exports.

packages/core/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@interactors/core",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"tasks": {
55
"test": "deno test --allow-run=deno --allow-env --allow-read",
66
"docs": "rm -rf docs && mkdir -p docs/api/v1 && deno doc --html --output=docs/api/v1 mod.ts"

packages/html/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @interactors/html
22

3+
## \[1.0.2]
4+
5+
### Dependencies
6+
7+
- Upgraded to `@interactors/[email protected]`
8+
39
## \[1.0.1]
410

511
- [`e9d46c6`](https://github.com/thefrontside/interactors/commit/e9d46c68381bcd7814e85e4eeba4889e0fb6a746) Fix types in distributed NPM packages which were being incorrectly referenced in the package exports.

packages/html/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@interactors/html",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Interactors for the DOM",
55
"tasks": {
66
"test": "deno test --allow-run=deno --allow-env --allow-read",

packages/keyboard/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @interactors/keyboard
22

3+
## \[1.0.2]
4+
5+
### Dependencies
6+
7+
- Upgraded to `@interactors/[email protected]`
8+
39
## \[1.0.1]
410

511
- [`e9d46c6`](https://github.com/thefrontside/interactors/commit/e9d46c68381bcd7814e85e4eeba4889e0fb6a746) Fix types in distributed NPM packages which were being incorrectly referenced in the package exports.

packages/keyboard/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@interactors/keyboard",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Interactors for simulating the keyboard",
55
"tasks": {
66
"test": "deno test --allow-run=deno --allow-env --allow-read",

0 commit comments

Comments
 (0)