@sproutsocial/seeds-react-content-block 0.5.1 → 0.5.3

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.
@@ -15,7 +15,7 @@ $ tsup --dts
15
15
  ESM dist/esm/index.js.map 8.56 KB
16
16
  ESM ⚡️ Build success in 13ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 2084ms
18
+ DTS ⚡️ Build success in 1885ms
19
19
  DTS dist/index.d.ts 1.51 KB
20
20
  DTS dist/index.d.mts 1.51 KB
21
- Done in 2.84s.
21
+ Done in 2.65s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @sproutsocial/seeds-react-content-block
2
2
 
3
+ ## 0.5.3
4
+
5
+ ### Patch Changes
6
+
7
+ - @sproutsocial/seeds-react-button@2.0.5
8
+ - @sproutsocial/seeds-react-content-header@0.2.11
9
+
10
+ ## 0.5.2
11
+
12
+ ### Patch Changes
13
+
14
+ - @sproutsocial/seeds-react-button@2.0.4
15
+ - @sproutsocial/seeds-react-content-header@0.2.10
16
+
3
17
  ## 0.5.1
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/seeds-react-content-block",
3
- "version": "0.5.1",
3
+ "version": "0.5.3",
4
4
  "description": "Seeds React ContentBlock",
5
5
  "author": "Sprout Social, Inc.",
6
6
  "license": "MIT",
@@ -19,10 +19,10 @@
19
19
  },
20
20
  "dependencies": {
21
21
  "@sproutsocial/seeds-react-box": "^1.1.16",
22
- "@sproutsocial/seeds-react-button": "^2.0.3",
22
+ "@sproutsocial/seeds-react-button": "^2.0.5",
23
23
  "@sproutsocial/seeds-react-collapsible": "^2.0.0",
24
24
  "@sproutsocial/seeds-react-container": "^0.3.10",
25
- "@sproutsocial/seeds-react-content-header": "^0.2.9",
25
+ "@sproutsocial/seeds-react-content-header": "^0.2.11",
26
26
  "@sproutsocial/seeds-react-loader": "^1.0.16",
27
27
  "@sproutsocial/seeds-react-theme": "^3.6.2"
28
28
  },