@axinom/mosaic-cli 0.12.0-rc.7 → 0.12.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/CHANGELOG.md +19 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
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.12.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-cli@0.11.1&targetVersion=GT@axinom/mosaic-cli@0.12.0) (2022-08-16)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* apply-templates bitwarden integration ([1755eea](https://dev.azure.com/axinom/CMS/_git/Navy/commit/1755eea42298c8b2122765862b208f79d291cdae)), closes [#36227](https://dev.azure.com/axinom/CMS/_workitems/edit/36227)
|
|
12
|
+
* update templates ([e174a60](https://dev.azure.com/axinom/CMS/_git/Navy/commit/e174a6085533c7b7976d4850e671a3586dd0124c))
|
|
13
|
+
* use bitwarden integration by default ([7e10c2b](https://dev.azure.com/axinom/CMS/_git/Navy/commit/7e10c2b480c69b57a0ded586008e4443262fdfc9))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* apply-templates fix whitespace changes ([da0be33](https://dev.azure.com/axinom/CMS/_git/Navy/commit/da0be339393d99fda984de73d0f27da441ea5227))
|
|
19
|
+
* bitwarden integration sync first ([d5d24f4](https://dev.azure.com/axinom/CMS/_git/Navy/commit/d5d24f45a45e7535952977149be823cd6c4e4f09))
|
|
20
|
+
* bitwarden non interactive ([a87a76e](https://dev.azure.com/axinom/CMS/_git/Navy/commit/a87a76eea307931f4e160cd4b65a52d642e8aafd))
|
|
21
|
+
* placeholder ([ac32a3e](https://dev.azure.com/axinom/CMS/_git/Navy/commit/ac32a3eb073c6fc1cb1847c5614e47d27f94acd9))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
### [0.11.1](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-cli@0.11.0&targetVersion=GT@axinom/mosaic-cli@0.11.1) (2022-08-03)
|
|
7
26
|
|
|
8
27
|
**Note:** Version bump only for package @axinom/mosaic-cli
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axinom/mosaic-cli",
|
|
3
|
-
"version": "0.12.0
|
|
3
|
+
"version": "0.12.0",
|
|
4
4
|
"description": "The Axinom Mosaic CLI",
|
|
5
5
|
"author": "Axinom",
|
|
6
6
|
"license": "PROPRIETARY",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"@asyncapi/diff": "^0.4.0",
|
|
33
33
|
"@asyncapi/modelina": "^0.43.0",
|
|
34
34
|
"@asyncapi/parser": "^1.15.0",
|
|
35
|
-
"@axinom/mosaic-id-link-be": "^0.7.0
|
|
36
|
-
"@axinom/mosaic-service-common": "^0.22.1
|
|
35
|
+
"@axinom/mosaic-id-link-be": "^0.7.0",
|
|
36
|
+
"@axinom/mosaic-service-common": "^0.22.1",
|
|
37
37
|
"@graphql-inspector/core": "^3.1.2",
|
|
38
38
|
"@stoplight/spectral": "^5.9.1",
|
|
39
39
|
"chalk": "^4.1.0",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "9429597c1288f68587a74852521b93ba97f27857"
|
|
70
70
|
}
|