Skip to content

Commit

Permalink
Version Packages (#421)
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 Dec 22, 2023
1 parent 010651b commit 55fd20a
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/warm-pillows-refuse.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.15

### Patch Changes

- Updated dependencies [010651b]
- @xstate/machine-extractor@0.14.1
- @xstate/tools-shared@4.0.8

## 0.5.14

### 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.14",
"version": "0.5.15",
"bin": {
"xstate": "./bin/bin.js"
},
Expand All @@ -20,8 +20,8 @@
},
"dependencies": {
"@babel/core": "^7.21.4",
"@xstate/machine-extractor": "^0.14.0",
"@xstate/tools-shared": "^4.0.7",
"@xstate/machine-extractor": "^0.14.1",
"@xstate/tools-shared": "^4.0.8",
"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.7",
"@xstate/tools-shared": "^4.0.8",
"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.7",
"@xstate/tools-shared": "^4.0.8",
"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.14.1

### Patch Changes

- 010651b: Added basic support for v5. Mainly support for `guard` (instead of `cond`) and `reenter` (instead of `internal`).

## 0.14.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.14.0",
"version": "0.14.1",
"main": "dist/xstate-machine-extractor.cjs.js",
"module": "dist/xstate-machine-extractor.esm.js",
"exports": {
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.8

### Patch Changes

- Updated dependencies [010651b]
- @xstate/machine-extractor@0.14.1

## 4.0.7

### 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.7",
"version": "4.0.8",
"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.0"
"@xstate/machine-extractor": "^0.14.1"
},
"scripts": {
"lint": "tsc",
Expand Down

0 comments on commit 55fd20a

Please sign in to comment.