Skip to content

Commit

Permalink
Bump version to 1.9.0 and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergonz committed Jan 5, 2024
1 parent 1d5e57d commit e82962e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 1.9.0

- Adds support for `YjsTextModel` from `mobx-keystone-yjs`.

## 1.8.3

- Data model classes can now be passed as types directly, like model classes can.
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobx-keystone",
"version": "1.8.3",
"version": "1.9.0",
"description": "A MobX powered state management solution based on data trees with first class support for TypeScript, snapshots, patches and much more",
"keywords": [
"mobx",
Expand Down
2 changes: 1 addition & 1 deletion packages/mobx-keystone-yjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
"peerDependencies": {
"mobx": "^6.0.0 || ^5.0.0 || ^4.0.0",
"mobx-keystone": "^1.8.1",
"mobx-keystone": "^1.9.0",
"yjs": "^13.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17116,7 +17116,7 @@ __metadata:
vite: "npm:^5.0.11"
peerDependencies:
mobx: ^6.0.0 || ^5.0.0 || ^4.0.0
mobx-keystone: ^1.8.1
mobx-keystone: ^1.9.0
yjs: ^13.0.0
languageName: unknown
linkType: soft
Expand Down

0 comments on commit e82962e

Please sign in to comment.