@clubmed/trident-ui 1.0.0-alpha.30 → 1.0.0-alpha.31

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # ClubMed React UI components changelog
2
2
 
3
+ # [1.0.0-alpha.31](https://scm.clubmed.com/clubmed/cm-trident-ui/compare/v1.0.0-alpha.30...v1.0.0-alpha.31) (2024-03-19)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * fix package.json exports ([ee5dbb8](https://scm.clubmed.com/clubmed/cm-trident-ui/-/commit/ee5dbb840c50e2c96e1680614b5c8e899cc04f8e))
9
+
3
10
  # [1.0.0-alpha.30](https://scm.clubmed.com/clubmed/cm-trident-ui/compare/v1.0.0-alpha.29...v1.0.0-alpha.30) (2024-03-19)
4
11
 
5
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clubmed/trident-ui",
3
- "version": "1.0.0-alpha.30",
3
+ "version": "1.0.0-alpha.31",
4
4
  "type": "module",
5
5
  "description": "Shared ClubMed React UI components",
6
6
  "keywords": [
@@ -26,9 +26,9 @@
26
26
  "./style.css": {
27
27
  "browser": "./styles/index.css"
28
28
  },
29
- "./tailwind": "./dist/tailwind/tailwind.preset.js",
29
+ "./tailwind": "./tailwind/tailwind.preset.js",
30
30
  "./package.json": "./package.json",
31
- "./*": {
31
+ "./atoms/*": {
32
32
  "types": "./atoms/*.d.ts",
33
33
  "import": "./atoms/*.js",
34
34
  "default": "./atoms/*.js"