Skip to content

Commit ef84655

Browse files
chore(Changesets): Versioning package(s) (#130)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2cf6431 commit ef84655

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/cold-eggs-grin.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/easy-doors-fetch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/svelte-ast-print/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# svelte-ast-print
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#127](https://github.com/xeho91/js-ast/pull/127) [`2cf6431`](https://github.com/xeho91/js-ast/commit/2cf6431a43f65b447e18bbc6df282796414d66ea) Thanks [@xeho91](https://github.com/xeho91)! - ✨ Add support for new AST node - `AttachTag` - via function `printAttachTag()`
8+
9+
- [#127](https://github.com/xeho91/js-ast/pull/127) [`2cf6431`](https://github.com/xeho91/js-ast/commit/2cf6431a43f65b447e18bbc6df282796414d66ea) Thanks [@xeho91](https://github.com/xeho91)! - Required peer dependency `svelte` is now `v5.29`
10+
311
## 1.0.1
412

513
### Patch Changes

packages/svelte-ast-print/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package",
33
"name": "svelte-ast-print",
4-
"version": "1.0.1",
4+
"version": "1.1.0",
55
"type": "module",
66
"description": "Serialize Svelte AST nodes into stringified syntax. A.k.a parse in reverse.",
77
"keywords": [

0 commit comments

Comments
 (0)