@axinom/mosaic-fe-samples-host 0.2.2-rc.8 → 0.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.
- package/package.json +2 -2
- package/CHANGELOG.md +0 -62
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axinom/mosaic-fe-samples-host",
|
|
3
|
-
"version": "0.2.2
|
|
3
|
+
"version": "0.2.2",
|
|
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": "
|
|
85
|
+
"gitHead": "034b87d91d39cd6d6721d6a57398a0ccdccce2c6"
|
|
86
86
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
### [0.2.1](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-fe-samples-host@0.2.0&targetVersion=GT@axinom/mosaic-fe-samples-host@0.2.1) (2022-11-10)
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Bug Fixes
|
|
10
|
-
|
|
11
|
-
* fe-sample-host active-profile bug fix ([0e7ffd3](https://dev.azure.com/axinom/CMS/_git/Navy/commit/0e7ffd3b6c4f680ee69b38bd3eae793a6158657a))
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
## [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)
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
### Features
|
|
19
|
-
|
|
20
|
-
* reset activated profile from local storage ([d8fffed](https://dev.azure.com/axinom/CMS/_git/Navy/commit/d8fffed135b053166746c8ce5c604394c8fa0cd5))
|
|
21
|
-
* store active profile id to local storage ([63afb21](https://dev.azure.com/axinom/CMS/_git/Navy/commit/63afb21c3059f854f2865b752882c30e0cb8d092))
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
### [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)
|
|
26
|
-
|
|
27
|
-
**Note:** Version bump only for package @axinom/mosaic-fe-samples-host
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
### [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)
|
|
34
|
-
|
|
35
|
-
**Note:** Version bump only for package @axinom/mosaic-fe-samples-host
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
### [0.1.2](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-fe-samples-host@0.1.1&targetVersion=GT@axinom/mosaic-fe-samples-host@0.1.2) (2022-08-29)
|
|
42
|
-
|
|
43
|
-
**Note:** Version bump only for package @axinom/mosaic-fe-samples-host
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
### [0.1.1](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-fe-samples-host@0.1.0&targetVersion=GT@axinom/mosaic-fe-samples-host@0.1.1) (2022-08-16)
|
|
50
|
-
|
|
51
|
-
**Note:** Version bump only for package @axinom/mosaic-fe-samples-host
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
## 0.1.0 (2022-08-03)
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
### Features
|
|
61
|
-
|
|
62
|
-
* :sparkles: extract the fe-samples-host library ([2bcb2ef](https://dev.azure.com/axinom/CMS/_git/Navy/commit/2bcb2ef88509d4d4e9365fbb782853d370bbc701))
|