Skip to content

Commit bc0df6e

Browse files
Version Packages
1 parent d12a8b3 commit bc0df6e

File tree

7 files changed

+22
-17
lines changed

7 files changed

+22
-17
lines changed

.changeset/nervous-grapes-grow.md

-5
This file was deleted.

.changeset/wicked-rockets-fold.md

-5
This file was deleted.

.changeset/wild-deers-end.md

-5
This file was deleted.

pkgs/svelte-ast-build/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# svelte-ast-build
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#112](https://github.com/xeho91/js-ast/pull/112) [`cbc3024`](https://github.com/xeho91/js-ast/commit/cbc3024112998b55540354287ccaf275b6e454bb) Thanks [@xeho91](https://github.com/xeho91)! - feat: Add type-guards for fundamental AST node types
8+
39
## 0.0.1
410

511
### Patch Changes

pkgs/svelte-ast-build/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package",
33
"name": "svelte-ast-build",
4-
"version": "0.0.1",
4+
"version": "0.1.0",
55
"type": "module",
66
"description": "Build Svelte AST nodes conveniently.",
77
"keywords": ["ast", "build", "svelte"],

pkgs/svelte-ast-print/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# svelte-ast-print
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#112](https://github.com/xeho91/js-ast/pull/112) [`cbc3024`](https://github.com/xeho91/js-ast/commit/cbc3024112998b55540354287ccaf275b6e454bb) Thanks [@xeho91](https://github.com/xeho91)! - Use `svelte-ast-build` as dependency for type guarding
8+
9+
- [#114](https://github.com/xeho91/js-ast/pull/114) [`06c1f0d`](https://github.com/xeho91/js-ast/commit/06c1f0ded0fdd173bbd12dd90dcb1ddc40cb2a6a) Thanks [@xeho91](https://github.com/xeho91)! - feat!: Modularize `print` into smaller `print*` functions
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`cbc3024`](https://github.com/xeho91/js-ast/commit/cbc3024112998b55540354287ccaf275b6e454bb)]:
14+

pkgs/svelte-ast-print/package.json

+1-1
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": "0.6.0",
4+
"version": "1.0.0",
55
"type": "module",
66
"description": "Serialize Svelte AST nodes into stringified syntax. A.k.a parse in reverse.",
77
"keywords": ["ast", "print", "svelte"],

0 commit comments

Comments
 (0)