Skip to content

Commit

Permalink
mg
Browse files Browse the repository at this point in the history
  • Loading branch information
OrJDev committed Feb 29, 2024
2 parents 3cc2896 + 23d5398 commit 9038a58
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-rings-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-carpets-clap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-fireants-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-eyes-bake.md

This file was deleted.

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

## 2.0.1

### Patch Changes

- [`d51d8e0`](https://github.com/solidjs-community/mediakit/commit/d51d8e07e34e2d559bd5caf1d9169459047ae202) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: use response.headers.set

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@solid-mediakit/auth",
"description": "An authentication utility library for Solid 2.",
"version": "2.0.0",
"version": "2.0.1",
"scripts": {
"build": "tsc -p tsconfig.build.json && rollup -c && node scripts/postbuild",
"clean": "pnpm clean:dist && rm -rf ./node_modules .turbo .solid",
Expand Down
10 changes: 10 additions & 0 deletions packages/trpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @solid-mediakit/trpc

## 2.0.1

### Patch Changes

- [`2773a82`](https://github.com/solidjs-community/mediakit/commit/2773a82c50c45a894ebc12f3814dd5e25a599c15) Thanks [@OrJDev](https://github.com/OrJDev)! - wrap trpc useQuery with a function for debug

- [`4a7d978`](https://github.com/solidjs-community/mediakit/commit/4a7d978b8b95934051dc135b18c661ea0f27d8f0) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: output type for infiniteQuery

- [`d1dcb35`](https://github.com/solidjs-community/mediakit/commit/d1dcb35501409f5b4fe0a0eb0c3216906e702099) Thanks [@OrJDev](https://github.com/OrJDev)! - feat: add ensureData for ctx

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/trpc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@solid-mediakit/trpc",
"description": "tRPC integration for Solid 2",
"version": "2.0.0",
"version": "2.0.1",
"scripts": {
"build": "tsc -p . && rollup -c && node scripts/postbuild.mjs",
"clean": "pnpm rm -rf ./node_modules .turbo .solid handler.*",
Expand Down

0 comments on commit 9038a58

Please sign in to comment.