@ebay/ui-core-react 2.1.8 → 2.1.10

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/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -180,6 +180,7 @@ One way to comply those guidelines is to implement your new component as similia
180
180
  ## Changelog
181
181
 
182
182
  `@ebay/ui-core-react`
183
+ ### version 3.x (Skin 15, some breaking changes in dialog components)
183
184
  ### version 2.x (Skin 15)
184
185
 
185
186
  `@ebay/ebayui-core-react`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ebay/ui-core-react",
3
- "version": "2.1.8",
3
+ "version": "2.1.10",
4
4
  "description": "Skin components build off React",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",