@royaloperahouse/chord 2.11.1-a-development → 2.11.1-experiment-documentation-3

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,3 +1,6 @@
1
+ ## [2.11.1]
2
+ - Added invisible text inside Account link if no visible text is provided for SEO & A11y.
3
+
1
4
  ## [2.11.0]
2
5
  - CreditListing line groups
3
6
 
package/README.md CHANGED
@@ -59,10 +59,6 @@ You can quickly build and serve the contents of `/storybook-static` from your lo
59
59
  ```bash
60
60
  yarn storybook
61
61
  ```
62
- Try to use this script if you have issues running it locally
63
- ```bash
64
- NODE_OPTIONS=--openssl-legacy-provider yarn storybook
65
- ```
66
62
 
67
63
  By default the storybook will be accessible at
68
64
  [http://localhost:6006/](http://localhost:6006/)