Skip to content

Commit 4b7f30d

Browse files
Version Packages
1 parent 052655b commit 4b7f30d

File tree

9 files changed

+34
-18
lines changed

9 files changed

+34
-18
lines changed

.changeset/flat-parrots-battle.md

-5
This file was deleted.

.changeset/happy-dingos-speak.md

-5
This file was deleted.

.changeset/wild-deers-end.md

-5
This file was deleted.

internals/test/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @internals/test
2+
3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`800166b`](https://github.com/xeho91/js-ast/commit/800166b4ffabb4e7c040f20c5d674c9a755f73ed)]:
8+

internals/test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/package",
33
"private": true,
44
"name": "@internals/test",
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"type": "module",
77
"exports": {
88
"./*": {

pkgs/svelte-ast-analyze/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# svelte-ast-analyze
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#115](https://github.com/xeho91/js-ast/pull/115) [`800166b`](https://github.com/xeho91/js-ast/commit/800166b4ffabb4e7c040f20c5d674c9a755f73ed) Thanks [@xeho91](https://github.com/xeho91)! - feat: Add initial type-guards and schemas

pkgs/svelte-ast-analyze/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-analyze",
4-
"version": "0.0.1",
4+
"version": "0.1.0",
55
"type": "module",
66
"description": "Analyze Svelte AST nodes conveniently.",
77
"keywords": ["ast", "analyze", "svelte"],

pkgs/svelte-ast-print/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# svelte-ast-print
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#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
8+
9+
### Minor Changes
10+
11+
- [#115](https://github.com/xeho91/js-ast/pull/115) [`800166b`](https://github.com/xeho91/js-ast/commit/800166b4ffabb4e7c040f20c5d674c9a755f73ed) Thanks [@xeho91](https://github.com/xeho91)! - feat: Use `svelte-ast-analyze` as dependency
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [[`800166b`](https://github.com/xeho91/js-ast/commit/800166b4ffabb4e7c040f20c5d674c9a755f73ed)]:
16+

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)