Skip to content

Commit

Permalink
Version Packages (#240)
Browse files Browse the repository at this point in the history
* Version Packages

* Bump versions

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Mateusz Burzyński <[email protected]>
  • Loading branch information
3 people authored Dec 6, 2022
1 parent 42efe01 commit e57a0f7
Show file tree
Hide file tree
Showing 17 changed files with 41 additions and 60 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-needles-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brave-chairs-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilled-rocks-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-boats-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-foxes-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-turtles-hear.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/khaki-dragons-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-doors-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-dogs-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-otters-obey.md

This file was deleted.

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

## 0.3.4

### Patch Changes

- [#220](https://github.com/statelyai/xstate-tools/pull/220) [`39f6393`](https://github.com/statelyai/xstate-tools/commit/39f639321b2291d7f309f39b7184bd2bff1676be) Thanks [@Andarist](https://github.com/Andarist)! - Fixed a bug that caused the path to the typegen file not always being correctly updated in the machine definition when the basename of the file didn't change but its relative location did.

## 0.3.3

### 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.3.3",
"version": "0.4.0",
"bin": {
"xstate": "./bin/bin.js"
},
Expand All @@ -18,8 +18,8 @@
},
"dependencies": {
"@babel/core": "^7.19.3",
"@xstate/machine-extractor": "0.7.1",
"@xstate/tools-shared": "1.2.3",
"@xstate/machine-extractor": "^0.8.0",
"@xstate/tools-shared": "^2.0.0",
"chokidar": "^3.5.3",
"commander": "^8.0.0",
"xstate": "^4.33.4"
Expand Down
26 changes: 26 additions & 0 deletions apps/extension/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# stately-vscode

## 1.11.0

### Minor Changes

- [#229](https://github.com/statelyai/xstate-tools/pull/229) [`5be7962`](https://github.com/statelyai/xstate-tools/commit/5be7962759267aae606d690bf22390c02a0ff4b0) Thanks [@Andarist](https://github.com/Andarist)! - Revamped the bidirectional-editing implementation. When syncing edits made in the Editor we should no longer remove parts of the config that don't relate to the performed change.

* [#208](https://github.com/statelyai/xstate-tools/pull/208) [`600d1ef`](https://github.com/statelyai/xstate-tools/commit/600d1ef771cb360974fc1d0da389d163ffa45d2e) Thanks [@Andarist](https://github.com/Andarist)! - The Editor is now bundled together with the extension. This allows you to use the extension offline.

### Patch Changes

- [#242](https://github.com/statelyai/xstate-tools/pull/242) [`921586e`](https://github.com/statelyai/xstate-tools/commit/921586e76dff653364db61fbca5dbb548a882e92) Thanks [@mellson](https://github.com/mellson)! - Show source parsing errors and invalid config errors (that prevent the visualization) in the visual editor.

* [#232](https://github.com/statelyai/xstate-tools/pull/232) [`e38318e`](https://github.com/statelyai/xstate-tools/commit/e38318e549ed3346ffb120e9f01150b29200d0aa) Thanks [@Andarist](https://github.com/Andarist)! - The Editor and the Visualizer should no longer blink when typing into parts of the source code unrelated to the currently displayed machine.

- [#208](https://github.com/statelyai/xstate-tools/pull/208) [`600d1ef`](https://github.com/statelyai/xstate-tools/commit/600d1ef771cb360974fc1d0da389d163ffa45d2e) Thanks [@Andarist](https://github.com/Andarist)! - Keyboard events should now propagate to the VS Code correctly from within the open Editor. This means that you will now be able to properly close the tab, open the command palette, and more

* [#220](https://github.com/statelyai/xstate-tools/pull/220) [`39f6393`](https://github.com/statelyai/xstate-tools/commit/39f639321b2291d7f309f39b7184bd2bff1676be) Thanks [@Andarist](https://github.com/Andarist)! - Code-related processing has been centralized in the source code. Thanks to that it should be way less likely to end up with stale data being returned by code lenses, commands, etc.

- [#220](https://github.com/statelyai/xstate-tools/pull/220) [`39f6393`](https://github.com/statelyai/xstate-tools/commit/39f639321b2291d7f309f39b7184bd2bff1676be) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an issue with updating the generated typegen files even if there was no actual change in their output. This reduces the amount of the file system notifications triggered by updating the typegen files.

* [#234](https://github.com/statelyai/xstate-tools/pull/234) [`911964a`](https://github.com/statelyai/xstate-tools/commit/911964ad6b5a96fc3826400c8ce4b6316a2ce1dd) Thanks [@Andarist](https://github.com/Andarist)! - The method for updating typegen files in the background has been changed. The TS language server shouldn't miss any updates made to those files now.

- [#220](https://github.com/statelyai/xstate-tools/pull/220) [`39f6393`](https://github.com/statelyai/xstate-tools/commit/39f639321b2291d7f309f39b7184bd2bff1676be) Thanks [@Andarist](https://github.com/Andarist)! - Fixed a bug that caused the path to the typegen file not always being correctly updated in the machine definition when the basename of the file didn't change but its relative location did.

* [#229](https://github.com/statelyai/xstate-tools/pull/229) [`5be7962`](https://github.com/statelyai/xstate-tools/commit/5be7962759267aae606d690bf22390c02a0ff4b0) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an issue with not being able to apply changes coming from an open Editor when the corresponding text editor has been closed.

## 1.10.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/extension/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Visual editing, autocomplete and typegen for XState",
"license": "MIT",
"author": "Stately Team",
"version": "1.10.0",
"version": "1.11.0",
"private": true,
"engines": {
"vscode": "^1.52.0"
Expand Down Expand Up @@ -97,7 +97,7 @@
"dependencies": {
"@types/lz-string": "^1.3.34",
"@xstate/inspect": "^0.4.1",
"@xstate/tools-shared": "1.2.3",
"@xstate/tools-shared": "^2.0.0",
"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": "1.2.3",
"@xstate/tools-shared": "^2.0.0",
"fast-deep-equal": "^3.1.3",
"vscode-languageserver": "^7.0.0",
"vscode-languageserver-textdocument": "^1.0.1",
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.7.1",
"version": "0.8.0",
"main": "dist/xstate-machine-extractor.cjs.js",
"author": "Matt Pocock",
"license": "MIT",
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": "1.2.3",
"version": "2.0.0",
"main": "dist/xstate-tools-shared.cjs.js",
"license": "MIT",
"dependencies": {
"@xstate/machine-extractor": "0.7.1"
"@xstate/machine-extractor": "^0.8.0"
},
"scripts": {
"lint": "tsc",
Expand Down

0 comments on commit e57a0f7

Please sign in to comment.