Skip to content

Commit

Permalink
Version Packages (#324)
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 Apr 19, 2023
1 parent cddae40 commit d9d2a50
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/itchy-candles-love.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/wise-mangos-cover.md

This file was deleted.

10 changes: 10 additions & 0 deletions apps/extension/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# stately-vscode

## 1.14.0

### Minor Changes

- [#323](https://github.com/statelyai/xstate-tools/pull/323) [`6e524df`](https://github.com/statelyai/xstate-tools/commit/6e524dfc7b03cd0cea0fcb9df62feaeaa8ae1729) Thanks [@Andarist](https://github.com/Andarist)! - Upgraded the Babel parser used to analyze the content of the files and machines. This should fix parsing issues with new TS features such as `const` type parameters.

* [#322](https://github.com/statelyai/xstate-tools/pull/322) [`cddae40`](https://github.com/statelyai/xstate-tools/commit/cddae4096bf0a8ff08fec6a816dc1d5ec286ffad) Thanks [@andreash](https://github.com/andreash), [@Andarist](https://github.com/Andarist)! - Introduced a new opt-in option `useDeclarationFileForTypegenData`. It's the recommended way of using this extension and typegen and it fixes compatibility with modern `moduleResolution` options in TypeScript. It can also help you to avoid issues in frameworks that derive pages based on the directory content (such as Nuxt).

Enabling this might require using at least TypeScript 5.0.

## 1.13.0

### Minor Changes
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 @@ -4,7 +4,7 @@
"description": "Visual editing, autocomplete and typegen for XState",
"license": "MIT",
"author": "Stately Team",
"version": "1.13.0",
"version": "1.14.0",
"private": true,
"engines": {
"vscode": "^1.52.0"
Expand Down

0 comments on commit d9d2a50

Please sign in to comment.