Skip to content

Commit 35df62b

Browse files
ci: release (#823)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c407c86 commit 35df62b

File tree

9 files changed

+188
-98
lines changed

9 files changed

+188
-98
lines changed

.changeset/gold-bananas-deny.md

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

.changeset/nasty-pens-explain.md

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

.changeset/tall-students-teach.md

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

packages/astro/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- 8ea0a80: Updates publishing to ship built files to allow usage with Node type
8+
stripping, enabled by default in 22.18.0
9+
310
## 1.0.1
411

512
### Patch Changes

packages/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unpic/astro",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"type": "module",
55
"license": "MIT",
66
"description": "A high-performance, responsive image service and component library for Astro",

packages/react/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- 7fbcc41: chore(deps): expand Next.js peer dependencies to support v16
8+
39
## 1.0.1
410

511
### Patch Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unpic/react",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"license": "MIT",
55
"description": "React component for responsive, high-performance images",
66
"keywords": [

packages/svelte/CHANGELOG.md

Lines changed: 172 additions & 80 deletions
Large diffs are not rendered by default.

packages/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unpic/svelte",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"license": "MIT",
55
"description": "Svelte component for responsive, high-performance images.",
66
"keywords": [

0 commit comments

Comments
 (0)