Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 6, 2023
1 parent bc1799b commit 92067c9
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/modern-spies-cry.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/nasty-pants-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-dolphins-fry.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/xstate-fsm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @xstate/fsm

## 2.0.1

### Patch Changes

- [#4043](https://github.com/statelyai/xstate/pull/4043) [`bc1799b36`](https://github.com/statelyai/xstate/commit/bc1799b36e6b4d6dc5373fb45775943a45a99d28) Thanks [@ksv90](https://github.com/ksv90)! - Pass around `TState['value']` type to `Transition` and `.initial` property of the machine configuration.

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/xstate-fsm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xstate/fsm",
"version": "2.0.0",
"version": "2.0.1",
"description": "XState for finite state machines",
"keywords": [
"state",
Expand Down
6 changes: 6 additions & 0 deletions packages/xstate-immer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @xstate/immer

## 0.3.3

### Patch Changes

- [#4030](https://github.com/statelyai/xstate/pull/4030) [`bcb811587`](https://github.com/statelyai/xstate/commit/bcb81158746dbf0ff9d586f6d7a3e548794bef3b) Thanks [@SimeonC](https://github.com/SimeonC)! - Bump immer peer dependency to allow v10

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/xstate-immer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xstate/immer",
"version": "0.3.2",
"version": "0.3.3",
"description": "XState with Immer",
"keywords": [
"immer",
Expand Down
2 changes: 1 addition & 1 deletion packages/xstate-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"url": "https://github.com/statelyai/xstate/issues"
},
"peerDependencies": {
"@xstate/fsm": "^2.0.0",
"@xstate/fsm": "^2.0.1",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"xstate": "^4.37.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/xstate-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"url": "https://github.com/statelyai/xstate/issues"
},
"peerDependencies": {
"@xstate/fsm": "^2.0.0",
"@xstate/fsm": "^2.0.1",
"solid-js": "^1.6.0",
"xstate": "^4.37.2"
},
Expand All @@ -57,7 +57,7 @@
"@babel/preset-env": "^7.10.5",
"@babel/preset-typescript": "^7.10.5",
"@types/jest": "^24.0.23",
"@xstate/fsm": "2.0.0",
"@xstate/fsm": "2.0.1",
"babel-jest": "^26.6.3",
"babel-preset-solid": "^1.6.0",
"jest": "^26.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/xstate-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"url": "https://github.com/statelyai/xstate/issues"
},
"peerDependencies": {
"@xstate/fsm": "^2.0.0",
"@xstate/fsm": "^2.0.1",
"svelte": "^3.24.1",
"xstate": "^4.37.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/xstate-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"url": "https://github.com/statelyai/xstate/issues"
},
"peerDependencies": {
"@xstate/fsm": "^2.0.0",
"@xstate/fsm": "^2.0.1",
"vue": "^3.0.0",
"xstate": "^4.37.2"
},
Expand Down

0 comments on commit 92067c9

Please sign in to comment.