@or-sdk/views 1.0.19-beta.2473.0 → 2.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/CHANGELOG.md +13 -0
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,19 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.0.0](https://gitlab.internal.onereach.io/onereach/platform/or-sdk-next/compare/@or-sdk/views@1.0.18...@or-sdk/views@2.0.0) (2024-02-21)
7
+
8
+
9
+ ### ⚠ BREAKING CHANGES
10
+
11
+ * **@or-sdk/views:** Downloadable views
12
+
13
+ ### Features
14
+
15
+ * **@or-sdk/views:** Downloadable views ([9c7a724](https://gitlab.internal.onereach.io/onereach/platform/or-sdk-next/commit/9c7a72447a4cc61e717bc70e99105edf5dd4a8fe))
16
+
17
+
18
+
6
19
  ## [1.0.18](https://gitlab.internal.onereach.io/onereach/platform/or-sdk-next/compare/@or-sdk/views@1.0.17...@or-sdk/views@1.0.18) (2024-02-20)
7
20
 
8
21
  **Note:** Version bump only for package @or-sdk/views
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@or-sdk/views",
3
- "version": "1.0.19-beta.2473.0",
3
+ "version": "2.0.0",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -27,5 +27,6 @@
27
27
  },
28
28
  "publishConfig": {
29
29
  "access": "public"
30
- }
30
+ },
31
+ "gitHead": "12df959806fd9922562acc9f1341375088446ff3"
31
32
  }