@axinom/mosaic-fe-samples-host 0.2.0-rc.0 → 0.2.1-rc.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 +18 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
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
+ ## [0.2.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-fe-samples-host@0.1.4&targetVersion=GT@axinom/mosaic-fe-samples-host@0.2.0) (2022-10-17)
7
+
8
+
9
+ ### Features
10
+
11
+ * reset activated profile from local storage ([d8fffed](https://dev.azure.com/axinom/CMS/_git/Navy/commit/d8fffed135b053166746c8ce5c604394c8fa0cd5))
12
+ * store active profile id to local storage ([63afb21](https://dev.azure.com/axinom/CMS/_git/Navy/commit/63afb21c3059f854f2865b752882c30e0cb8d092))
13
+
14
+
15
+
16
+ ### [0.1.4](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-fe-samples-host@0.1.3&targetVersion=GT@axinom/mosaic-fe-samples-host@0.1.4) (2022-09-30)
17
+
18
+ **Note:** Version bump only for package @axinom/mosaic-fe-samples-host
19
+
20
+
21
+
22
+
23
+
6
24
  ### [0.1.3](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-fe-samples-host@0.1.2&targetVersion=GT@axinom/mosaic-fe-samples-host@0.1.3) (2022-09-13)
7
25
 
8
26
  **Note:** Version bump only for package @axinom/mosaic-fe-samples-host
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axinom/mosaic-fe-samples-host",
3
- "version": "0.2.0-rc.0",
3
+ "version": "0.2.1-rc.0",
4
4
  "description": "The host application, React components and hooks used when developing fe-sample scenarios",
5
5
  "author": "Axinom",
6
6
  "license": "PROPRIETARY",
@@ -82,5 +82,5 @@
82
82
  "publishConfig": {
83
83
  "access": "public"
84
84
  },
85
- "gitHead": "9b510c26fd76899a21662268f215324412d13665"
85
+ "gitHead": "f7ed66d50c63e21da0d09fe3821a78f7c01faa41"
86
86
  }