Skip to content

Commit ba06bf2

Browse files
Release v0.1.19 (#1)
1 parent d6dd30d commit ba06bf2

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.18"
2+
".": "0.1.19"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,19 @@
3434

3535
- Eugen Istoc <eugenistoc@gmail.com>
3636

37+
## [0.1.19](https://github.com/genu/nuxt-ui-formwerk/compare/v0.1.18...v0.1.19) (2026-02-07)
38+
39+
40+
### Features
41+
42+
* add CI and release workflows with pnpm setup and versioning ([718019a](https://github.com/genu/nuxt-ui-formwerk/commit/718019a45ee9abeebc817ae866254cb72b87599e))
43+
* enhance Repeater component with wrapper slot support ([d87c707](https://github.com/genu/nuxt-ui-formwerk/commit/d87c70707cc048e84fb14c07326730341b54d8f7))
44+
45+
46+
### Bug Fixes
47+
48+
* disable require-default-prop rule in Vue ESLint configuration ([8a6aeb6](https://github.com/genu/nuxt-ui-formwerk/commit/8a6aeb6f1be9cbc18a35b2bff926f1b8e919c0a3))
49+
3750
## v0.1.17
3851

3952
[compare changes](https://github.com/genu/nuxt-ui-formwerk/compare/v0.1.16...v0.1.17)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-ui-formwerk",
3-
"version": "0.1.18",
3+
"version": "0.1.19",
44
"description": "A collection of beautiful, animated UI components for Nuxt applications",
55
"license": "MIT",
66
"repository": "https://github.com/genu/nuxt-ui-formwerk.git",

0 commit comments

Comments
 (0)