Skip to content

Commit

Permalink
Merge pull request #2758 from statelyai/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
davidkpiano authored Nov 22, 2021
2 parents d253c50 + 7009a50 commit 62d4cf5
Show file tree
Hide file tree
Showing 14 changed files with 31 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changeset/hungry-jokes-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-kangaroos-begin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-poems-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-panthers-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-wasps-drive.md

This file was deleted.

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

## 4.26.1

### Patch Changes

- [#2819](https://github.com/statelyai/xstate/pull/2819) [`0d51d33cd`](https://github.com/statelyai/xstate/commit/0d51d33cd6dc6ab876a5554788300282d03fa5d1) Thanks [@simonihmig](https://github.com/simonihmig)! - Support `globalThis` in `getGlobal()` for better compatibility

* [#2830](https://github.com/statelyai/xstate/pull/2830) [`75627edaf`](https://github.com/statelyai/xstate/commit/75627edaf401be1b964f8210f98f40de307671c4) Thanks [@davidkpiano](https://github.com/davidkpiano)! - XState is now compatible with TypeScript version 4.5.

## 4.26.0

### 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": "4.26.0",
"version": "4.26.1",
"description": "Finite State Machines and Statecharts for the Modern Web.",
"main": "lib/index.js",
"module": "es/index.js",
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.0

### Minor Changes

- [#2750](https://github.com/statelyai/xstate/pull/2750) [`eaa69ac18`](https://github.com/statelyai/xstate/commit/eaa69ac189e13d688587ef0ef285d15ea68f3e9e) Thanks [@rflow](https://github.com/rflow)! - Update [`immer`](https://github.com/immerjs/immer) to 9.0.6 to resolve security issue

## 0.2.0

### Minor 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.2.0",
"version": "0.3.0",
"description": "XState with Immer",
"keywords": [
"immer",
Expand Down
6 changes: 6 additions & 0 deletions packages/xstate-inspect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @xstate/inspect

## 0.5.2

### Patch Changes

- [#2827](https://github.com/statelyai/xstate/pull/2827) [`49de77085`](https://github.com/statelyai/xstate/commit/49de770856965b0acec846c1ff5c29463335aab0) Thanks [@erlendfh](https://github.com/erlendfh)! - Fixed a bug in `createWebsocketReceiver` so that it works as expected with a WebSocket connection.

## 0.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/xstate-inspect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xstate/inspect",
"version": "0.5.1",
"version": "0.5.2",
"description": "XState inspection utilities",
"keywords": [
"state",
Expand Down
6 changes: 6 additions & 0 deletions packages/xstate-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.6.3

### Patch Changes

- [#2767](https://github.com/statelyai/xstate/pull/2767) [`c1503b121`](https://github.com/statelyai/xstate/commit/c1503b1219d995ebf0f45de46036c5a1d7e6442f) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an over-rendering issue in the `useSelector`.

## 1.6.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/xstate-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xstate/react",
"version": "1.6.2",
"version": "1.6.3",
"description": "XState tools for React",
"keywords": [
"state",
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 @@ -35,7 +35,7 @@
},
"dependencies": {
"xml-js": "^1.6.11",
"xstate": "^4.26.0"
"xstate": "^4.26.1"
},
"devDependencies": {
"@scion-scxml/test-framework": "^2.0.15",
Expand Down

0 comments on commit 62d4cf5

Please sign in to comment.