@axinom/mosaic-service-common 0.13.0-rc.4 → 0.13.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 +17 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,23 @@
|
|
|
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.13.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-service-common@0.12.0&targetVersion=GT@axinom/mosaic-service-common@0.13.0) (2022-02-21)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* :sparkles: add support for registering additional metrics when setting up monitoring ([f6de9c5](https://dev.azure.com/axinom/CMS/_git/Navy/commit/f6de9c51ef407b1371f40c59342f288c5d8a6539))
|
|
12
|
+
* 'conditional' helper added to construct object with optional properties ([518fe66](https://dev.azure.com/axinom/CMS/_git/Navy/commit/518fe668e3297a98f26a5948bcc9285d415d4c53)), closes [#34315](https://dev.azure.com/axinom/CMS/_workitems/edit/34315)
|
|
13
|
+
* multiple GraphQL improvements ([28d6a03](https://dev.azure.com/axinom/CMS/_git/Navy/commit/28d6a03050d1dd89f65ac8b970eeae008c3a529a))
|
|
14
|
+
* Root PG config definitions are now optional, dev-only ([26d6aa4](https://dev.azure.com/axinom/CMS/_git/Navy/commit/26d6aa4484c05fcc7a63104ed60e8af038d867ce)), closes [#34280](https://dev.azure.com/axinom/CMS/_workitems/edit/34280)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* PR comments ([2dfd814](https://dev.azure.com/axinom/CMS/_git/Navy/commit/2dfd8148a055c5f05ea6539f887936da03f3f54b))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
6
23
|
## [0.12.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-service-common@0.11.0&targetVersion=GT@axinom/mosaic-service-common@0.12.0) (2022-02-02)
|
|
7
24
|
|
|
8
25
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axinom/mosaic-service-common",
|
|
3
|
-
"version": "0.13.0
|
|
3
|
+
"version": "0.13.0",
|
|
4
4
|
"description": "Common helpers and PostgreSQL-related functionality",
|
|
5
5
|
"author": "Axinom",
|
|
6
6
|
"license": "PROPRIETARY",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"publishConfig": {
|
|
63
63
|
"access": "public"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "c2a761edbf67a6b09600f16bc94465cc0c05a9b7"
|
|
66
66
|
}
|