@sproutsocial/racine 26.8.0 → 26.9.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Change Log
2
2
 
3
+ ## 26.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ - f9504f2: Upgraded dependencies:
8
+ - @sproutsocial/seeds-react-input ^1.4.2 → ^1.4.3
9
+ - @sproutsocial/seeds-react-menu ^1.6.0 → ^1.6.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [f55c7f4]
14
+ - @sproutsocial/seeds-react-token-input@1.4.1
15
+
3
16
  ## 26.8.0
4
17
 
5
18
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/racine",
3
- "version": "26.8.0",
3
+ "version": "26.9.0",
4
4
  "license": "MIT",
5
5
  "engines": {
6
6
  "node": ">=18"
@@ -60,7 +60,7 @@
60
60
  "@sproutsocial/seeds-react-icon": "^1.1.2",
61
61
  "@sproutsocial/seeds-react-image": "^1.0.1",
62
62
  "@sproutsocial/seeds-react-indicator": "^1.0.1",
63
- "@sproutsocial/seeds-react-input": "^1.4.2",
63
+ "@sproutsocial/seeds-react-input": "^1.4.3",
64
64
  "@sproutsocial/seeds-react-keyboard-key": "^1.0.1",
65
65
  "@sproutsocial/seeds-react-label": "^1.0.1",
66
66
  "@sproutsocial/seeds-react-link": "^1.0.1",
@@ -116,7 +116,7 @@
116
116
  "@sproutsocial/seeds-motion": "^1.8.0",
117
117
  "@sproutsocial/seeds-networkcolor": "^2.20.0",
118
118
  "@sproutsocial/seeds-partner-logos": "^1.12.0",
119
- "@sproutsocial/seeds-react-menu": "^1.6.0",
119
+ "@sproutsocial/seeds-react-menu": "^1.6.1",
120
120
  "@sproutsocial/seeds-react-testing-library": "*",
121
121
  "@sproutsocial/seeds-space": "^0.8.0",
122
122
  "@sproutsocial/seeds-testing": "*",