Skip to content

Commit

Permalink
Version Packages (#204)
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 Sep 7, 2022
1 parent d439ace commit 76aabfd
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 21 deletions.
7 changes: 0 additions & 7 deletions .changeset/few-actors-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-emus-shake.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.3.3

### Patch Changes

- [#203](https://github.com/statelyai/xstate-tools/pull/203) [`a49095f`](https://github.com/statelyai/xstate-tools/commit/a49095ff41656a9de2249083614ab1b8777b8a35) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an issue with parametrized guards not being recognized by typegen. Note that this doesn't provide type-safe custom parameters for your guard implementations. It only allows `event` parameter to be inferred.

- Updated dependencies [[`a49095f`](https://github.com/statelyai/xstate-tools/commit/a49095ff41656a9de2249083614ab1b8777b8a35)]:
- @xstate/machine-extractor@0.7.1
- @xstate/tools-shared@1.2.3

## 0.3.2

### 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.3.2",
"version": "0.3.3",
"bin": {
"xstate": "./bin/bin.js"
},
Expand All @@ -18,8 +18,8 @@
},
"dependencies": {
"@babel/core": "^7.12.10",
"@xstate/machine-extractor": "0.7.0",
"@xstate/tools-shared": "1.2.2",
"@xstate/machine-extractor": "0.7.1",
"@xstate/tools-shared": "1.2.3",
"chokidar": "^3.5.3",
"commander": "^8.0.0",
"xstate": "^4.29.0"
Expand Down
13 changes: 13 additions & 0 deletions apps/extension/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# stately-vscode

## 1.10.0

### Minor Changes

- [#201](https://github.com/statelyai/xstate-tools/pull/201) [`d439ace`](https://github.com/statelyai/xstate-tools/commit/d439ace70d04fabf9006b18dc4b9e5358d7f5a61) Thanks [@Andarist](https://github.com/Andarist)! - The requirement to authenticate with the extension has been removed.

### Patch Changes

- [#203](https://github.com/statelyai/xstate-tools/pull/203) [`a49095f`](https://github.com/statelyai/xstate-tools/commit/a49095ff41656a9de2249083614ab1b8777b8a35) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an issue with parametrized guards not being recognized by typegen. Note that this doesn't provide type-safe custom parameters for your guard implementations. It only allows `event` parameter to be inferred.

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

## 1.9.3

### 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.9.3",
"version": "1.10.0",
"private": true,
"engines": {
"vscode": "^1.52.0"
Expand Down Expand Up @@ -101,7 +101,7 @@
"dependencies": {
"@types/lz-string": "^1.3.34",
"@xstate/inspect": "^0.4.1",
"@xstate/tools-shared": "1.2.2",
"@xstate/tools-shared": "1.2.3",
"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.2",
"@xstate/tools-shared": "1.2.3",
"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.7.1

### Patch Changes

- [#203](https://github.com/statelyai/xstate-tools/pull/203) [`a49095f`](https://github.com/statelyai/xstate-tools/commit/a49095ff41656a9de2249083614ab1b8777b8a35) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an issue with parametrized guards not being recognized by typegen. Note that this doesn't provide type-safe custom parameters for your guard implementations. It only allows `event` parameter to be inferred.

## 0.7.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.7.0",
"version": "0.7.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.2.3

### Patch Changes

- Updated dependencies [[`a49095f`](https://github.com/statelyai/xstate-tools/commit/a49095ff41656a9de2249083614ab1b8777b8a35)]:
- @xstate/machine-extractor@0.7.1

## 1.2.2

### Patch 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.2.2",
"version": "1.2.3",
"main": "dist/xstate-tools-shared.cjs.js",
"license": "MIT",
"dependencies": {
"@xstate/machine-extractor": "0.7.0"
"@xstate/machine-extractor": "0.7.1"
},
"scripts": {
"lint": "tsc",
Expand Down

0 comments on commit 76aabfd

Please sign in to comment.