Skip to content

Commit

Permalink
Merge pull request #28 from authdog/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
dbrrt committed Dec 30, 2023
2 parents 6c06c38 + 79ffeb8 commit badc262
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/orange-tomatoes-taste.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @authdog/hydra-cli

## 0.1.19

### Patch Changes

- 6c06c38: bump

## 0.1.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@authdog/hydra-cli",
"version": "0.1.18",
"version": "0.1.19",
"description": "",
"main": "build/index.js",
"bin": {
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @authdog/hydra-core

## 0.1.10

### Patch Changes

- 6c06c38: bump

## 0.1.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@authdog/hydra-core",
"version": "0.1.9",
"version": "0.1.10",
"description": "",
"main": "build/index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions services/hono-hydra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @playground/hono-hydra

## 0.0.2

### Patch Changes

- Updated dependencies [6c06c38]
- @authdog/hydra-core@0.1.10
2 changes: 1 addition & 1 deletion services/hono-hydra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@playground/hono-hydra",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"main": "index.js",
"private": true,
Expand Down
7 changes: 7 additions & 0 deletions services/itty-hydra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @playground/itty-hydra

## 1.0.10

### Patch Changes

- Updated dependencies [6c06c38]
- @authdog/hydra-core@0.1.10

## 1.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion services/itty-hydra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@playground/itty-hydra",
"version": "1.0.9",
"version": "1.0.10",
"description": "",
"main": "index.js",
"private": true,
Expand Down

0 comments on commit badc262

Please sign in to comment.