Skip to content

Commit

Permalink
Version Packages (#3748)
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] committed Jan 5, 2023
1 parent dbc4de7 commit cd1f0e8
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/serious-chairs-try.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
@@ -1,5 +1,11 @@
# xstate

## 4.35.2

### Patch Changes

- [#3745](https://github.com/statelyai/xstate/pull/3745) [`8cc70d27e`](https://github.com/statelyai/xstate/commit/8cc70d27eb927b92603c9643a69351e6168073a6) Thanks [@viglucci](https://github.com/viglucci)! - Fix types to allow for string state name in service onDone/onError config

## 4.35.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "xstate",
"version": "4.35.1",
"version": "4.35.2",
"description": "Finite State Machines and Statecharts for the Modern Web.",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/xstate-analytics/package.json
Expand Up @@ -35,7 +35,7 @@
"url": "https://github.com/statelyai/xstate/issues"
},
"peerDependencies": {
"xstate": "^4.35.1"
"xstate": "^4.35.2"
},
"devDependencies": {
"jest": "^26.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/xstate-graph/package.json
Expand Up @@ -37,7 +37,7 @@
"url": "https://github.com/statelyai/xstate/issues"
},
"peerDependencies": {
"xstate": "^4.35.1"
"xstate": "^4.35.2"
},
"devDependencies": {
"jest": "^26.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/xstate-immer/package.json
Expand Up @@ -38,7 +38,7 @@
"dependencies": {},
"peerDependencies": {
"immer": "^9.0.6",
"xstate": "^4.35.1"
"xstate": "^4.35.2"
},
"devDependencies": {
"immer": "^9.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/xstate-inspect/package.json
Expand Up @@ -53,7 +53,7 @@
"peerDependencies": {
"@types/ws": "^8.0.0",
"ws": "^8.0.0",
"xstate": "^4.35.1"
"xstate": "^4.35.2"
},
"peerDependenciesMeta": {
"@types/ws": {
Expand Down
2 changes: 1 addition & 1 deletion packages/xstate-react/package.json
Expand Up @@ -54,7 +54,7 @@
"peerDependencies": {
"@xstate/fsm": "^2.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"xstate": "^4.35.1"
"xstate": "^4.35.2"
},
"peerDependenciesMeta": {
"@xstate/fsm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/xstate-scxml/package.json
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"xml-js": "^1.6.11",
"xstate": "^4.35.1"
"xstate": "^4.35.2"
},
"devDependencies": {
"@scion-scxml/test-framework": "^2.0.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/xstate-svelte/package.json
Expand Up @@ -47,7 +47,7 @@
"peerDependencies": {
"@xstate/fsm": "^2.0.0",
"svelte": "^3.24.1",
"xstate": "^4.35.1"
"xstate": "^4.35.2"
},
"peerDependenciesMeta": {
"@xstate/fsm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/xstate-test/package.json
Expand Up @@ -40,7 +40,7 @@
"url": "https://github.com/statelyai/xstate/issues"
},
"peerDependencies": {
"xstate": "^4.35.1"
"xstate": "^4.35.2"
},
"devDependencies": {
"jest": "^26.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/xstate-vue/package.json
Expand Up @@ -46,7 +46,7 @@
"peerDependencies": {
"@xstate/fsm": "^2.0.0",
"vue": "^3.0.0",
"xstate": "^4.35.1"
"xstate": "^4.35.2"
},
"peerDependenciesMeta": {
"@xstate/fsm": {
Expand Down

0 comments on commit cd1f0e8

Please sign in to comment.