Skip to content

Commit

Permalink
Merge pull request #85 from statelyai/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
mattpocock authored Mar 3, 2022
2 parents 5644073 + 0751c80 commit 791c2a7
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 18 deletions.
9 changes: 0 additions & 9 deletions .changeset/fluffy-moose-sin.md

This file was deleted.

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

## 0.1.2

### Patch Changes

- [#84](https://github.com/statelyai/xstate-tools/pull/84) [`a73fce8`](https://github.com/statelyai/xstate-tools/commit/a73fce843ee04b0701d9d72046da422ff3a65eed) Thanks [@Andarist](https://github.com/Andarist)! - Fixed a bug where transition targets would not be parsed correctly if they were declared using a template literal.

- Updated dependencies [[`a73fce8`](https://github.com/statelyai/xstate-tools/commit/a73fce843ee04b0701d9d72046da422ff3a65eed)]:
- @xstate/machine-extractor@0.6.1
- @xstate/tools-shared@1.1.1

## 0.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xstate/cli",
"version": "0.1.1",
"version": "0.1.2",
"bin": {
"xstate": "./bin/bin.js"
},
Expand All @@ -14,8 +14,8 @@
},
"dependencies": {
"@babel/core": "^7.12.10",
"@xstate/machine-extractor": "0.6.0",
"@xstate/tools-shared": "1.1.0",
"@xstate/machine-extractor": "0.6.1",
"@xstate/tools-shared": "1.1.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.7.2

### Patch Changes

- [#84](https://github.com/statelyai/xstate-tools/pull/84) [`a73fce8`](https://github.com/statelyai/xstate-tools/commit/a73fce843ee04b0701d9d72046da422ff3a65eed) Thanks [@Andarist](https://github.com/Andarist)! - Fixed a bug where transition targets would not be parsed correctly if they were declared using a template literal.

- Updated dependencies []:
- @xstate/tools-shared@1.1.1

## 1.7.1

### Patch 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.7.1",
"version": "1.7.2",
"private": true,
"engines": {
"vscode": "^1.52.0"
Expand Down Expand Up @@ -85,7 +85,7 @@
"dependencies": {
"@types/lz-string": "^1.3.34",
"@xstate/inspect": "^0.4.1",
"@xstate/tools-shared": "1.1.0",
"@xstate/tools-shared": "1.1.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.1.0",
"@xstate/tools-shared": "1.1.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/machine-extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @xstate/machine-extractor

## 0.6.1

### Patch Changes

- [#84](https://github.com/statelyai/xstate-tools/pull/84) [`a73fce8`](https://github.com/statelyai/xstate-tools/commit/a73fce843ee04b0701d9d72046da422ff3a65eed) Thanks [@Andarist](https://github.com/Andarist)! - Fixed a bug where transition targets would not be parsed correctly if they were declared using a template literal.

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/machine-extractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xstate/machine-extractor",
"version": "0.6.0",
"version": "0.6.1",
"main": "dist/xstate-machine-extractor.cjs.js",
"author": "Matt Pocock",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @xstate/tools-shared

## 1.1.1

### Patch Changes

- Updated dependencies [[`a73fce8`](https://github.com/statelyai/xstate-tools/commit/a73fce843ee04b0701d9d72046da422ff3a65eed)]:
- @xstate/machine-extractor@0.6.1

## 1.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@xstate/tools-shared",
"version": "1.1.0",
"version": "1.1.1",
"main": "dist/xstate-tools-shared.cjs.js",
"license": "MIT",
"dependencies": {
"@xstate/machine-extractor": "0.6.0"
"@xstate/machine-extractor": "0.6.1"
},
"scripts": {
"lint": "tsc",
Expand Down

0 comments on commit 791c2a7

Please sign in to comment.