@tetrascience-npm/tetrascience-react-ui 0.5.0-beta.19.1 → 0.5.0-beta.20.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +12 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tetrascience-npm/tetrascience-react-ui",
|
|
3
|
-
"version": "0.5.0-beta.
|
|
3
|
+
"version": "0.5.0-beta.20.1",
|
|
4
4
|
"description": "TetraScience React UI",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "TetraScience",
|
|
@@ -84,6 +84,8 @@
|
|
|
84
84
|
"build-storybook": "storybook build",
|
|
85
85
|
"prepare": "husky",
|
|
86
86
|
"prepublishOnly": "yarn run build",
|
|
87
|
+
"release": "semantic-release",
|
|
88
|
+
"release:dry-run": "semantic-release --dry-run --no-ci",
|
|
87
89
|
"lint": "eslint . --max-warnings 0",
|
|
88
90
|
"lint:fix": "eslint . --fix --max-warnings 0",
|
|
89
91
|
"typecheck": "tsc --noEmit",
|
|
@@ -145,8 +147,16 @@
|
|
|
145
147
|
"@aws-sdk/client-athena": "^3.975.0",
|
|
146
148
|
"@aws-sdk/client-s3": "^3.985.0",
|
|
147
149
|
"@aws-sdk/s3-request-presigner": "^3.985.0",
|
|
150
|
+
"@commitlint/cli": "^20.5.0",
|
|
151
|
+
"@commitlint/config-conventional": "^20.5.0",
|
|
148
152
|
"@databricks/sql": "^1.12.0",
|
|
149
153
|
"@eslint/js": "^9.9.0",
|
|
154
|
+
"@semantic-release/changelog": "^6.0.3",
|
|
155
|
+
"@semantic-release/commit-analyzer": "^13.0.1",
|
|
156
|
+
"@semantic-release/git": "^10.0.1",
|
|
157
|
+
"@semantic-release/github": "^12.0.6",
|
|
158
|
+
"@semantic-release/npm": "^13.1.5",
|
|
159
|
+
"@semantic-release/release-notes-generator": "^14.1.0",
|
|
150
160
|
"@storybook/addon-a11y": "^10.2.15",
|
|
151
161
|
"@storybook/addon-docs": "^10.2.15",
|
|
152
162
|
"@storybook/addon-links": "^10.2.15",
|
|
@@ -186,6 +196,7 @@
|
|
|
186
196
|
"react": "^19.0.0",
|
|
187
197
|
"react-dom": "^19.0.0",
|
|
188
198
|
"sass": "^1.89.0",
|
|
199
|
+
"semantic-release": "^25.0.3",
|
|
189
200
|
"shadcn": "^3.8.5",
|
|
190
201
|
"snowflake-sdk": "^2.3.3",
|
|
191
202
|
"storybook": "^10.2.15",
|