Skip to content

Commit

Permalink
Version Packages (#191)
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 3, 2022
1 parent 644d696 commit d354560
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .changeset/mean-maps-serve.md

This file was deleted.

9 changes: 9 additions & 0 deletions apps/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @xstate/cli

## 0.3.1

### Patch Changes

- [#190](https://github.com/statelyai/xstate-tools/pull/190) [`a5f091f`](https://github.com/statelyai/xstate-tools/commit/a5f091f0606a183d62dce7dcf45c57474bffab04) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an issue with events leading to a machine being put in its final configuration not being added to the appropriate exit actions.

- Updated dependencies [[`a5f091f`](https://github.com/statelyai/xstate-tools/commit/a5f091f0606a183d62dce7dcf45c57474bffab04)]:
- @xstate/tools-shared@1.2.1

## 0.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xstate/cli",
"version": "0.3.0",
"version": "0.3.1",
"bin": {
"xstate": "./bin/bin.js"
},
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"@babel/core": "^7.12.10",
"@xstate/machine-extractor": "0.7.0",
"@xstate/tools-shared": "1.2.0",
"@xstate/tools-shared": "1.2.1",
"chokidar": "^3.5.3",
"commander": "^8.0.0",
"xstate": "^4.29.0"
Expand Down
9 changes: 9 additions & 0 deletions apps/extension/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# stately-vscode

## 1.9.1

### Patch Changes

- [#190](https://github.com/statelyai/xstate-tools/pull/190) [`a5f091f`](https://github.com/statelyai/xstate-tools/commit/a5f091f0606a183d62dce7dcf45c57474bffab04) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an issue with events leading to a machine being put in its final configuration not being added to the appropriate exit actions.

- Updated dependencies [[`a5f091f`](https://github.com/statelyai/xstate-tools/commit/a5f091f0606a183d62dce7dcf45c57474bffab04)]:
- @xstate/tools-shared@1.2.1

## 1.9.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/extension/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Visual editing, autocomplete and typegen for XState",
"license": "MIT",
"author": "Stately Team",
"version": "1.9.0",
"version": "1.9.1",
"private": true,
"engines": {
"vscode": "^1.52.0"
Expand Down Expand Up @@ -111,7 +111,7 @@
"dependencies": {
"@types/lz-string": "^1.3.34",
"@xstate/inspect": "^0.4.1",
"@xstate/tools-shared": "1.2.0",
"@xstate/tools-shared": "1.2.1",
"lz-string": "^1.4.4",
"vscode-languageclient": "^7.0.0",
"xstate": "^4.29.0"
Expand Down
2 changes: 1 addition & 1 deletion apps/extension/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "https://github.com/Microsoft/vscode-extension-samples"
},
"dependencies": {
"@xstate/tools-shared": "1.2.0",
"@xstate/tools-shared": "1.2.1",
"vscode-languageserver": "^7.0.0",
"vscode-languageserver-textdocument": "^1.0.1",
"xstate": "^4.29.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @xstate/tools-shared

## 1.2.1

### Patch Changes

- [#190](https://github.com/statelyai/xstate-tools/pull/190) [`a5f091f`](https://github.com/statelyai/xstate-tools/commit/a5f091f0606a183d62dce7dcf45c57474bffab04) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an issue with events leading to a machine being put in its final configuration not being added to the appropriate exit actions.

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xstate/tools-shared",
"version": "1.2.0",
"version": "1.2.1",
"main": "dist/xstate-tools-shared.cjs.js",
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit d354560

Please sign in to comment.