Skip to content

Commit

Permalink
Version Packages (#423)
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 Jan 3, 2024
1 parent 4e6679a commit 546a5a9
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 17 deletions.
9 changes: 0 additions & 9 deletions .changeset/proud-jokes-agree.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.16

### Patch Changes

- Updated dependencies [22d51d2]
- @xstate/machine-extractor@0.15.0
- @xstate/tools-shared@4.0.9

## 0.5.15

### 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.15",
"version": "0.5.16",
"bin": {
"xstate": "./bin/bin.js"
},
Expand All @@ -20,8 +20,8 @@
},
"dependencies": {
"@babel/core": "^7.21.4",
"@xstate/machine-extractor": "^0.14.1",
"@xstate/tools-shared": "^4.0.8",
"@xstate/machine-extractor": "^0.15.0",
"@xstate/tools-shared": "^4.0.9",
"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.8",
"@xstate/tools-shared": "^4.0.9",
"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.8",
"@xstate/tools-shared": "^4.0.9",
"fast-deep-equal": "^3.1.3",
"vscode-languageserver": "^7.0.0",
"vscode-languageserver-textdocument": "^1.0.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/machine-extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @xstate/machine-extractor

## 0.15.0

### Minor Changes

- 22d51d2: pr: 422
commit: 9cef236

Extarct actor code from machine config as either inline or named actors preserving their source code

## 0.14.1

### Patch 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.14.1",
"version": "0.15.0",
"main": "dist/xstate-machine-extractor.cjs.js",
"module": "dist/xstate-machine-extractor.esm.js",
"exports": {
Expand Down
12 changes: 12 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @xstate/tools-shared

## 4.0.9

### Patch Changes

- 22d51d2: pr: 422
commit: 9cef236

Extarct actor code from machine config as either inline or named actors preserving their source code

- Updated dependencies [22d51d2]
- @xstate/machine-extractor@0.15.0

## 4.0.8

### 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,6 +1,6 @@
{
"name": "@xstate/tools-shared",
"version": "4.0.8",
"version": "4.0.9",
"main": "dist/xstate-tools-shared.cjs.js",
"module": "dist/xstate-tools-shared.esm.js",
"exports": {
Expand All @@ -26,7 +26,7 @@
},
"license": "MIT",
"dependencies": {
"@xstate/machine-extractor": "^0.14.1"
"@xstate/machine-extractor": "^0.15.0"
},
"scripts": {
"lint": "tsc",
Expand Down

0 comments on commit 546a5a9

Please sign in to comment.