Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and jahands committed Feb 13, 2025
1 parent 204f849 commit 158d015
Show file tree
Hide file tree
Showing 20 changed files with 62 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changeset/late-wolves-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-insects-decide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-files-push.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tame-berries-smell.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/cli-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @repo/cli-example

## 0.1.10

### Patch Changes

- Updated dependencies [204f849]
- @jahands/cli-tools@0.7.0

## 0.1.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/cli-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/cli-example",
"version": "0.1.9",
"version": "0.1.10",
"private": true,
"sideEffects": false,
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions examples/hono-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @repo/hono-app

## 0.3.19

### Patch Changes

- Updated dependencies [3433a68]
- Updated dependencies [204f849]
- [email protected]
- [email protected]

## 0.3.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/hono-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/hono-app",
"version": "0.3.18",
"version": "0.3.19",
"private": true,
"sideEffects": false,
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions examples/vanilla-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @repo/vanilla-worker

## 0.2.27

### Patch Changes

- Updated dependencies [204f849]
- [email protected]

## 0.2.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/vanilla-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/vanilla-worker",
"version": "0.2.26",
"version": "0.2.27",
"private": true,
"sideEffects": false,
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/cli-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @jahands/cli-tools

## 0.7.0

### Minor Changes

- 204f849: chore: Switch from esbuild to tsc

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jahands/cli-tools",
"version": "0.6.0",
"version": "0.7.0",
"private": false,
"description": "cli tools for commander",
"homepage": "https://github.com/jahands/workers-packages/tree/main/packages/cli-tools",
Expand Down
7 changes: 7 additions & 0 deletions packages/http-codex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# http-codex

## 0.5.0

### Minor Changes

- 3433a68: chore: Switch from esbuild to tsc
- 204f849: chore: Switch from esbuild to tsc

## 0.4.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/http-codex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "http-codex",
"version": "0.4.6",
"version": "0.5.0",
"private": false,
"description": "http status codes based on Go's http library",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @repo/tools

## 0.7.7

### Patch Changes

- 3433a68: Add / improve scripts

## 0.7.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/tools",
"version": "0.7.6",
"version": "0.7.7",
"private": true,
"license": "MIT",
"sideEffects": false,
Expand Down
6 changes: 6 additions & 0 deletions packages/typescript-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @repo/typescript-config

## 0.3.0

### Minor Changes

- 3433a68: Add lib-emit.json

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/typescript-config",
"version": "0.2.0",
"version": "0.3.0",
"private": true,
"license": "MIT",
"sideEffects": false,
Expand Down
6 changes: 6 additions & 0 deletions packages/workers-tagged-logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# workers-tagged-logger

## 0.5.0

### Minor Changes

- 204f849: chore: Switch from esbuild to tsc

## 0.4.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/workers-tagged-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workers-tagged-logger",
"version": "0.4.5",
"version": "0.5.0",
"private": false,
"description": "A structured logger for Cloudflare Workers",
"keywords": [
Expand Down

0 comments on commit 158d015

Please sign in to comment.