@axinom/mosaic-messages 0.12.4-rc.2 → 0.12.4

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 +9 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,15 @@
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.4](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-messages@0.12.1&targetVersion=GT@axinom/mosaic-messages@0.12.4) (2022-05-10)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * :bug: version-control codegen whitespace on lib-messages build ([13cd6e6](https://dev.azure.com/axinom/CMS/_git/Navy/commit/13cd6e6c00d8197495306b9914c814bef02410a9))
12
+
13
+
14
+
6
15
  ### [0.12.3](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-messages@0.12.1&targetVersion=GT@axinom/mosaic-messages@0.12.3) (2022-04-28)
7
16
 
8
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axinom/mosaic-messages",
3
- "version": "0.12.4-rc.2",
3
+ "version": "0.12.4",
4
4
  "description": "Shared types for Axinom Mosaic service messages",
5
5
  "author": "Axinom",
6
6
  "license": "PROPRIETARY",
@@ -27,8 +27,8 @@
27
27
  "dev": "concurrently --names \"codegen,tsc\" \"yarn codegen:watch\" \"yarn build:compile:watch\""
28
28
  },
29
29
  "devDependencies": {
30
- "@axinom/mosaic-cli": "^0.9.4-rc.2",
31
- "@axinom/mosaic-message-bus-abstractions": "^0.2.7-rc.2",
30
+ "@axinom/mosaic-cli": "^0.9.4",
31
+ "@axinom/mosaic-message-bus-abstractions": "^0.2.7",
32
32
  "@types/glob": "^7.1.3",
33
33
  "concurrently": "^5.3.0",
34
34
  "rimraf": "^3.0.2",
@@ -40,5 +40,5 @@
40
40
  "publishConfig": {
41
41
  "access": "public"
42
42
  },
43
- "gitHead": "dd1341e4ff324d1d878063090557cce5268cd5ff"
43
+ "gitHead": "55384231cbfa5112022fed2aaa3148c74f739895"
44
44
  }