Skip to content

Commit

Permalink
chore(release): 📦 version packages (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Mar 10, 2024
1 parent 1e55a26 commit b88782c
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/fuzzy-gorillas-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-months-breathe.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.2

### Patch Changes

- [`446e30f`](https://github.com/solidjs-community/mediakit/commit/446e30f97b47706164bb43fe2cb0bcf78bcb55c1) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: bump @auth/core to its latest version

## 2.0.1

### Patch 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.1",
"version": "2.0.2",
"scripts": {
"build": "tsc -p tsconfig.build.json && rollup -c && node scripts/postbuild",
"clean": "pnpm clean:dist && rm -rf ./node_modules .turbo .solid",
Expand Down
6 changes: 6 additions & 0 deletions packages/trpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @solid-mediakit/trpc

## 3.0.0

### Major Changes

- [#25](https://github.com/solidjs-community/mediakit/pull/25) [`401b3ce`](https://github.com/solidjs-community/mediakit/commit/401b3cec6694fd6ece3f66622c3031250206df4a) Thanks [@oscartbeaumont](https://github.com/oscartbeaumont)! - renamed all tRPC hooks from use* to create*

## 2.0.2

### Patch 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.2",
"version": "3.0.0",
"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 b88782c

Please sign in to comment.