@sproutsocial/seeds-react-profile 0.3.5 → 0.3.6

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 100ms
13
+ CJS ⚡️ Build success in 143ms
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 99ms
16
+ ESM ⚡️ Build success in 137ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 9563ms
18
+ DTS ⚡️ Build success in 6485ms
19
19
  DTS dist/index.d.ts 5.82 KB
20
20
  DTS dist/index.d.mts 5.82 KB
21
- Done in 11.82s.
21
+ Done in 8.98s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @sproutsocial/seeds-react-profile
2
2
 
3
+ ## 0.3.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [29ced53]
8
+ - Updated dependencies [29ced53]
9
+ - @sproutsocial/seeds-react-link@1.1.0
10
+ - @sproutsocial/seeds-react-text@1.4.0
11
+ - @sproutsocial/seeds-react-avatar@1.1.3
12
+
3
13
  ## 0.3.5
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/seeds-react-profile",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
4
4
  "description": "Seeds React Profile",
5
5
  "author": "Sprout Social, Inc.",
6
6
  "license": "MIT",
@@ -20,12 +20,12 @@
20
20
  "lint:fix": "eslint --fix"
21
21
  },
22
22
  "dependencies": {
23
- "@sproutsocial/seeds-react-avatar": "^1.1.2",
23
+ "@sproutsocial/seeds-react-avatar": "^1.1.3",
24
24
  "@sproutsocial/seeds-react-card": "^1.1.18",
25
25
  "@sproutsocial/seeds-react-icon": "^2.1.2",
26
- "@sproutsocial/seeds-react-link": "^1.0.10",
26
+ "@sproutsocial/seeds-react-link": "^1.1.0",
27
27
  "@sproutsocial/seeds-react-partner-logo": "^1.6.2",
28
- "@sproutsocial/seeds-react-text": "^1.3.0",
28
+ "@sproutsocial/seeds-react-text": "^1.4.0",
29
29
  "@sproutsocial/seeds-react-token": "^1.4.13"
30
30
  },
31
31
  "devDependencies": {