File tree Expand file tree Collapse file tree 6 files changed +49
-3
lines changed Expand file tree Collapse file tree 6 files changed +49
-3
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 1.6.0] ( https://github.com/cosmology-tech/build/compare/v1.5.0...v1.6.0 ) (2025-06-03)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * remove schemaExtractor ([ 528ecc5] ( https://github.com/cosmology-tech/build/commit/528ecc58812e0d507061bf358b9b2996ec8ca102 ) )
12
+ * resolve excessive relative import ([ 0f7c348] ( https://github.com/cosmology-tech/build/commit/0f7c348b5627a243a3720e64097b6a05e0572510 ) )
13
+
14
+
15
+ ### Features
16
+
17
+ * add tests for collect utils ([ f81ebf9] ( https://github.com/cosmology-tech/build/commit/f81ebf9493c59bcd1240ff92eb873e6629bf37dc ) )
18
+ * use AST approach ([ 93011e0] ( https://github.com/cosmology-tech/build/commit/93011e0088e74e8be697126c63d59a04fb49c250 ) )
19
+
20
+
21
+
22
+
23
+
6
24
# [ 1.5.0] ( https://github.com/cosmology-tech/build/compare/v1.4.3...v1.5.0 ) (2025-06-03)
7
25
8
26
Original file line number Diff line number Diff line change 8
8
"packages" : [
9
9
" packages/*"
10
10
],
11
- "version" : " 1.5 .0" ,
11
+ "version" : " 1.6 .0" ,
12
12
"registry" : " https://registry.npmjs.org" ,
13
13
"command" : {
14
14
"create" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 1.6.0] ( https://github.com/hyperweb-io/hyperweb-build/compare/v1.5.0...v1.6.0 ) (2025-06-03)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * remove schemaExtractor ([ 528ecc5] ( https://github.com/hyperweb-io/hyperweb-build/commit/528ecc58812e0d507061bf358b9b2996ec8ca102 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 1.0.1] ( https://github.com/hyperweb-io/hyperweb-build/compare/v1.0.0...v1.0.1 ) (2025-02-13)
7
18
8
19
** Note:** Version bump only for package @hyperweb/build
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hyperweb/build" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.6.0 " ,
4
4
"author" : " Hyperweb <developers@hyperweb.io>" ,
5
5
"description" : " build tools for hyperweb" ,
6
6
"main" : " index.js" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 1.6.0] ( https://github.com/hyperweb-io/hyperweb-build/compare/v1.5.0...v1.6.0 ) (2025-06-03)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * resolve excessive relative import ([ 0f7c348] ( https://github.com/hyperweb-io/hyperweb-build/commit/0f7c348b5627a243a3720e64097b6a05e0572510 ) )
12
+
13
+
14
+ ### Features
15
+
16
+ * add tests for collect utils ([ f81ebf9] ( https://github.com/hyperweb-io/hyperweb-build/commit/f81ebf9493c59bcd1240ff92eb873e6629bf37dc ) )
17
+ * use AST approach ([ 93011e0] ( https://github.com/hyperweb-io/hyperweb-build/commit/93011e0088e74e8be697126c63d59a04fb49c250 ) )
18
+
19
+
20
+
21
+
22
+
6
23
# [ 1.5.0] ( https://github.com/hyperweb-io/hyperweb-build/compare/v1.4.3...v1.5.0 ) (2025-06-03)
7
24
8
25
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hyperweb/parse" ,
3
- "version" : " 1.5 .0" ,
3
+ "version" : " 1.6 .0" ,
4
4
"author" : " Hyperweb <developers@hyperweb.io>" ,
5
5
"description" : " Parse Hyperweb contracts" ,
6
6
"main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments