Skip to content

Commit

Permalink
Version Packages (#416)
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 18, 2023
1 parent 4734eb3 commit 9f095ed
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/nervous-feet-care.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.13

### Patch Changes

- Updated dependencies [4734eb3]
- @xstate/machine-extractor@0.13.1
- @xstate/tools-shared@4.0.6

## 0.5.12

### 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.12",
"version": "0.5.13",
"bin": {
"xstate": "./bin/bin.js"
},
Expand All @@ -20,8 +20,8 @@
},
"dependencies": {
"@babel/core": "^7.21.4",
"@xstate/machine-extractor": "^0.13.0",
"@xstate/tools-shared": "^4.0.5",
"@xstate/machine-extractor": "^0.13.1",
"@xstate/tools-shared": "^4.0.6",
"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.5",
"@xstate/tools-shared": "^4.0.6",
"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.5",
"@xstate/tools-shared": "^4.0.6",
"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.13.1

### Patch Changes

- 4734eb3: Extract object methods in machine options

## 0.13.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.13.0",
"version": "0.13.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.6

### Patch Changes

- Updated dependencies [4734eb3]
- @xstate/machine-extractor@0.13.1

## 4.0.5

### 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.5",
"version": "4.0.6",
"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.13.0"
"@xstate/machine-extractor": "^0.13.1"
},
"scripts": {
"lint": "tsc",
Expand Down

0 comments on commit 9f095ed

Please sign in to comment.