Skip to content

Commit

Permalink
chore(release): 📦 version packages (#124)
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 Oct 29, 2024
1 parent abbbfb6 commit c5efb66
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .changeset/big-avocados-care.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/long-seals-fetch.md

This file was deleted.

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

## 1.4.0

### Minor Changes

- [`3b1eac4`](https://github.com/solidjs-community/mediakit/commit/3b1eac45840c4d7b054027dd8736f7c0c7ad1ee2) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: check infinity depth imports to transform callers

### Patch Changes

- [`256b1ec`](https://github.com/solidjs-community/mediakit/commit/256b1ec757fe60ba0715cfcf9f98af5b999ce5c6) Thanks [@OrJDev](https://github.com/OrJDev)! - feat: `cached` option & set default method to GET
2 changes: 1 addition & 1 deletion packages/authpc/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-mediakit/authpc-plugin",
"version": "1.3.4",
"version": "1.4.0",
"type": "module",
"files": [
"dist"
Expand Down
11 changes: 11 additions & 0 deletions packages/authpc/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @solid-mediakit/authpc

## 1.1.0

### Minor Changes

- [`3b1eac4`](https://github.com/solidjs-community/mediakit/commit/3b1eac45840c4d7b054027dd8736f7c0c7ad1ee2) Thanks [@OrJDev](https://github.com/OrJDev)! - fix: check infinity depth imports to transform callers

### Patch Changes

- [`256b1ec`](https://github.com/solidjs-community/mediakit/commit/256b1ec757fe60ba0715cfcf9f98af5b999ce5c6) Thanks [@OrJDev](https://github.com/OrJDev)! - feat: `cached` option & set default method to GET
2 changes: 1 addition & 1 deletion packages/authpc/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@solid-mediakit/authpc",
"description": "Type-safe utility library for Solid",
"version": "1.0.0",
"version": "1.1.0",
"scripts": {
"build": "rimraf dist && tsup --config ./tsup.config.ts",
"clean": "pnpm clean:dist && rimraf ./node_modules .turbo .solid",
Expand Down

0 comments on commit c5efb66

Please sign in to comment.