@ebay/ui-core-react 5.6.0 → 5.6.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/README.md +1 -0
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -184,6 +184,7 @@ One way to comply those guidelines is to implement your new component as similia
|
|
|
184
184
|
## Changelog
|
|
185
185
|
|
|
186
186
|
`@ebay/ui-core-react`
|
|
187
|
+
### version 5.x (Skin 16, breaking changes in event callbacks)
|
|
187
188
|
### version 4.x (Skin 16, breaking changes in icon names)
|
|
188
189
|
### version 3.x (Skin 15, some breaking changes in dialog components)
|
|
189
190
|
### version 2.x (Skin 15)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ebay/ui-core-react",
|
|
3
|
-
"version": "5.6.
|
|
3
|
+
"version": "5.6.1",
|
|
4
4
|
"description": "Skin components build off React",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -13,7 +13,8 @@
|
|
|
13
13
|
"eslint-local": "eslint . --ext ts,tsx",
|
|
14
14
|
"eslint": "eslint . --ext .ts,.tsx -f checkstyle -o ./lint/checkstyle-result.xml",
|
|
15
15
|
"format": "eslint . --fix 'src/**/*.{ts,tsx}'",
|
|
16
|
-
"storybook": "start-storybook -p 9001 -c .storybook",
|
|
16
|
+
"storybook": "NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 9001 -c .storybook",
|
|
17
|
+
"storybook-node16": "start-storybook -p 9001 -c .storybook",
|
|
17
18
|
"test": "yarn jest",
|
|
18
19
|
"build": "yarn tsc",
|
|
19
20
|
"update-icons": "node ./scripts/update-icons",
|