Skip to content

Commit

Permalink
Version Packages (#4920)
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 May 30, 2024
1 parent 3323c85 commit 0a9af79
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
11 changes: 0 additions & 11 deletions .changeset/eighty-bugs-shop.md

This file was deleted.

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

## 0.0.5

### Patch Changes

- [#4918](https://github.com/statelyai/xstate/pull/4918) [`3323c85a6`](https://github.com/statelyai/xstate/commit/3323c85a6159d63fc73e83985ef46796f3582d90) Thanks [@davidkpiano](https://github.com/davidkpiano)! - Types are now exported:

```ts
import type { SnapshotFromStore } from '@xstate/store';

// ...
```

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/xstate-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xstate/store",
"version": "0.0.4",
"version": "0.0.5",
"description": "Simple stores",
"keywords": [
"store",
Expand Down

0 comments on commit 0a9af79

Please sign in to comment.