Skip to content

Commit

Permalink
Version Packages (latest)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 2, 2024
1 parent 9d8ef5e commit f091a6b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
},
"changesets": [
"clever-files-drive",
"dry-foxes-agree"
"dry-foxes-agree",
"wet-eggs-do"
]
}
2 changes: 1 addition & 1 deletion packages/react-sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@heymp/signals": "1.0.0-latest.1",
"@heymp/signals": "1.0.0-latest.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@lit/task": "^1.0.0",
"@heymp/signals": "1.0.0-latest.1",
"@heymp/signals": "1.0.0-latest.2",
"lit": "^3.1.2"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/signals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @heymp/signals

## 1.0.0-latest.2

### Patch Changes

- d64fb0e: Chore: add repo link

## 1.0.0-latest.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/signals/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heymp/signals",
"version": "1.0.0-latest.1",
"version": "1.0.0-latest.2",
"type": "module",
"main": "src/index.js",
"module": "src/index.js",
Expand Down

0 comments on commit f091a6b

Please sign in to comment.