Skip to content

Commit b8f1aaf

Browse files
chore: release packages 📦 (#44)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5631bdf commit b8f1aaf

9 files changed

Lines changed: 30 additions & 47 deletions

File tree

.changeset/mastodon-status-urls.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/pre.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

.changeset/socials-zod-4.md

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# @fujocoded/astro-alt-text-toolkit
2+
3+
## 0.0.2

astro-alt-text-toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fujocoded/astro-alt-text-toolkit",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"private": true,
55
"description": "",
66
"keywords": [

astro-smooth-actions/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# @fujocoded/astro-smooth-action
2+
3+
## 0.0.2

astro-smooth-actions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fujocoded/astro-smooth-action",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"private": true,
55
"description": "An Astro integration for smooth action handling",
66
"keywords": [

zod-transform-socials/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# @fujocoded/zod-transform-socials
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#32](https://github.com/FujoWebDev/fujocoded-plugins/pull/32) [`bbe45a3`](https://github.com/FujoWebDev/fujocoded-plugins/commit/bbe45a3c714c69a9e6ec4f642a89d3cd8137a856) Thanks [@enigmalea](https://github.com/enigmalea)!
8+
9+
### New
10+
- **Zod 4 / Astro 6 support**: `import { SocialLinks } from "@fujocoded/zod-transform-socials/zod4"`. Default entry is still Zod 3.
11+
- **Examples**: `__examples__/` now has one runnable project per combo (Astro 5, Astro 6, plain Zod 3, plain Zod 4).
12+
- **`"sideEffects": false`** in `package.json` so you can treeshake away the half you don't use.
13+
14+
### Breaking
15+
- **`zod` is now a peer dep** (`^3.25.0 || ^4.0.0`).
16+
- **Minimum Zod 3 is now `3.25.0`** (was `3.23.8`) so we can access `zod/v4`.
17+
18+
### Patch Changes
19+
20+
- [#32](https://github.com/FujoWebDev/fujocoded-plugins/pull/32) [`bbe45a3`](https://github.com/FujoWebDev/fujocoded-plugins/commit/bbe45a3c714c69a9e6ec4f642a89d3cd8137a856) Thanks [@enigmalea](https://github.com/enigmalea)!
21+
- mastodon match now accepts post urls in addition to profile mathes (e.g. urls like `/@user/112050937942786185`).
22+
- warn at import time when the default (zod 3) entry is used but zod 4 is installed (for example an astro 6 upgrade that forgot to switch to `/zod4`).
23+
324
## 0.1.0-zod4-test.0
425

526
### Minor Changes

zod-transform-socials/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fujocoded/zod-transform-socials",
3-
"version": "0.1.0-zod4-test.0",
3+
"version": "0.1.0",
44
"description": "A Zod schema + transformer for social URLs",
55
"keywords": [
66
"zod"

0 commit comments

Comments
 (0)