Skip to content

Commit

Permalink
Merge pull request #16 from heyMP/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages (latest)
  • Loading branch information
heyMP authored Jul 2, 2024
2 parents 74a11f4 + 5179fe4 commit 3a4b9cc
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"changesets": [
"clever-files-drive",
"dry-foxes-agree",
"grumpy-moons-rescue",
"sour-taxis-accept",
"wet-bees-shop",
"wet-eggs-do"
Expand Down
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.4",
"@heymp/signals": "1.0.0-latest.5",
"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.4",
"@heymp/signals": "1.0.0-latest.5",
"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.5

### Patch Changes

- 6ae61db: Revamp release scripts

## 1.0.0-latest.4

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions 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.4",
"version": "1.0.0-latest.5",
"type": "module",
"main": "src/index.js",
"module": "src/index.js",
Expand Down Expand Up @@ -35,7 +35,9 @@
"wireit": {
"prepack": {
"command": "cp ../../README.md .",
"dependencies": ["build"]
"dependencies": [
"build"
]
},
"postpack": {
"command": "rm README.md"
Expand Down

0 comments on commit 3a4b9cc

Please sign in to comment.