@sproutsocial/seeds-react-profile 0.3.2 → 0.3.4
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.
- package/.turbo/turbo-build.log +4 -4
- package/CHANGELOG.md +22 -0
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -10,12 +10,12 @@ $ tsup --dts
|
|
|
10
10
|
[34mESM[39m Build start
|
|
11
11
|
[32mCJS[39m [1mdist/index.js [22m[32m13.39 KB[39m
|
|
12
12
|
[32mCJS[39m [1mdist/index.js.map [22m[32m18.70 KB[39m
|
|
13
|
-
[32mCJS[39m ⚡️ Build success in
|
|
13
|
+
[32mCJS[39m ⚡️ Build success in 77ms
|
|
14
14
|
[32mESM[39m [1mdist/esm/index.js [22m[32m9.79 KB[39m
|
|
15
15
|
[32mESM[39m [1mdist/esm/index.js.map [22m[32m18.56 KB[39m
|
|
16
|
-
[32mESM[39m ⚡️ Build success in
|
|
16
|
+
[32mESM[39m ⚡️ Build success in 78ms
|
|
17
17
|
[34mDTS[39m Build start
|
|
18
|
-
[32mDTS[39m ⚡️ Build success in
|
|
18
|
+
[32mDTS[39m ⚡️ Build success in 9673ms
|
|
19
19
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m5.82 KB[39m
|
|
20
20
|
[32mDTS[39m [1mdist/index.d.mts [22m[32m5.82 KB[39m
|
|
21
|
-
Done in
|
|
21
|
+
Done in 11.94s.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @sproutsocial/seeds-react-profile
|
|
2
2
|
|
|
3
|
+
## 0.3.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @sproutsocial/seeds-react-avatar@1.1.1
|
|
8
|
+
- @sproutsocial/seeds-react-card@1.1.17
|
|
9
|
+
- @sproutsocial/seeds-react-icon@2.1.1
|
|
10
|
+
- @sproutsocial/seeds-react-link@1.0.9
|
|
11
|
+
- @sproutsocial/seeds-react-partner-logo@1.6.1
|
|
12
|
+
- @sproutsocial/seeds-react-token@1.4.12
|
|
13
|
+
|
|
14
|
+
## 0.3.3
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies [b147e07]
|
|
19
|
+
- @sproutsocial/seeds-react-partner-logo@1.6.0
|
|
20
|
+
- @sproutsocial/seeds-react-avatar@1.1.0
|
|
21
|
+
- @sproutsocial/seeds-react-icon@2.1.0
|
|
22
|
+
- @sproutsocial/seeds-react-card@1.1.16
|
|
23
|
+
- @sproutsocial/seeds-react-token@1.4.11
|
|
24
|
+
|
|
3
25
|
## 0.3.2
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sproutsocial/seeds-react-profile",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4",
|
|
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.
|
|
24
|
-
"@sproutsocial/seeds-react-card": "^1.1.
|
|
25
|
-
"@sproutsocial/seeds-react-icon": "^2.
|
|
26
|
-
"@sproutsocial/seeds-react-link": "^1.0.
|
|
27
|
-
"@sproutsocial/seeds-react-partner-logo": "^1.
|
|
23
|
+
"@sproutsocial/seeds-react-avatar": "^1.1.1",
|
|
24
|
+
"@sproutsocial/seeds-react-card": "^1.1.17",
|
|
25
|
+
"@sproutsocial/seeds-react-icon": "^2.1.1",
|
|
26
|
+
"@sproutsocial/seeds-react-link": "^1.0.9",
|
|
27
|
+
"@sproutsocial/seeds-react-partner-logo": "^1.6.1",
|
|
28
28
|
"@sproutsocial/seeds-react-text": "^1.3.0",
|
|
29
|
-
"@sproutsocial/seeds-react-token": "^1.4.
|
|
29
|
+
"@sproutsocial/seeds-react-token": "^1.4.12"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@types/react": "^18.0.0",
|