@sproutsocial/racine 31.7.21 → 31.7.22
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/CHANGELOG.md +26 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 31.7.22
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d9e8499: Republish to reconcile CodeArtifact with npmjs. A release workflow bug published these
|
|
8
|
+
versions off feature commits before the `Version Packages` merge, so CodeArtifact and
|
|
9
|
+
npmjs ended up holding different code under the same version number:
|
|
10
|
+
|
|
11
|
+
- `racine@31.7.21` on CodeArtifact depends on `seeds-react-card@^1.1.53`,
|
|
12
|
+
`seeds-react-modal@^2.5.36`, and `seeds-react-panel@^1.1.4`, so it pulls in none of the
|
|
13
|
+
card, modal, or panel work that shipped in that release. npmjs has `^1.1.54`, `^2.5.37`,
|
|
14
|
+
and `^1.2.0`.
|
|
15
|
+
- `seeds-react-peek-in@0.5.0` on CodeArtifact has the same stale modal and panel ranges.
|
|
16
|
+
- `seeds-react-data-viz@0.27.0` on CodeArtifact is missing the `WordCloud` normal
|
|
17
|
+
font-weight fix.
|
|
18
|
+
|
|
19
|
+
No source changes. These bumps exist so the next release ships a correct build to
|
|
20
|
+
CodeArtifact under a version number that was never published from the wrong commit.
|
|
21
|
+
|
|
22
|
+
- Updated dependencies [bb491e7]
|
|
23
|
+
- Updated dependencies [d9e8499]
|
|
24
|
+
- @sproutsocial/seeds-react-content-block@0.6.0
|
|
25
|
+
- @sproutsocial/seeds-react-content-header@0.3.0
|
|
26
|
+
- @sproutsocial/seeds-react-peek-in@0.5.1
|
|
27
|
+
- @sproutsocial/seeds-react-accordion@0.4.64
|
|
28
|
+
|
|
3
29
|
## 31.7.21
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sproutsocial/racine",
|
|
3
|
-
"version": "31.7.
|
|
3
|
+
"version": "31.7.22",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18"
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
75
|
"@size-limit/file": "^11.1.6",
|
|
76
|
-
"@sproutsocial/seeds-react-accordion": "^0.4.
|
|
76
|
+
"@sproutsocial/seeds-react-accordion": "^0.4.64",
|
|
77
77
|
"@sproutsocial/seeds-react-avatar": "^1.1.28",
|
|
78
78
|
"@sproutsocial/seeds-react-badge": "^2.0.45",
|
|
79
79
|
"@sproutsocial/seeds-react-banner": "^1.1.35",
|
|
@@ -87,8 +87,8 @@
|
|
|
87
87
|
"@sproutsocial/seeds-react-checkbox": "^1.3.53",
|
|
88
88
|
"@sproutsocial/seeds-react-collapsible": "^2.0.1",
|
|
89
89
|
"@sproutsocial/seeds-react-container": "^0.3.25",
|
|
90
|
-
"@sproutsocial/seeds-react-content-block": "^0.
|
|
91
|
-
"@sproutsocial/seeds-react-content-header": "^0.
|
|
90
|
+
"@sproutsocial/seeds-react-content-block": "^0.6.0",
|
|
91
|
+
"@sproutsocial/seeds-react-content-header": "^0.3.0",
|
|
92
92
|
"@sproutsocial/seeds-react-data-table": "^2.6.37",
|
|
93
93
|
"@sproutsocial/seeds-react-datepicker": "^1.0.50",
|
|
94
94
|
"@sproutsocial/seeds-react-drawer": "^2.2.21",
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"@sproutsocial/seeds-react-numeral": "^1.0.59",
|
|
116
116
|
"@sproutsocial/seeds-react-pagination": "^0.1.32",
|
|
117
117
|
"@sproutsocial/seeds-react-panel": "^1.2.0",
|
|
118
|
-
"@sproutsocial/seeds-react-peek-in": "^0.5.
|
|
118
|
+
"@sproutsocial/seeds-react-peek-in": "^0.5.1",
|
|
119
119
|
"@sproutsocial/seeds-react-partner-logo": "^1.7.23",
|
|
120
120
|
"@sproutsocial/seeds-react-popout": "^2.5.22",
|
|
121
121
|
"@sproutsocial/seeds-react-portal": "^1.2.0",
|