Skip to content

Commit 5d339d8

Browse files
author
Justin Kimbrell
committed
feat: autogrow bumped to v1
1 parent 86ec054 commit 5d339d8

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.changeset/config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
1010
"ignore": [
11-
"@vue-interface/autogrow",
1211
"@vue-interface/breadcrumb",
1312
"@vue-interface/btn-activity",
1413
"@vue-interface/btn-dropdown",

.changeset/thirty-glasses-cry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@vue-interface/autogrow": major
3+
---
4+
5+
Major version bump

packages/autogrow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-interface/autogrow",
3-
"version": "1.0.0-beta.9",
3+
"version": "1.0.0-beta.10",
44
"description": "A Vue directive that makes textareas grow as the user types.",
55
"type": "module",
66
"main": "./dist/autogrow.umd.cjs",

0 commit comments

Comments
 (0)