Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Feb 11, 2025
1 parent 838e141 commit 9616f69
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 27 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0 (2025-02-11)

### Bug Fixes

- distribution config ([33147c9](https://github.com/cosmology-tech/build/commit/33147c9bfe8d47c63ece41a03903e287f64d5a59))
10 changes: 3 additions & 7 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,9 @@
"lerna": "6",
"conventionalCommits": true,
"npmClient": "yarn",
"npmClientArgs": [
"--no-lockfile"
],
"packages": [
"packages/*"
],
"version": "0.0.1",
"npmClientArgs": ["--no-lockfile"],
"packages": ["packages/*"],
"version": "1.0.0",
"registry": "https://registry.npmjs.org",
"command": {
"create": {
Expand Down
4 changes: 4 additions & 0 deletions packages/build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0 (2025-02-11)

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

## 0.0.2 (2024-10-04)

**Note:** Version bump only for package @hyperweb/build
2 changes: 1 addition & 1 deletion packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperweb/build",
"version": "0.0.2",
"version": "1.0.0",
"author": "Hyperweb <[email protected]>",
"description": "build tools for hyperweb",
"main": "index.js",
Expand Down
20 changes: 6 additions & 14 deletions packages/hyperwebjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

# 1.0.0 (2025-02-11)

### Bug Fixes

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

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

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

### Bug Fixes

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

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


### Bug Fixes

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




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

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

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





## 0.0.2 (2024-10-04)

**Note:** Version bump only for package hyperwebjs
2 changes: 1 addition & 1 deletion packages/hyperwebjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hyperwebjs",
"version": "0.0.5",
"version": "1.0.0",
"author": "Hyperweb <[email protected]>",
"description": "JS client for Hyperweb",
"main": "index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/ts-json-schema/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.3 (2024-10-04)
# 1.0.0 (2025-02-11)

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

## 0.0.3 (2024-10-04)



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

## 0.0.2 (2024-09-11)

Expand Down
2 changes: 1 addition & 1 deletion packages/ts-json-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperweb/ts-json-schema",
"version": "0.0.3",
"version": "1.0.0",
"author": "Hyperweb, Inc. <[email protected]>",
"description": "TS to JSON Schema",
"main": "index.js",
Expand Down

0 comments on commit 9616f69

Please sign in to comment.