@sproutsocial/racine 11.2.0 → 11.2.1

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 11.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 6968733: adds deprecation messaging to typeProps to be displayed on seeds page
8
+
3
9
  ## 11.2.0
4
10
 
5
11
  ### Minor Changes
@@ -8,6 +8,7 @@ type TypeProps = {
8
8
  children?: React.Node,
9
9
  /** DEPRECATED: Use children instead of text */
10
10
  text: React.Node,
11
+ /** Size default is deprecated in favor of small and large */
11
12
  size?: "small" | "large" | "default",
12
13
  badgeColor?:
13
14
  | "green"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/racine",
3
- "version": "11.2.0",
3
+ "version": "11.2.1",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "__flow__",