Skip to content

Commit

Permalink
chore(release): 📦 version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 16, 2024
1 parent 9d0ae48 commit 122eff8
Show file tree
Hide file tree
Showing 10 changed files with 50 additions and 19 deletions.
8 changes: 0 additions & 8 deletions .changeset/happy-pillows-train.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/thick-buses-trade.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @trpc-limiter/core

## 1.0.0

### Major Changes

- [`9d70e44`](https://github.com/OrJDev/trpc-limiter/commit/9d70e44d0b52a5d9f658fb3b7a0d734f791377f7) Thanks [@OrJDev](https://github.com/OrJDev)! - feat/fix: get everything up to date + redis adapter

### Patch Changes

- [`9d0ae48`](https://github.com/OrJDev/trpc-limiter/commit/9d0ae48654b9f9a7fcd88396a87af7175c129c22) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: type-safed hitinfo

## 0.0.8

### 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": "@trpc-limiter/core",
"version": "0.0.8",
"version": "1.0.0",
"private": false,
"keywords": [
"tRPC",
Expand Down
13 changes: 13 additions & 0 deletions packages/memory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @trpc-limiter/memory

## 1.0.0

### Major Changes

- [`9d70e44`](https://github.com/OrJDev/trpc-limiter/commit/9d70e44d0b52a5d9f658fb3b7a0d734f791377f7) Thanks [@OrJDev](https://github.com/OrJDev)! - feat/fix: get everything up to date + redis adapter

### Patch Changes

- [`9d0ae48`](https://github.com/OrJDev/trpc-limiter/commit/9d0ae48654b9f9a7fcd88396a87af7175c129c22) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: type-safed hitinfo

- Updated dependencies [[`9d0ae48`](https://github.com/OrJDev/trpc-limiter/commit/9d0ae48654b9f9a7fcd88396a87af7175c129c22), [`9d70e44`](https://github.com/OrJDev/trpc-limiter/commit/9d70e44d0b52a5d9f658fb3b7a0d734f791377f7)]:
- @trpc-limiter/core@1.0.0

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/memory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trpc-limiter/memory",
"version": "0.0.3",
"version": "1.0.0",
"private": false,
"keywords": [
"tRPC",
Expand Down
10 changes: 10 additions & 0 deletions packages/redis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @trpc-limiter/redis

## 0.0.2

### Patch Changes

- [`9d0ae48`](https://github.com/OrJDev/trpc-limiter/commit/9d0ae48654b9f9a7fcd88396a87af7175c129c22) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: type-safed hitinfo

- Updated dependencies [[`9d0ae48`](https://github.com/OrJDev/trpc-limiter/commit/9d0ae48654b9f9a7fcd88396a87af7175c129c22), [`9d70e44`](https://github.com/OrJDev/trpc-limiter/commit/9d70e44d0b52a5d9f658fb3b7a0d734f791377f7)]:
- @trpc-limiter/core@1.0.0
2 changes: 1 addition & 1 deletion packages/redis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trpc-limiter/redis",
"version": "0.0.1",
"version": "0.0.2",
"private": false,
"keywords": [
"tRPC",
Expand Down
13 changes: 13 additions & 0 deletions packages/upstash/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @trpc-limiter/upstash

## 1.0.0

### Major Changes

- [`9d70e44`](https://github.com/OrJDev/trpc-limiter/commit/9d70e44d0b52a5d9f658fb3b7a0d734f791377f7) Thanks [@OrJDev](https://github.com/OrJDev)! - feat/fix: get everything up to date + redis adapter

### Patch Changes

- [`9d0ae48`](https://github.com/OrJDev/trpc-limiter/commit/9d0ae48654b9f9a7fcd88396a87af7175c129c22) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: type-safed hitinfo

- Updated dependencies [[`9d0ae48`](https://github.com/OrJDev/trpc-limiter/commit/9d0ae48654b9f9a7fcd88396a87af7175c129c22), [`9d70e44`](https://github.com/OrJDev/trpc-limiter/commit/9d70e44d0b52a5d9f658fb3b7a0d734f791377f7)]:
- @trpc-limiter/core@1.0.0

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/upstash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trpc-limiter/upstash",
"version": "0.0.3",
"version": "1.0.0",
"private": false,
"keywords": [
"tRPC",
Expand Down

0 comments on commit 122eff8

Please sign in to comment.