Skip to content

Commit

Permalink
Merge pull request #25 from authdog/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
dbrrt authored Dec 29, 2023
2 parents 7959cd6 + 0f9c3e9 commit 67154f1
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/wicked-spiders-vanish.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.18

### Patch Changes

- 7959cd6: enable ratelimiting at query level, with dedicated query/unit in the configuration

## 0.1.17

### 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.17",
"version": "0.1.18",
"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.8

### Patch Changes

- 7959cd6: enable ratelimiting at query level, with dedicated query/unit in the configuration

## 0.1.7

### 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.7",
"version": "0.1.8",
"description": "",
"main": "build/index.js",
"scripts": {
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.8

### Patch Changes

- Updated dependencies [7959cd6]
- @authdog/hydra-core@0.1.8

## 1.0.7

### 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.7",
"version": "1.0.8",
"description": "",
"main": "index.js",
"private": true,
Expand Down

0 comments on commit 67154f1

Please sign in to comment.