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

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 +2 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # ClubMed React UI components changelog
2
2
 
3
+ # [1.0.0-alpha.32](https://scm.clubmed.com/clubmed/cm-trident-ui/compare/v1.0.0-alpha.31...v1.0.0-alpha.32) (2024-03-27)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * fix package.json style.css export ([69c6429](https://scm.clubmed.com/clubmed/cm-trident-ui/-/commit/69c64298ae62bd7cc811a4416398aa29fb0e59af))
9
+
3
10
  # [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
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.31",
3
+ "version": "1.0.0-alpha.32",
4
4
  "type": "module",
5
5
  "description": "Shared ClubMed React UI components",
6
6
  "keywords": [
@@ -23,9 +23,7 @@
23
23
  "main": "index.js",
24
24
  "exports": {
25
25
  ".": "./index.js",
26
- "./style.css": {
27
- "browser": "./styles/index.css"
28
- },
26
+ "./style.css": "./styles/index.css",
29
27
  "./tailwind": "./tailwind/tailwind.preset.js",
30
28
  "./package.json": "./package.json",
31
29
  "./atoms/*": {