We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7e15d7 commit 71defc4Copy full SHA for 71defc4
README.md
@@ -354,6 +354,10 @@ export interface MosaicUpdateSpec<T> {
354
}
355
```
356
357
+## Upgrade Considerations
358
+
359
+See [Releases](https://github.com/palantir/react-mosaic/releases)
360
361
## License
362
Copyright 2016 Palantir Technologies
363
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-mosaic-component",
3
- "version": "0.3.8",
+ "version": "0.4.0",
4
"description": "A React Tiling Window Manager",
5
"license": "Apache-2.0",
6
"main": "lib/index.js",
0 commit comments