@sproutsocial/seeds-react-label 1.0.34 → 1.0.36

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.
@@ -69,9 +69,9 @@ $ tsup --dts && cp src/label.css dist/label.css
69
69
  CJS ⚡️ Build success in 87ms
70
70
  ESM dist/esm/index.js 2.60 KB
71
71
  ESM dist/esm/index.js.map 5.75 KB
72
- ESM ⚡️ Build success in 87ms
72
+ ESM ⚡️ Build success in 88ms
73
73
  DTS Build start
74
- DTS ⚡️ Build success in 4075ms
74
+ DTS ⚡️ Build success in 4173ms
75
75
  DTS dist/index.d.ts 665.00 B
76
76
  DTS dist/index.d.mts 665.00 B
77
- Done in 5.52s.
77
+ Done in 5.81s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @sproutsocial/seeds-react-label
2
2
 
3
+ ## 1.0.36
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [db4415c]
8
+ - @sproutsocial/seeds-react-theme@4.7.0
9
+
10
+ ## 1.0.35
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [57372fe]
15
+ - @sproutsocial/seeds-react-theme@4.6.0
16
+
3
17
  ## 1.0.34
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/seeds-react-label",
3
- "version": "1.0.34",
3
+ "version": "1.0.36",
4
4
  "description": "Seeds React Label",
5
5
  "author": "Sprout Social, Inc.",
6
6
  "license": "MIT",
@@ -26,7 +26,7 @@
26
26
  "test:watch": "jest --watch --coverage=false"
27
27
  },
28
28
  "dependencies": {
29
- "@sproutsocial/seeds-react-theme": "^4.5.1",
29
+ "@sproutsocial/seeds-react-theme": "^4.7.0",
30
30
  "@sproutsocial/seeds-react-system-props": "^3.2.1",
31
31
  "@sproutsocial/seeds-react-text": "^1.5.5"
32
32
  },