Skip to content

Commit

Permalink
Version Packages (beta) (#4178)
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 Aug 15, 2023
1 parent 8401035 commit 6feac8b
Show file tree
Hide file tree
Showing 13 changed files with 35 additions and 20 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
"tall-nails-drive",
"tame-lemons-rescue",
"tasty-terms-remain",
"ten-singers-rhyme",
"tender-cups-obey",
"thin-ads-obey",
"thin-dryers-argue",
Expand Down
14 changes: 14 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# xstate

## 5.0.0-beta.22

### Major Changes

- [#4176](https://github.com/statelyai/xstate/pull/4176) [`2e176b0b9`](https://github.com/statelyai/xstate/commit/2e176b0b95eefddb7231f7dd40c18e3022ec9706) Thanks [@davidkpiano](https://github.com/davidkpiano)! - The `interpret(...)` function has been deprecated and renamed to `createActor(...)`:

```diff
-import { interpret } from 'xstate';
+import { createActor } from 'xstate';

-const actor = interpret(machine);
+const actor = createActor(machine);
```

## 5.0.0-beta.21

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xstate",
"version": "5.0.0-beta.21",
"version": "5.0.0-beta.22",
"description": "Finite State Machines and Statecharts for the Modern Web.",
"main": "dist/xstate.cjs.js",
"module": "dist/xstate.esm.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/xstate-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"url": "https://github.com/statelyai/xstate/issues"
},
"peerDependencies": {
"xstate": "^5.0.0-beta.21"
"xstate": "^5.0.0-beta.22"
},
"devDependencies": {
"xstate": "5.0.0-beta.21"
"xstate": "5.0.0-beta.22"
},
"dependencies": {}
}
4 changes: 2 additions & 2 deletions packages/xstate-graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"url": "https://github.com/statelyai/xstate/issues"
},
"peerDependencies": {
"xstate": "^5.0.0-beta.21"
"xstate": "^5.0.0-beta.22"
},
"devDependencies": {
"xstate": "5.0.0-beta.21"
"xstate": "5.0.0-beta.22"
},
"dependencies": {}
}
4 changes: 2 additions & 2 deletions packages/xstate-immer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"dependencies": {},
"peerDependencies": {
"immer": "^9.0.6 || ^10",
"xstate": "^5.0.0-beta.21"
"xstate": "^5.0.0-beta.22"
},
"devDependencies": {
"immer": "^10.0.2",
"xstate": "5.0.0-beta.21"
"xstate": "5.0.0-beta.22"
}
}
4 changes: 2 additions & 2 deletions packages/xstate-inspect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
"devDependencies": {
"@types/ws": "^8.2.2",
"ws": "^8.4.0",
"xstate": "5.0.0-beta.21"
"xstate": "5.0.0-beta.22"
},
"peerDependencies": {
"@types/ws": "^8.0.0",
"ws": "^8.0.0",
"xstate": "^5.0.0-beta.21"
"xstate": "^5.0.0-beta.22"
},
"peerDependenciesMeta": {
"@types/ws": {
Expand Down
4 changes: 2 additions & 2 deletions packages/xstate-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"peerDependencies": {
"@xstate/fsm": "^3.0.0-beta.3",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"xstate": "^5.0.0-beta.21"
"xstate": "^5.0.0-beta.22"
},
"peerDependenciesMeta": {
"@xstate/fsm": {
Expand All @@ -96,7 +96,7 @@
"jsdom-global": "^3.0.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"xstate": "5.0.0-beta.21"
"xstate": "5.0.0-beta.22"
},
"preconstruct": {
"entrypoints": [
Expand Down
2 changes: 1 addition & 1 deletion packages/xstate-scxml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"xml-js": "^1.6.11",
"xstate": "^5.0.0-beta.21"
"xstate": "^5.0.0-beta.22"
},
"devDependencies": {
"@scion-scxml/test-framework": "^2.0.15"
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 @@ -60,7 +60,7 @@
"peerDependencies": {
"@xstate/fsm": "^3.0.0-beta.3",
"solid-js": "^1.6.0",
"xstate": "^5.0.0-beta.21"
"xstate": "^5.0.0-beta.22"
},
"peerDependenciesMeta": {
"@xstate/fsm": {
Expand All @@ -74,7 +74,7 @@
"@xstate/fsm": "3.0.0-beta.3",
"solid-js": "^1.7.6",
"solid-testing-library": "^0.3.0",
"xstate": "5.0.0-beta.21"
"xstate": "5.0.0-beta.22"
},
"preconstruct": {
"entrypoints": [
Expand Down
4 changes: 2 additions & 2 deletions packages/xstate-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"peerDependencies": {
"@xstate/fsm": "^3.0.0-beta.3",
"svelte": "^3.24.1 || ^4",
"xstate": "^5.0.0-beta.21"
"xstate": "^5.0.0-beta.22"
},
"peerDependenciesMeta": {
"@xstate/fsm": {
Expand All @@ -75,7 +75,7 @@
"svelte-check": "^3.2.0",
"svelte-jester": "^2.3.2",
"svelte-preprocess": "^5.0.0",
"xstate": "5.0.0-beta.21"
"xstate": "5.0.0-beta.22"
},
"preconstruct": {
"entrypoints": [
Expand Down
4 changes: 2 additions & 2 deletions packages/xstate-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
"url": "https://github.com/statelyai/xstate/issues"
},
"peerDependencies": {
"xstate": "^5.0.0-beta.21"
"xstate": "^5.0.0-beta.22"
},
"devDependencies": {
"strip-ansi": "^5.2.0",
"xstate": "5.0.0-beta.21"
"xstate": "5.0.0-beta.22"
},
"dependencies": {
"@xstate/graph": "^2.0.0-alpha.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/xstate-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"peerDependencies": {
"@xstate/fsm": "^3.0.0-beta.3",
"vue": "^3.0.0",
"xstate": "^5.0.0-beta.21"
"xstate": "^5.0.0-beta.22"
},
"peerDependenciesMeta": {
"@xstate/fsm": {
Expand All @@ -70,7 +70,7 @@
"@vue/compiler-sfc": "^3.0.11",
"@xstate/fsm": "3.0.0-beta.3",
"vue": "^3.0.11",
"xstate": "5.0.0-beta.21"
"xstate": "5.0.0-beta.22"
},
"preconstruct": {
"entrypoints": [
Expand Down

0 comments on commit 6feac8b

Please sign in to comment.