Skip to content

Commit ce171b3

Browse files
committed
chore(release): publish
1 parent 6a8ba73 commit ce171b3

File tree

6 files changed

+49
-3
lines changed

6 files changed

+49
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
624
# [1.5.0](https://github.com/cosmology-tech/build/compare/v1.4.3...v1.5.0) (2025-06-03)
725

826

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"packages": [
99
"packages/*"
1010
],
11-
"version": "1.5.0",
11+
"version": "1.6.0",
1212
"registry": "https://registry.npmjs.org",
1313
"command": {
1414
"create": {

packages/build/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
617
## [1.0.1](https://github.com/hyperweb-io/hyperweb-build/compare/v1.0.0...v1.0.1) (2025-02-13)
718

819
**Note:** Version bump only for package @hyperweb/build

packages/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperweb/build",
3-
"version": "1.0.1",
3+
"version": "1.6.0",
44
"author": "Hyperweb <developers@hyperweb.io>",
55
"description": "build tools for hyperweb",
66
"main": "index.js",

packages/parse/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
623
# [1.5.0](https://github.com/hyperweb-io/hyperweb-build/compare/v1.4.3...v1.5.0) (2025-06-03)
724

825

packages/parse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperweb/parse",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"author": "Hyperweb <developers@hyperweb.io>",
55
"description": "Parse Hyperweb contracts",
66
"main": "index.js",

0 commit comments

Comments
 (0)