@sproutsocial/seeds-react-breadcrumb 1.1.12 → 1.1.13

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.
@@ -66,12 +66,12 @@ $ tsup --dts && cp src/breadcrumb.css dist/breadcrumb.css
66
66
 
67
67
  CJS dist/index.js 6.09 KB
68
68
  CJS dist/index.js.map 9.22 KB
69
- CJS ⚡️ Build success in 30ms
69
+ CJS ⚡️ Build success in 18ms
70
70
  ESM dist/esm/index.js 3.97 KB
71
71
  ESM dist/esm/index.js.map 9.12 KB
72
- ESM ⚡️ Build success in 30ms
72
+ ESM ⚡️ Build success in 17ms
73
73
  DTS Build start
74
- DTS ⚡️ Build success in 1786ms
74
+ DTS ⚡️ Build success in 1780ms
75
75
  DTS dist/index.d.ts 1.43 KB
76
76
  DTS dist/index.d.mts 1.43 KB
77
- Done in 2.59s.
77
+ Done in 2.52s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @sproutsocial/seeds-react-breadcrumb
2
2
 
3
+ ## 1.1.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d8509a3]
8
+ - @sproutsocial/seeds-react-theme@4.3.1
9
+ - @sproutsocial/seeds-react-link@1.1.19
10
+
3
11
  ## 1.1.12
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/seeds-react-breadcrumb",
3
- "version": "1.1.12",
3
+ "version": "1.1.13",
4
4
  "description": "Seeds React Breadcrumb",
5
5
  "author": "Sprout Social, Inc.",
6
6
  "license": "MIT",
@@ -26,9 +26,9 @@
26
26
  "test:watch": "jest --watch --coverage=false"
27
27
  },
28
28
  "dependencies": {
29
- "@sproutsocial/seeds-react-theme": "^4.3.0",
29
+ "@sproutsocial/seeds-react-theme": "^4.3.1",
30
30
  "@sproutsocial/seeds-react-system-props": "^3.1.3",
31
- "@sproutsocial/seeds-react-link": "^1.1.18"
31
+ "@sproutsocial/seeds-react-link": "^1.1.19"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/react": "^18.0.0",