@canonical/react-components 0.53.1 → 0.53.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 +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -72,3 +72,8 @@ yarn link @canonical/react-components
72
72
  cd react-components
73
73
  yarn run unlink-packages
74
74
  ```
75
+
76
+ ## Related projects
77
+ The following projects are related to, or build upon this library:
78
+ - [Store components](https://github.com/canonical/store-components)
79
+ - [MAAS React components](https://github.com/canonical/maas-react-components)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canonical/react-components",
3
- "version": "0.53.1",
3
+ "version": "0.53.2",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "author": "Huw Wilkins <huw.wilkins@canonical.com>",