Skip to content

Commit

Permalink
Version Packages (#371)
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 20, 2023
1 parent 5d47848 commit 75351ee
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-readers-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-balloons-ring.md

This file was deleted.

4 changes: 2 additions & 2 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"dependencies": {
"@babel/core": "^7.21.4",
"@xstate/machine-extractor": "^0.11.0",
"@xstate/tools-shared": "^4.0.0",
"@xstate/machine-extractor": "^0.12.0",
"@xstate/tools-shared": "^4.0.1",
"chokidar": "^3.5.3",
"commander": "^8.0.0",
"prettier": "^2.8.7",
Expand Down
2 changes: 1 addition & 1 deletion apps/extension/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"dependencies": {
"@types/lz-string": "^1.3.34",
"@xstate/inspect": "^0.4.1",
"@xstate/tools-shared": "^4.0.0",
"@xstate/tools-shared": "^4.0.1",
"isomorphic-fetch": "^3.0.0",
"lz-string": "^1.4.4",
"vscode-languageclient": "^7.0.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/statelyai/xstate-tools"
},
"dependencies": {
"@xstate/tools-shared": "^4.0.0",
"@xstate/tools-shared": "^4.0.1",
"fast-deep-equal": "^3.1.3",
"vscode-languageserver": "^7.0.0",
"vscode-languageserver-textdocument": "^1.0.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/machine-extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @xstate/machine-extractor

## 0.12.0

### Minor Changes

- 5d47848: Extract `internal` property on transitions
- d885182: Extract machine context into an object

## 0.11.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.11.0",
"version": "0.12.0",
"main": "dist/xstate-machine-extractor.cjs.js",
"author": "Matt Pocock",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @xstate/tools-shared

## 4.0.1

### Patch Changes

- Updated dependencies [5d47848]
- Updated dependencies [d885182]
- @xstate/machine-extractor@0.12.0

## 4.0.0

### Major 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": "4.0.0",
"version": "4.0.1",
"main": "dist/xstate-tools-shared.cjs.js",
"license": "MIT",
"dependencies": {
"@xstate/machine-extractor": "^0.11.0"
"@xstate/machine-extractor": "^0.12.0"
},
"scripts": {
"lint": "tsc",
Expand Down

0 comments on commit 75351ee

Please sign in to comment.