@ebay/ui-core-react 4.2.1 → 4.2.2

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -45,7 +45,7 @@ eBayUI React components
45
45
  * [x] [ebay-listbox-button](src/ebay-listbox-button)
46
46
  * [ ] `ebay-listbox`
47
47
  * [x] [ebay-menu](src/ebay-menu)
48
- * [ ] `ebay-menu-button` (will be released in v5)
48
+ * [x] [ebay-menu-button](src/ebay-menu-button)
49
49
  * [x] [ebay-page-notice](src/ebay-page-notice)
50
50
  * [x] [ebay-pagination](src/ebay-pagination)
51
51
  * [x] [ebay-panel-dialog](src/ebay-panel-dialog)
@@ -58,7 +58,7 @@ eBayUI React components
58
58
  * [x] [ebay-select](src/ebay-select)
59
59
  * [x] [ebay-signal](src/ebay-signal)
60
60
  * [x] [ebay-snackbar-dialog](src/ebay-snackbar-dialog)
61
- * [ ] `ebay-split-button` (will be released in v5)
61
+ * [x] [ebay-split-button](src/ebay-split-button)
62
62
  * [x] [ebay-star-rating](src/ebay-star-rating)
63
63
  * [x] [ebay-star-rating-select](src/ebay-star-rating-select)
64
64
  * [x] [ebay-switch](src/ebay-switch)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ebay/ui-core-react",
3
- "version": "4.2.1",
3
+ "version": "4.2.2",
4
4
  "description": "Skin components build off React",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org"