Skip to content

Commit

Permalink
Cleanup changesets (#4914)
Browse files Browse the repository at this point in the history
* Cleanup changesets

* Delete beta dir

* Update readmes
  • Loading branch information
davidkpiano committed May 29, 2024
1 parent 2e52f0c commit fc38404
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 40 deletions.
13 changes: 0 additions & 13 deletions .changeset-xstate-test-beta/config.json

This file was deleted.

22 changes: 0 additions & 22 deletions .changeset-xstate-test-beta/pre.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
'@xstate/graph': minor
'@xstate/test': minor
---

pr: #3727
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,11 @@ Read [📽 the slides](http://slides.com/davidkhourshid/finite-state-machines) (
| Package | Description |
| --------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
| 🤖 `xstate` | Core finite state machine and statecharts library + interpreter |
| [📉 `@xstate/graph`](https://github.com/statelyai/xstate/tree/main/packages/xstate-graph) | Graph traversal utilities for XState |
| [📉 `@xstate/graph`](https://github.com/statelyai/xstate/tree/main/packages/xstate-graph) | Graph traversal and model-based testing utilities using XState |
| [⚛️ `@xstate/react`](https://github.com/statelyai/xstate/tree/main/packages/xstate-react) | React hooks and utilities for using XState in React applications |
| [💚 `@xstate/vue`](https://github.com/statelyai/xstate/tree/main/packages/xstate-vue) | Vue composition functions and utilities for using XState in Vue applications |
| [🎷 `@xstate/svelte`](https://github.com/statelyai/xstate/tree/main/packages/xstate-svelte) | Svelte utilities for using XState in Svelte applications |
| [🥏 `@xstate/solid`](https://github.com/statelyai/xstate/tree/main/packages/xstate-solid) | Solid hooks and utilities for using XState in Solid applications |
| [`@xstate/test`](https://github.com/statelyai/xstate/tree/main/packages/xstate-test) | Model-Based-Testing utilities (using XState) for testing any software |
| [🔍 `@xstate/inspect`](https://github.com/statelyai/xstate/tree/main/packages/xstate-inspect) | Inspection utilities for XState |

## Finite State Machines
Expand Down
5 changes: 3 additions & 2 deletions packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ It uses event-driven programming, state machines, statecharts, and the actor mod

💬 Chat on the [Stately Discord Community](https://discord.gg/xstate)

✍️ Browse through the many [XState examples](https://github.com/statelyai/xstate/tree/main/examples)

## Templates

Get started by forking one of these templates on CodeSandbox:
Expand Down Expand Up @@ -182,12 +184,11 @@ Read [📽 the slides](http://slides.com/davidkhourshid/finite-state-machines) (
| Package | Description |
| --------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
| 🤖 `xstate` | Core finite state machine and statecharts library + interpreter |
| [📉 `@xstate/graph`](https://github.com/statelyai/xstate/tree/main/packages/xstate-graph) | Graph traversal utilities for XState |
| [📉 `@xstate/graph`](https://github.com/statelyai/xstate/tree/main/packages/xstate-graph) | Graph traversal and model-based testing utilities using XState |
| [⚛️ `@xstate/react`](https://github.com/statelyai/xstate/tree/main/packages/xstate-react) | React hooks and utilities for using XState in React applications |
| [💚 `@xstate/vue`](https://github.com/statelyai/xstate/tree/main/packages/xstate-vue) | Vue composition functions and utilities for using XState in Vue applications |
| [🎷 `@xstate/svelte`](https://github.com/statelyai/xstate/tree/main/packages/xstate-svelte) | Svelte utilities for using XState in Svelte applications |
| [🥏 `@xstate/solid`](https://github.com/statelyai/xstate/tree/main/packages/xstate-solid) | Solid hooks and utilities for using XState in Solid applications |
| [`@xstate/test`](https://github.com/statelyai/xstate/tree/main/packages/xstate-test) | Model-Based-Testing utilities (using XState) for testing any software |
| [🔍 `@xstate/inspect`](https://github.com/statelyai/xstate/tree/main/packages/xstate-inspect) | Inspection utilities for XState |

## Finite State Machines
Expand Down

0 comments on commit fc38404

Please sign in to comment.