Skip to content

Commit

Permalink
Fix Signals version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmade committed Aug 12, 2024
1 parent f12b29f commit 2c5e677
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/preact/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

- Updated dependencies [[`218ba3b`](https://github.com/Shopify/remote-dom/commit/218ba3bf1ff2e7518a7dcec11ffd352de70b16f8)]:
- @remote-dom/core@1.3.0
- @remote-dom/signals@2.0.0
- @remote-dom/signals@1.0.5

## 1.0.1

### Patch Changes

- Updated dependencies [[`22e6512`](https://github.com/Shopify/remote-dom/commit/22e6512f797d97d2106f181d730d995f37c6edaf)]:
- @remote-dom/core@1.1.0
- @remote-dom/signals@2.0.0
- @remote-dom/signals@1.0.4

## 1.0.0

Expand Down
4 changes: 2 additions & 2 deletions packages/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"build": "rollup --config rollup.config.js"
},
"dependencies": {
"@remote-dom/core": "workspace:^1.3.0",
"@remote-dom/signals": "workspace:^2.0.0",
"@remote-dom/core": "workspace:^1.1.0",
"@remote-dom/signals": "workspace:^1.0.0",
"htm": "^3.1.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/signals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @remote-dom/signals

## 2.0.0
## 1.0.5

### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/signals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"access": "public",
"@remote-dom/registry": "https://registry.npmjs.org"
},
"version": "2.0.0",
"version": "1.0.5",
"engines": {
"node": ">=14.0.0"
},
Expand Down
4 changes: 2 additions & 2 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 2c5e677

Please sign in to comment.