@sproutsocial/seeds-react-profile 0.3.13 → 0.3.16

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.
@@ -3,19 +3,19 @@ $ tsup --dts
3
3
  CLI Building entry: src/index.ts
4
4
  CLI Using tsconfig: tsconfig.json
5
5
  CLI tsup v8.5.0
6
- CLI Using tsup config: /home/runner/work/seeds/seeds/seeds-react/seeds-react-profile/tsup.config.ts
6
+ CLI Using tsup config: /home/runner/_work/seeds/seeds/seeds-react/seeds-react-profile/tsup.config.ts
7
7
  CLI Target: es2022
8
8
  CLI Cleaning output folder
9
9
  CJS Build start
10
10
  ESM Build start
11
11
  CJS dist/index.js 13.36 KB
12
12
  CJS dist/index.js.map 18.67 KB
13
- CJS ⚡️ Build success in 95ms
13
+ CJS ⚡️ Build success in 48ms
14
14
  ESM dist/esm/index.js 9.76 KB
15
15
  ESM dist/esm/index.js.map 18.52 KB
16
- ESM ⚡️ Build success in 97ms
16
+ ESM ⚡️ Build success in 48ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 8814ms
18
+ DTS ⚡️ Build success in 1770ms
19
19
  DTS dist/index.d.ts 5.82 KB
20
20
  DTS dist/index.d.mts 5.82 KB
21
- Done in 11.26s.
21
+ Done in 2.49s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @sproutsocial/seeds-react-profile
2
2
 
3
+ ## 0.3.16
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [43f852d]
8
+ - @sproutsocial/seeds-react-avatar@1.1.7
9
+
10
+ ## 0.3.15
11
+
12
+ ### Patch Changes
13
+
14
+ - @sproutsocial/seeds-react-avatar@1.1.6
15
+ - @sproutsocial/seeds-react-card@1.1.26
16
+ - @sproutsocial/seeds-react-icon@2.2.5
17
+ - @sproutsocial/seeds-react-link@1.1.4
18
+ - @sproutsocial/seeds-react-partner-logo@1.7.3
19
+ - @sproutsocial/seeds-react-token@1.4.20
20
+
21
+ ## 0.3.14
22
+
23
+ ### Patch Changes
24
+
25
+ - @sproutsocial/seeds-react-card@1.1.25
26
+ - @sproutsocial/seeds-react-link@1.1.3
27
+ - @sproutsocial/seeds-react-token@1.4.19
28
+
3
29
  ## 0.3.13
4
30
 
5
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/seeds-react-profile",
3
- "version": "0.3.13",
3
+ "version": "0.3.16",
4
4
  "description": "Seeds React Profile",
5
5
  "author": "Sprout Social, Inc.",
6
6
  "license": "MIT",
@@ -20,13 +20,13 @@
20
20
  "lint:fix": "eslint --fix"
21
21
  },
22
22
  "dependencies": {
23
- "@sproutsocial/seeds-react-avatar": "^1.1.5",
24
- "@sproutsocial/seeds-react-card": "^1.1.24",
25
- "@sproutsocial/seeds-react-icon": "^2.2.4",
26
- "@sproutsocial/seeds-react-link": "^1.1.2",
27
- "@sproutsocial/seeds-react-partner-logo": "^1.7.2",
23
+ "@sproutsocial/seeds-react-avatar": "^1.1.7",
24
+ "@sproutsocial/seeds-react-card": "^1.1.26",
25
+ "@sproutsocial/seeds-react-icon": "^2.2.5",
26
+ "@sproutsocial/seeds-react-link": "^1.1.4",
27
+ "@sproutsocial/seeds-react-partner-logo": "^1.7.3",
28
28
  "@sproutsocial/seeds-react-text": "^1.4.0",
29
- "@sproutsocial/seeds-react-token": "^1.4.18"
29
+ "@sproutsocial/seeds-react-token": "^1.4.20"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/react": "^18.0.0",