Skip to content

Commit 2b1966c

Browse files
committed
Prep lock to publish vue-dataviewer.
2 parents 2cbc644 + 493948d commit 2b1966c

File tree

3 files changed

+3739
-1312
lines changed

3 files changed

+3739
-1312
lines changed

packages/vue-forms/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.12.0](https://github.com/toneflix/vue-component-pack/compare/@toneflix/[email protected]...@toneflix/[email protected]) (2024-11-26)
7+
8+
### Features
9+
10+
- Add loading, submit and cancel scope to actions slot. ([2ca5e70](https://github.com/toneflix/vue-component-pack/commit/2ca5e703161a94bffe8471b2b256753c9939114f))
11+
612
# [1.11.0](https://github.com/toneflix/vue-component-pack/compare/@toneflix/[email protected]...@toneflix/[email protected]) (2024-11-23)
713

814
### Features

packages/vue-forms/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toneflix/vue-forms",
3-
"version": "1.11.0",
3+
"version": "1.12.0",
44
"description": "Dynamic form generator for Vue 3.",
55
"main": "dist/lib/index.cjs",
66
"module": "dist/es/index.mjs",

0 commit comments

Comments
 (0)