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 Oct 7, 2024
1 parent 319feca commit b938c95
Show file tree
Hide file tree
Showing 30 changed files with 120 additions and 98 deletions.
7 changes: 0 additions & 7 deletions .changeset/afraid-goats-approve.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/brave-llamas-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-bats-rush.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/curly-pillows-watch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dull-carrots-cover.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/light-bottles-bathe.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/sharp-geckos-own.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/six-sheep-talk.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/sour-brooms-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-lies-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-plums-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-cougars-mix.md

This file was deleted.

14 changes: 14 additions & 0 deletions examples/hono-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @repo/hono-app

## 0.2.17

### Patch Changes

- 8432257: chore: rename build script
- 10cd896: chore: update dependencies
- e89bf36: fix: revert hono version due to breaking change
- Updated dependencies [9d8540b]
- Updated dependencies [7ae8b95]
- Updated dependencies [10cd896]
- Updated dependencies [e89bf36]
- Updated dependencies [fdec52a]
- [email protected]

## 0.2.16

### 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.2.16",
"version": "0.2.17",
"private": true,
"sideEffects": false,
"scripts": {
Expand Down
13 changes: 13 additions & 0 deletions examples/otel-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @repo/otel-example

## 0.1.8

### Patch Changes

- 8432257: chore: rename build script
- 10cd896: chore: update dependencies
- e89bf36: fix: revert hono version due to breaking change
- Updated dependencies [9d8540b]
- Updated dependencies [bdbe259]
- Updated dependencies [10cd896]
- Updated dependencies [e89bf36]
- @jahands/otel-cf-workers@0.1.8

## 0.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/otel-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/otel-example",
"version": "0.1.7",
"version": "0.1.8",
"private": true,
"sideEffects": false,
"scripts": {
Expand Down
14 changes: 14 additions & 0 deletions examples/vanilla-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @repo/vanilla-worker

## 0.2.17

### Patch Changes

- 8432257: chore: rename build script
- 10cd896: chore: update dependencies
- e89bf36: fix: revert hono version due to breaking change
- Updated dependencies [9d8540b]
- Updated dependencies [7ae8b95]
- Updated dependencies [10cd896]
- Updated dependencies [e89bf36]
- Updated dependencies [fdec52a]
- [email protected]

## 0.2.16

### 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.16",
"version": "0.2.17",
"private": true,
"sideEffects": false,
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @repo/eslint-config

## 0.1.13

### Patch Changes

- bdbe259: fix: remove hono from packages that don't need it
- 10cd896: chore: update dependencies
- e89bf36: fix: revert hono version due to breaking change

## 0.1.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/eslint-config",
"version": "0.1.12",
"version": "0.1.13",
"private": true,
"license": "MIT",
"sideEffects": false,
Expand Down
16 changes: 16 additions & 0 deletions packages/http-codex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# http-codex

## 0.1.1

### Patch Changes

- bdbe259: fix: remove hono from packages that don't need it
- bfac029: feat: add http-codex package

I love using Go's http package for status codes and always find myself missing it in TypeScript projects. This project aims to be a lightweight adaption of Go's [http status codes](https://go.dev/src/net/http/status.go).

Enjoy!

- 10cd896: chore: update dependencies
- e89bf36: fix: revert hono version due to breaking change
- 7e6ba85: fix: Convert RFC comments to docstrings
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.1.0",
"version": "0.1.1",
"private": false,
"description": "http status codes based on Go's http library",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/otel-cf-workers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @jahands/otel-cf-workers

## 0.1.8

### Patch Changes

- 9d8540b: chore: Add installation instructions for other package managers
- bdbe259: fix: remove hono from packages that don't need it
- 10cd896: chore: update dependencies
- e89bf36: fix: revert hono version due to breaking change

## 0.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/otel-cf-workers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jahands/otel-cf-workers",
"version": "0.1.7",
"version": "0.1.8",
"private": false,
"description": "Re-packaged version of @microlabs/otel-cf-workers bundled with @opentelemetry/api to work around vitest issues",
"keywords": [
Expand Down
13 changes: 13 additions & 0 deletions packages/tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @repo/tools

## 0.7.0

### Minor Changes

- 8432257: feat: add run-vitest-ci script

### Patch Changes

- bdbe259: fix: remove hono from packages that don't need it
- 10cd896: chore: update dependencies
- e89bf36: fix: revert hono version due to breaking change
- bef7970: fix: make mise.toml plugins optional

## 0.6.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.6.6",
"version": "0.7.0",
"private": true,
"license": "MIT",
"sideEffects": false,
Expand Down
14 changes: 14 additions & 0 deletions packages/typescript-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @repo/typescript-config

## 0.2.0

### Minor Changes

- 7ae8b95: fix: Add tsconfig for workers without node types

Some packages don't need @types/node, and this was a bit annoying to work with.

### Patch Changes

- 7ae8b95: chore: update tsconfig
- bdbe259: fix: remove hono from packages that don't need it
- e89bf36: fix: revert hono version due to breaking change

## 0.1.8

### Patch 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.1.8",
"version": "0.2.0",
"private": true,
"license": "MIT",
"sideEffects": false,
Expand Down
10 changes: 10 additions & 0 deletions packages/workers-tagged-logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# workers-tagged-logger

## 0.3.5

### Patch Changes

- 9d8540b: chore: Add installation instructions for other package managers
- 7ae8b95: chore: update tsconfig
- 10cd896: chore: update dependencies
- e89bf36: fix: revert hono version due to breaking change
- fdec52a: fix: spelling in readme

## 0.3.4

### 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.3.4",
"version": "0.3.5",
"private": false,
"description": "A structured logger for Cloudflare Workers",
"keywords": [
Expand Down

0 comments on commit b938c95

Please sign in to comment.