Skip to content

Commit 732033f

Browse files
chore: adjustments to Package.json & release (#12)
1 parent f6a7889 commit 732033f

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

.changeset/fresh-zebras-tap.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@zenml-io/react-component-library": minor
3+
---
4+
5+
initial release of zenml tailwind plugin & preset

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
{
22
"name": "@zenml-io/react-component-library",
3-
"version": "0.1.0",
3+
"version": "0.0.1",
44
"description": "React Component Library from Zenml.io",
5-
"keywords": [],
5+
"keywords": [
6+
"ZenML",
7+
"React"
8+
],
9+
"homepage": "https://github.com/zenml-io/react-component-library",
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/zenml-io/react-component-library"
13+
},
614
"license": "Apache-2.0",
715
"author": "ZenML",
816
"type": "module",
@@ -36,8 +44,8 @@
3644
"scripts": {
3745
"build": "tsup",
3846
"changeset": "changeset && pnpm install",
39-
"changeset:version": "changeset version && pnpm install --lockfile-only",
4047
"changeset:publish": "changeset publish",
48+
"changeset:version": "changeset version && pnpm install --lockfile-only",
4149
"format": "prettier -w src",
4250
"prepare": "husky install",
4351
"publint": "publint",

0 commit comments

Comments
 (0)