Skip to content

Commit

Permalink
mg
Browse files Browse the repository at this point in the history
  • Loading branch information
OrJDev committed Mar 16, 2024
2 parents 4539d3c + 741cb4b commit 4799f3f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/hungry-cars-smell.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.3

### Patch Changes

- [`b0ea575`](https://github.com/solidjs-community/mediakit/commit/b0ea575d3283449456692da64e4cf6892efae49d) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: use latest versions for everything

## 2.0.2

### 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.2",
"version": "2.0.3",
"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.1

### Patch Changes

- [`b0ea575`](https://github.com/solidjs-community/mediakit/commit/b0ea575d3283449456692da64e4cf6892efae49d) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: use latest versions for everything

## 3.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": "3.0.0",
"version": "3.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 4799f3f

Please sign in to comment.