Skip to content

Commit 9616f69

Browse files
committed
chore(release): publish
1 parent 838e141 commit 9616f69

File tree

8 files changed

+29
-27
lines changed

8 files changed

+29
-27
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 1.0.0 (2025-02-11)
7+
8+
### Bug Fixes
9+
10+
- distribution config ([33147c9](https://github.com/cosmology-tech/build/commit/33147c9bfe8d47c63ece41a03903e287f64d5a59))

lerna.json

+3-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@
22
"lerna": "6",
33
"conventionalCommits": true,
44
"npmClient": "yarn",
5-
"npmClientArgs": [
6-
"--no-lockfile"
7-
],
8-
"packages": [
9-
"packages/*"
10-
],
11-
"version": "0.0.1",
5+
"npmClientArgs": ["--no-lockfile"],
6+
"packages": ["packages/*"],
7+
"version": "1.0.0",
128
"registry": "https://registry.npmjs.org",
139
"command": {
1410
"create": {

packages/build/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.0.0 (2025-02-11)
7+
8+
**Note:** Version bump only for package @hyperweb/build
9+
610
## 0.0.2 (2024-10-04)
711

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

packages/build/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperweb/build",
3-
"version": "0.0.2",
3+
"version": "1.0.0",
44
"author": "Hyperweb <[email protected]>",
55
"description": "build tools for hyperweb",
66
"main": "index.js",

packages/hyperwebjs/CHANGELOG.md

+6-14
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,28 @@
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-
## [0.0.5](https://github.com/hyperweb-io/hyperweb-build/compare/[email protected]@0.0.5) (2024-10-08)
7-
6+
# 1.0.0 (2025-02-11)
87

98
### Bug Fixes
109

11-
* distribution config ([33147c9](https://github.com/hyperweb-io/hyperweb-build/commit/33147c9bfe8d47c63ece41a03903e287f64d5a59))
12-
10+
- distribution config ([33147c9](https://github.com/hyperweb-io/hyperweb-build/commit/33147c9bfe8d47c63ece41a03903e287f64d5a59))
1311

12+
## [0.0.5](https://github.com/hyperweb-io/hyperweb-build/compare/[email protected]@0.0.5) (2024-10-08)
1413

14+
### Bug Fixes
1515

16+
- distribution config ([33147c9](https://github.com/hyperweb-io/hyperweb-build/commit/33147c9bfe8d47c63ece41a03903e287f64d5a59))
1617

1718
## [0.0.4](https://github.com/hyperweb-io/hyperweb-build/compare/[email protected]@0.0.4) (2024-10-08)
1819

19-
2020
### Bug Fixes
2121

22-
* distribution config ([33147c9](https://github.com/hyperweb-io/hyperweb-build/commit/33147c9bfe8d47c63ece41a03903e287f64d5a59))
23-
24-
25-
26-
22+
- distribution config ([33147c9](https://github.com/hyperweb-io/hyperweb-build/commit/33147c9bfe8d47c63ece41a03903e287f64d5a59))
2723

2824
## [0.0.3](https://github.com/hyperweb-io/hyperweb-build/compare/[email protected]@0.0.3) (2024-10-08)
2925

3026
**Note:** Version bump only for package hyperwebjs
3127

32-
33-
34-
35-
3628
## 0.0.2 (2024-10-04)
3729

3830
**Note:** Version bump only for package hyperwebjs

packages/hyperwebjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hyperwebjs",
3-
"version": "0.0.5",
3+
"version": "1.0.0",
44
"author": "Hyperweb <[email protected]>",
55
"description": "JS client for Hyperweb",
66
"main": "index.js",

packages/ts-json-schema/CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
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-
## 0.0.3 (2024-10-04)
6+
# 1.0.0 (2025-02-11)
77

88
**Note:** Version bump only for package @hyperweb/ts-json-schema
99

10+
## 0.0.3 (2024-10-04)
1011

11-
12-
12+
**Note:** Version bump only for package @hyperweb/ts-json-schema
1313

1414
## 0.0.2 (2024-09-11)
1515

packages/ts-json-schema/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperweb/ts-json-schema",
3-
"version": "0.0.3",
3+
"version": "1.0.0",
44
"author": "Hyperweb, Inc. <[email protected]>",
55
"description": "TS to JSON Schema",
66
"main": "index.js",

0 commit comments

Comments
 (0)