Skip to content

Commit

Permalink
Version Packages (#5172)
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 Jan 12, 2025
1 parent d99df1d commit 3b43d84
Show file tree
Hide file tree
Showing 13 changed files with 47 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/soft-apples-smoke.md

This file was deleted.

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

## 5.19.2

### Patch Changes

- [#5170](https://github.com/statelyai/xstate/pull/5170) [`d99df1d8f4fe49145c9974465b65028bf19b365f`](https://github.com/statelyai/xstate/commit/d99df1d8f4fe49145c9974465b65028bf19b365f) Thanks [@Andarist](https://github.com/Andarist)! - Improved compatibility of inferred types in projects with `exactOptionalPropertyTypes` enabled

## 5.19.1

### Patch 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.19.1",
"version": "5.19.2",
"description": "Finite State Machines and Statecharts for the Modern Web.",
"main": "dist/xstate.cjs.js",
"module": "dist/xstate.esm.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/xstate-graph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @xstate/graph

## 3.0.2

### Patch Changes

- Updated dependencies [[`d99df1d8f4fe49145c9974465b65028bf19b365f`](https://github.com/statelyai/xstate/commit/d99df1d8f4fe49145c9974465b65028bf19b365f)]:
- [email protected]

## 3.0.1

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

## 5.0.2

### Patch Changes

- Updated dependencies [[`d99df1d8f4fe49145c9974465b65028bf19b365f`](https://github.com/statelyai/xstate/commit/d99df1d8f4fe49145c9974465b65028bf19b365f)]:
- [email protected]

## 5.0.1

### 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": "5.0.1",
"version": "5.0.2",
"description": "XState tools for React",
"keywords": [
"state",
Expand Down
7 changes: 7 additions & 0 deletions packages/xstate-solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @xstate/solid

## 1.0.2

### Patch Changes

- Updated dependencies [[`d99df1d8f4fe49145c9974465b65028bf19b365f`](https://github.com/statelyai/xstate/commit/d99df1d8f4fe49145c9974465b65028bf19b365f)]:
- [email protected]

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/xstate-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xstate/solid",
"version": "1.0.1",
"version": "1.0.2",
"description": "XState tools for SolidJS",
"keywords": [
"state",
Expand Down
7 changes: 7 additions & 0 deletions packages/xstate-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @xstate/svelte

## 4.0.3

### Patch Changes

- Updated dependencies [[`d99df1d8f4fe49145c9974465b65028bf19b365f`](https://github.com/statelyai/xstate/commit/d99df1d8f4fe49145c9974465b65028bf19b365f)]:
- [email protected]

## 4.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/xstate-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xstate/svelte",
"version": "4.0.2",
"version": "4.0.3",
"description": "XState tools for Svelte",
"keywords": [
"state",
Expand Down
7 changes: 7 additions & 0 deletions packages/xstate-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @xstate/vue

## 4.0.2

### Patch Changes

- Updated dependencies [[`d99df1d8f4fe49145c9974465b65028bf19b365f`](https://github.com/statelyai/xstate/commit/d99df1d8f4fe49145c9974465b65028bf19b365f)]:
- [email protected]

## 4.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/xstate-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xstate/vue",
"version": "4.0.1",
"version": "4.0.2",
"description": "XState tools for Vue",
"keywords": [
"state",
Expand Down

0 comments on commit 3b43d84

Please sign in to comment.