@axinom/mosaic-service-common 0.24.0-rc.8 → 0.24.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 +24 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,30 @@
|
|
|
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.24.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-service-common@0.23.1&targetVersion=GT@axinom/mosaic-service-common@0.24.0) (2022-10-17)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* new error handling components added and old ones deprecated ([40d334a](https://dev.azure.com/axinom/CMS/_git/Navy/commit/40d334a208c0842ce6751cd4e7c82c756d116347)), closes [#36079](https://dev.azure.com/axinom/CMS/_workitems/edit/36079)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* error handling optimizations ([fd1a599](https://dev.azure.com/axinom/CMS/_git/Navy/commit/fd1a5996289c3269b26bc982da370a43a5dbb1a0)), closes [#36079](https://dev.azure.com/axinom/CMS/_workitems/edit/36079)
|
|
17
|
+
* test helpers no longer rely on jest-expect-message ([bb8f116](https://dev.azure.com/axinom/CMS/_git/Navy/commit/bb8f1167400a07b6bac7ad5f8c3f85fe4df851aa)), closes [#23444](https://dev.azure.com/axinom/CMS/_workitems/edit/23444)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### [0.23.1](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-service-common@0.23.0&targetVersion=GT@axinom/mosaic-service-common@0.23.1) (2022-09-30)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Bug Fixes
|
|
25
|
+
|
|
26
|
+
* make jest-expect-message a devDependency ([cb3d511](https://dev.azure.com/axinom/CMS/_git/Navy/commit/cb3d511e35a3b0bd1a518a9502d44ccd2db5741f))
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
6
30
|
## [0.23.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-service-common@0.22.2&targetVersion=GT@axinom/mosaic-service-common@0.23.0) (2022-09-13)
|
|
7
31
|
|
|
8
32
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axinom/mosaic-service-common",
|
|
3
|
-
"version": "0.24.0
|
|
3
|
+
"version": "0.24.0",
|
|
4
4
|
"description": "Common helpers and PostgreSQL-related functionality",
|
|
5
5
|
"author": "Axinom",
|
|
6
6
|
"license": "PROPRIETARY",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"publishConfig": {
|
|
66
66
|
"access": "public"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "b2fdeb7a67da5dbc80c0fa275611396729b624d8"
|
|
69
69
|
}
|