-
Notifications
You must be signed in to change notification settings - Fork 0
Develop #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Develop #12
Changes from all commits
d0aa075
123de7f
dedaed5
293e693
b256450
4a09951
49b575c
efc0fbf
cea5096
5940473
c11bf00
09c105f
5626071
2af68a3
35855f4
cbaf17f
45a98c2
8afb466
9c77ce5
e7264fd
8cce3d4
23993c0
f404d2a
2bff08c
86cf6f5
54545ed
8050649
f8a4c3d
ee35f66
49fb54c
92d5393
0f17c77
7118c2c
cd3d0b4
e946f54
7f1c2e8
a8b6ed9
f815264
f4524f1
f59e2e6
b565391
855977d
b5f52ea
86a2a05
97e0f31
6edc109
5568524
1d0f857
89d769b
1f767a0
4bb76f0
a917861
f55c79b
b50ff0e
4ac5a4a
c39dcd9
e3c28a5
73945c6
cb22946
6178e0e
af3350d
3ce0f1d
650d99b
8df9c5e
5cf1c49
a714f34
76cad4c
596f15c
9e8d4e8
1f4e2ba
c127a06
445e57e
c842e31
30d8cb3
af05926
713f335
9e132c0
6dbbf5b
61a893a
3476dae
c573c51
bb0d904
94edf86
cbc227b
60a4fff
3db31b7
c5edb9c
e0011bb
c5d428a
d25f958
c58b41c
8cba0a3
6ae676e
9b46dde
b855342
bd5f48c
c39a51c
a4d5ab0
3b3570d
d56a922
70971ee
4f0710b
1349ce9
f7bbe34
851a6bb
6078afe
8902782
82b39bb
7ecd874
1900345
d7175e7
5eedf64
320532e
fa0952d
3f592d2
372972c
9879695
32b3c95
bf65c9c
61d1276
95ed40c
6a40a25
efd9a47
84dc339
e38d67b
c4ddc7b
263de82
55fba99
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "name": "@ciscode/ui-form-kit", | ||
| "version": "0.0.1", | ||
| "version": "0.0.2", | ||
| "author": "CISCODE", | ||
| "description": "A set of form primitives and utilities: input components, validation helpers, error handling, and field generators", | ||
| "license": "MIT", | ||
|
|
@@ -13,6 +13,10 @@ | |
| "dist", | ||
| "dist/styles.css" | ||
| ], | ||
| "repository": { | ||
| "url": "git+https://github.com/CISCODE-MA/FormKit-UI.git", | ||
| "type": "git" | ||
| }, | ||
|
Comment on lines
+16
to
+19
|
||
| "exports": { | ||
| ".": { | ||
| "types": "./dist/index.d.ts", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This repo’s documented release flow uses Changesets; manually editing
versioncan conflict withchangeset versionand publishing automation. Please revert the manual version bump and add an appropriate.changeset/*.mdentry, then runnpm run version-packages(orchangeset version) to update version + lockfile consistently.