Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Feb 13, 2025
1 parent d8ab677 commit 63b914c
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 4 deletions.
4 changes: 4 additions & 0 deletions 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.1](https://github.com/cosmology-tech/build/compare/v1.0.0...v1.0.1) (2025-02-13)

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

# 1.0.0 (2025-02-11)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"npmClient": "yarn",
"npmClientArgs": ["--no-lockfile"],
"packages": ["packages/*"],
"version": "1.0.0",
"version": "1.0.1",
"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.1](https://github.com/hyperweb-io/hyperweb-build/compare/v1.0.0...v1.0.1) (2025-02-13)

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

# 1.0.0 (2025-02-11)

**Note:** Version bump only for package @hyperweb/build
Expand Down
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": "1.0.0",
"version": "1.0.1",
"author": "Hyperweb <[email protected]>",
"description": "build tools for hyperweb",
"main": "index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/hyperwebjs/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.1](https://github.com/hyperweb-io/hyperweb-build/compare/v1.0.0...v1.0.1) (2025-02-13)

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

# 1.0.0 (2025-02-11)

### Bug Fixes
Expand Down
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": "1.0.0",
"version": "1.0.1",
"author": "Hyperweb <[email protected]>",
"description": "JS client for Hyperweb",
"main": "index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/ts-json-schema/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.1](https://github.com/hyperweb-io/hyperweb-build/compare/v1.0.0...v1.0.1) (2025-02-13)

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

# 1.0.0 (2025-02-11)

**Note:** Version bump only for package @hyperweb/ts-json-schema
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": "1.0.0",
"version": "1.0.1",
"author": "Hyperweb, Inc. <[email protected]>",
"description": "TS to JSON Schema",
"main": "index.js",
Expand Down

0 comments on commit 63b914c

Please sign in to comment.