@sproutsocial/seeds-react-list 0.3.6 → 0.3.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
  ESM dist/esm/index.js 17.14 KB
12
12
  ESM dist/esm/index.js.map 32.25 KB
13
- ESM ⚡️ Build success in 25ms
13
+ ESM ⚡️ Build success in 23ms
14
14
  CJS dist/index.js 21.48 KB
15
15
  CJS dist/index.js.map 33.10 KB
16
- CJS ⚡️ Build success in 25ms
16
+ CJS ⚡️ Build success in 23ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 1735ms
18
+ DTS ⚡️ Build success in 1736ms
19
19
  DTS dist/index.d.ts 5.24 KB
20
20
  DTS dist/index.d.mts 5.24 KB
21
- Done in 2.43s.
21
+ Done in 2.44s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @sproutsocial/seeds-react-list
2
2
 
3
+ ## 0.3.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [1f9a473]
8
+ - @sproutsocial/seeds-react-theme@3.6.1
9
+ - @sproutsocial/seeds-react-box@1.1.15
10
+ - @sproutsocial/seeds-react-icon@2.3.1
11
+ - @sproutsocial/seeds-react-pagination@0.1.6
12
+ - @sproutsocial/seeds-react-button@1.4.3
13
+
3
14
  ## 0.3.6
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/seeds-react-list",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
4
4
  "description": "Seeds React List",
5
5
  "author": "Sprout Social, Inc.",
6
6
  "license": "MIT",
@@ -18,13 +18,13 @@
18
18
  "test:watch": "jest --watch --coverage=false"
19
19
  },
20
20
  "dependencies": {
21
- "@sproutsocial/seeds-react-theme": "^3.6.0",
21
+ "@sproutsocial/seeds-react-theme": "^3.6.1",
22
22
  "@sproutsocial/seeds-react-system-props": "^3.0.2",
23
- "@sproutsocial/seeds-react-box": "^1.1.14",
23
+ "@sproutsocial/seeds-react-box": "^1.1.15",
24
24
  "@sproutsocial/seeds-react-text": "^1.4.0",
25
- "@sproutsocial/seeds-react-icon": "^2.3.0",
26
- "@sproutsocial/seeds-react-button": "^1.4.2",
27
- "@sproutsocial/seeds-react-pagination": "^0.1.5",
25
+ "@sproutsocial/seeds-react-icon": "^2.3.1",
26
+ "@sproutsocial/seeds-react-button": "^1.4.3",
27
+ "@sproutsocial/seeds-react-pagination": "^0.1.6",
28
28
  "@tanstack/react-virtual": "^3.13.12",
29
29
  "react-intersection-observer": "^9.16.0"
30
30
  },