Skip to content

Commit

Permalink
publish new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
frontsidejack committed Dec 3, 2024
1 parent 2e212b2 commit 1ae9ed2
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .changes/deno-2-1.md

This file was deleted.

4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @interactors/core

## \[1.0.2]

- [`5ff2863`](https://github.com/thefrontside/interactors/commit/5ff286370a56f57ff2e8baab73d13a1a2d54a181) Update to Deno 2.1 which includes new version of typescript

## \[1.0.1]

- [`e9d46c6`](https://github.com/thefrontside/interactors/commit/e9d46c68381bcd7814e85e4eeba4889e0fb6a746) Fix types in distributed NPM packages which were being incorrectly referenced in the package exports.
Expand Down
2 changes: 1 addition & 1 deletion packages/core/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interactors/core",
"version": "1.0.1",
"version": "1.0.2",
"tasks": {
"test": "deno test --allow-run=deno --allow-env --allow-read",
"docs": "rm -rf docs && mkdir -p docs/api/v1 && deno doc --html --output=docs/api/v1 mod.ts"
Expand Down
6 changes: 6 additions & 0 deletions packages/html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @interactors/html

## \[1.0.2]

### Dependencies

- Upgraded to `@interactors/core@1.0.2`

## \[1.0.1]

- [`e9d46c6`](https://github.com/thefrontside/interactors/commit/e9d46c68381bcd7814e85e4eeba4889e0fb6a746) Fix types in distributed NPM packages which were being incorrectly referenced in the package exports.
Expand Down
2 changes: 1 addition & 1 deletion packages/html/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interactors/html",
"version": "1.0.1",
"version": "1.0.2",
"description": "Interactors for the DOM",
"tasks": {
"test": "deno test --allow-run=deno --allow-env --allow-read",
Expand Down
6 changes: 6 additions & 0 deletions packages/keyboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @interactors/keyboard

## \[1.0.2]

### Dependencies

- Upgraded to `@interactors/core@1.0.2`

## \[1.0.1]

- [`e9d46c6`](https://github.com/thefrontside/interactors/commit/e9d46c68381bcd7814e85e4eeba4889e0fb6a746) Fix types in distributed NPM packages which were being incorrectly referenced in the package exports.
Expand Down
2 changes: 1 addition & 1 deletion packages/keyboard/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interactors/keyboard",
"version": "1.0.1",
"version": "1.0.2",
"description": "Interactors for simulating the keyboard",
"tasks": {
"test": "deno test --allow-run=deno --allow-env --allow-read",
Expand Down

0 comments on commit 1ae9ed2

Please sign in to comment.