@sproutsocial/seeds-react-profile 0.3.0 → 0.3.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.
@@ -10,12 +10,12 @@ $ tsup --dts
10
10
  ESM Build start
11
11
  CJS dist/index.js 13.39 KB
12
12
  CJS dist/index.js.map 18.70 KB
13
- CJS ⚡️ Build success in 131ms
13
+ CJS ⚡️ Build success in 108ms
14
14
  ESM dist/esm/index.js 9.79 KB
15
15
  ESM dist/esm/index.js.map 18.56 KB
16
- ESM ⚡️ Build success in 132ms
16
+ ESM ⚡️ Build success in 106ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 9971ms
18
+ DTS ⚡️ Build success in 7010ms
19
19
  DTS dist/index.d.ts 5.82 KB
20
20
  DTS dist/index.d.mts 5.82 KB
21
- Done in 11.79s.
21
+ Done in 9.16s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @sproutsocial/seeds-react-profile
2
2
 
3
+ ## 0.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 8b14d54: Fixed seeds-react-icon version, upgraded from ^1.0.0 to ^2.0.4
8
+
3
9
  ## 0.3.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/seeds-react-profile",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Seeds React Profile",
5
5
  "author": "Sprout Social, Inc.",
6
6
  "license": "MIT",
@@ -22,7 +22,7 @@
22
22
  "dependencies": {
23
23
  "@sproutsocial/seeds-react-avatar": "^1.0.1",
24
24
  "@sproutsocial/seeds-react-card": "^1.1.14",
25
- "@sproutsocial/seeds-react-icon": "^1.0.0",
25
+ "@sproutsocial/seeds-react-icon": "^2.0.4",
26
26
  "@sproutsocial/seeds-react-link": "^1.0.0",
27
27
  "@sproutsocial/seeds-react-partner-logo": "^1.0.0",
28
28
  "@sproutsocial/seeds-react-text": "^1.3.0",