Skip to content

Commit 73e92a3

Browse files
chore(release): version package (#174)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0ccb394 commit 73e92a3

File tree

5 files changed

+16
-7
lines changed

5 files changed

+16
-7
lines changed

.changeset/small-zoos-check.md

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

packages/formsnap/CHANGELOG.md

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

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- chore: support Svelte 5 as a peer dependency ([#173](https://github.com/svecosystem/formsnap/pull/173))
8+
39
## 1.0.0
410

511
### Major Changes

packages/formsnap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "formsnap",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"scripts": {
55
"dev": "pnpm watch",
66
"build": "pnpm run package",

sites/docs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# docs
2+
3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0ccb3949323c851498b59acede3834f2e6e9a204`](https://github.com/svecosystem/formsnap/commit/0ccb3949323c851498b59acede3834f2e6e9a204)]:
8+
- formsnap@1.0.1

sites/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"private": true,
55
"scripts": {
66
"dev": "concurrently \"pnpm:dev:content\" \"pnpm:dev:svelte\"",

0 commit comments

Comments
 (0)