@sproutsocial/seeds-react-accordion 0.4.6 → 0.4.7

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 14.06 KB
12
12
  CJS dist/index.js.map 21.85 KB
13
- CJS ⚡️ Build success in 29ms
13
+ CJS ⚡️ Build success in 19ms
14
14
  ESM dist/esm/index.js 10.74 KB
15
15
  ESM dist/esm/index.js.map 21.45 KB
16
- ESM ⚡️ Build success in 29ms
16
+ ESM ⚡️ Build success in 19ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 1812ms
18
+ DTS ⚡️ Build success in 1863ms
19
19
  DTS dist/index.d.ts 3.36 KB
20
20
  DTS dist/index.d.mts 3.36 KB
21
- Done in 2.51s.
21
+ Done in 2.58s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @sproutsocial/seeds-react-accordion
2
2
 
3
+ ## 0.4.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [1432504]
8
+ - Updated dependencies [c29d7d4]
9
+ - @sproutsocial/seeds-react-menu@1.10.0
10
+
3
11
  ## 0.4.6
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/seeds-react-accordion",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "description": "Seeds React Accordion",
5
5
  "author": "Sprout Social, Inc.",
6
6
  "license": "MIT",
@@ -25,7 +25,7 @@
25
25
  "@sproutsocial/seeds-react-content-header": "^0.2.1",
26
26
  "@sproutsocial/seeds-react-button": "^1.4.0",
27
27
  "@sproutsocial/seeds-react-icon": "^2.2.5",
28
- "@sproutsocial/seeds-react-menu": "^1.9.2",
28
+ "@sproutsocial/seeds-react-menu": "^1.10.0",
29
29
  "styled-system": "^5.1.5"
30
30
  },
31
31
  "devDependencies": {