Skip to content

Commit

Permalink
Version Packages (next) (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 26, 2022
1 parent da27eba commit 4ffc7fc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"changesets": [
"beige-emus-trade",
"lazy-buckets-accept",
"orange-pillows-smash"
"orange-pillows-smash",
"smooth-points-remember",
"spotty-planets-begin"
]
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.6.0-next.1

### Minor Changes

- 75d0a40: Simplify types.
- da27eba: `set` now takes a second argument `forceNotify`; when set to true, all updated properties will be notified, regardless of referential equality to the previous value.

## 0.6.0-next.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"hooks"
],
"sideEffects": false,
"version": "0.6.0-next.0",
"version": "0.6.0-next.1",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 4ffc7fc

Please sign in to comment.