@23blocks/angular 6.5.18 → 7.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.
package/README.md CHANGED
@@ -5,6 +5,8 @@ Angular bindings for the 23blocks SDK - Injectable services with typed delegatio
5
5
  [![npm version](https://img.shields.io/npm/v/@23blocks/angular.svg)](https://www.npmjs.com/package/@23blocks/angular)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7
7
 
8
+ > **v7.0.0** - Complete rewrite from Observable wrappers to typed getter delegation. See [CHANGELOG.md](./CHANGELOG.md) for migration guide.
9
+
8
10
  ## Installation
9
11
 
10
12
  ```bash
package/dist/README.md CHANGED
@@ -5,6 +5,8 @@ Angular bindings for the 23blocks SDK - Injectable services with typed delegatio
5
5
  [![npm version](https://img.shields.io/npm/v/@23blocks/angular.svg)](https://www.npmjs.com/package/@23blocks/angular)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7
7
 
8
+ > **v7.0.0** - Complete rewrite from Observable wrappers to typed getter delegation. See [CHANGELOG.md](./CHANGELOG.md) for migration guide.
9
+
8
10
  ## Installation
9
11
 
10
12
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@23blocks/angular",
3
- "version": "6.5.18",
3
+ "version": "7.0.0",
4
4
  "description": "Angular bindings for 23blocks SDK - Injectable services with typed delegation to block APIs",
5
5
  "license": "MIT",
6
6
  "author": "23blocks <hello@23blocks.com>",