Skip to content

Commit

Permalink
Version Packages (#393)
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 Oct 16, 2023
1 parent a12b8e8 commit d9cc11d
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/quick-pandas-shout.md

This file was deleted.

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

## 0.5.7

### Patch Changes

- Updated dependencies [8dc07c9]
- @xstate/machine-extractor@0.12.1
- @xstate/tools-shared@4.0.3

## 0.5.6

### 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.5.6",
"version": "0.5.7",
"bin": {
"xstate": "./bin/bin.js"
},
Expand All @@ -20,8 +20,8 @@
},
"dependencies": {
"@babel/core": "^7.21.4",
"@xstate/machine-extractor": "^0.12.0",
"@xstate/tools-shared": "^4.0.2",
"@xstate/machine-extractor": "^0.12.1",
"@xstate/tools-shared": "^4.0.3",
"chokidar": "^3.5.3",
"commander": "^8.0.0",
"dotenv": "^16.0.3",
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 @@ -105,7 +105,7 @@
"dependencies": {
"@types/lz-string": "^1.3.34",
"@xstate/inspect": "^0.4.1",
"@xstate/tools-shared": "^4.0.2",
"@xstate/tools-shared": "^4.0.3",
"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.2",
"@xstate/tools-shared": "^4.0.3",
"fast-deep-equal": "^3.1.3",
"vscode-languageserver": "^7.0.0",
"vscode-languageserver-textdocument": "^1.0.1",
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.12.1

### Patch Changes

- 8dc07c9: Small internal change to the Sky-related helper

## 0.12.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.12.0",
"version": "0.12.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

## 4.0.3

### Patch Changes

- Updated dependencies [8dc07c9]
- @xstate/machine-extractor@0.12.1

## 4.0.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,11 +1,11 @@
{
"name": "@xstate/tools-shared",
"version": "4.0.2",
"version": "4.0.3",
"main": "dist/xstate-tools-shared.cjs.js",
"license": "MIT",
"dependencies": {
"@statelyai/sky": "0.0.4",
"@xstate/machine-extractor": "^0.12.0"
"@xstate/machine-extractor": "^0.12.1"
},
"scripts": {
"lint": "tsc",
Expand Down

0 comments on commit d9cc11d

Please sign in to comment.