@baloise/angular-output-target 1.1.2 → 1.2.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/CHANGELOG.md +30 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,36 @@
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
+ ## [1.2.2](https://github.com/baloise/stencil-ds-output-targets/compare/@baloise/angular-output-target@1.2.1...@baloise/angular-output-target@1.2.2) (2022-03-01)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **angular:** export components ([230f401](https://github.com/baloise/stencil-ds-output-targets/commit/230f401db085b54ddb1497074f78aa8886faba1d))
12
+
13
+
14
+
15
+
16
+
17
+ ## [1.2.1](https://github.com/baloise/stencil-ds-output-targets/compare/@baloise/angular-output-target@1.2.0...@baloise/angular-output-target@1.2.1) (2022-03-01)
18
+
19
+ **Note:** Version bump only for package @baloise/angular-output-target
20
+
21
+
22
+
23
+
24
+
25
+ # [1.2.0](https://github.com/baloise/stencil-ds-output-targets/compare/@baloise/angular-output-target@1.1.2...@baloise/angular-output-target@1.2.0) (2022-03-01)
26
+
27
+
28
+ ### Features
29
+
30
+ * **react:** add custom react output ([11eabd3](https://github.com/baloise/stencil-ds-output-targets/commit/11eabd33271a12c9a5d15d64c114f30c017cc1d5))
31
+
32
+
33
+
34
+
35
+
6
36
  ## [1.1.2](https://github.com/baloise/stencil-ds-output-targets/compare/@baloise/angular-output-target@1.1.1...@baloise/angular-output-target@1.1.2) (2022-02-10)
7
37
 
8
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baloise/angular-output-target",
3
- "version": "1.1.2",
3
+ "version": "1.2.2",
4
4
  "description": "Angular output target for @stencil/core components.",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -61,5 +61,5 @@
61
61
  ],
62
62
  "testURL": "http://localhost"
63
63
  },
64
- "gitHead": "63e87696a264d54d246ac3dcf6cd0fea41f6fb59"
64
+ "gitHead": "5d4a1fbdf9a4255a0ea58bb8e6d7afa3ca2c7ff9"
65
65
  }