Skip to content

Commit

Permalink
chore(release): 📦 version packages (#38)
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 22, 2024
1 parent 5177da7 commit 570c298
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/fair-grapes-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-geese-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-moles-design.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/prpc-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @solid-mediakit/prpc-plugin

## 1.0.1

### Patch Changes

- [`5177da7`](https://github.com/solidjs-community/mediakit/commit/5177da7a2f31311bb780b6bf2ce8d97e28074103) Thanks [@OrJDev](https://github.com/OrJDev)! - fix(vite): also look for middleware$

- [`162201f`](https://github.com/solidjs-community/mediakit/commit/162201f6fc59fcc8b2c100b8eb92b957916247d1) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: make sure middleware code doesn't leak to the server
2 changes: 1 addition & 1 deletion packages/prpc-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-mediakit/prpc-plugin",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"files": [
"dist"
Expand Down
6 changes: 6 additions & 0 deletions packages/prpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @solid-mediakit/prpc

## 1.0.4

### Patch Changes

- [`d75403e`](https://github.com/solidjs-community/mediakit/commit/d75403ea9177c9e1386336f46315f60598463611) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: should be .d.ts not .ts

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/prpc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@solid-mediakit/prpc",
"description": "A typesafed Wrapper for Solid's RPC protocol",
"version": "1.0.3",
"version": "1.0.4",
"scripts": {
"build": "rm -rf dist && tsup --config ./tsup.config.js",
"clean": "pnpm clean:dist && rm -rf ./node_modules .turbo .solid",
Expand Down

0 comments on commit 570c298

Please sign in to comment.