@limble/limble-tree 1.0.0-beta.4 → 1.0.0

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 +1 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,12 +1,8 @@
1
1
  # Limble Tree
2
2
 
3
- This library is currently a work in progress. It may not be suitable for production environments yet.
4
-
5
- ## Description
6
-
7
3
  An Angular library for building visual tree structures. Built and used by the team at [Limble](https://limblecmms.com/);
8
4
 
9
- Features:
5
+ ## Features
10
6
 
11
7
  - Allows any number of different components to be rendered in the same tree.
12
8
  - Collapsible tree branches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limble/limble-tree",
3
- "version": "1.0.0-beta.4",
3
+ "version": "1.0.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.2.0",
6
6
  "@angular/core": "^14.2.0",