Skip to content

Commit

Permalink
Merge pull request #117 from matthewp/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] release
  • Loading branch information
matthewp authored Mar 5, 2022
2 parents b9fddcd + 411c174 commit 9460f3d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .changeset/tidy-cameras-rush.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# corset

## 0.9.0

### Minor Changes

- b91646e: Adds support for Stores

This change adds a new feature "stores". A store is a Map that can be created in any scope within a sheet. The Map will be shared within JS inside of a behavior. It can be passed to child behaviors (through inputProperties) and when a child behavior modifies it, it will rebind() the parent behavior as well.

## 0.8.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "corset",
"version": "0.8.14",
"version": "0.9.0",
"description": "",
"type": "module",
"main": "./lib/main.cjs",
Expand Down

0 comments on commit 9460f3d

Please sign in to comment.