Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Oct 4, 2024
1 parent f11be9a commit d344ae8
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 4 deletions.
4 changes: 4 additions & 0 deletions packages/build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@

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

## 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.1",
"version": "0.0.2",
"author": "Hyperweb <[email protected]>",
"description": "build tools for hyperweb",
"main": "index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/hyperwebjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

## 0.0.2 (2024-10-04)

**Note:** Version bump only for package hyperwebjs
4 changes: 2 additions & 2 deletions packages/hyperwebjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hyperwebjs",
"version": "0.0.1",
"version": "0.0.2",
"author": "Hyperweb <[email protected]>",
"description": "JS client for Hyperweb",
"main": "index.js",
Expand Down Expand Up @@ -30,4 +30,4 @@
"test:watch": "jest --watch"
},
"keywords": []
}
}
8 changes: 8 additions & 0 deletions packages/ts-json-schema/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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)

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





## 0.0.2 (2024-09-11)

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

0 comments on commit d344ae8

Please sign in to comment.