@axinom/mosaic-messages 0.18.0-rc.7 → 0.18.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.
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.18.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-messages@0.17.0&targetVersion=GT@axinom/mosaic-messages@0.18.0) (2022-09-13)
7
+
8
+
9
+ ### Features
10
+
11
+ * cue point management backend components added ([1026b27](https://dev.azure.com/axinom/CMS/_git/Navy/commit/1026b276e8dbbab8d9ca7e4d66e65128d3f79956)), closes [#36419](https://dev.azure.com/axinom/CMS/_workitems/edit/36419)
12
+
13
+
14
+
6
15
  ## [0.17.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-messages@0.16.0&targetVersion=GT@axinom/mosaic-messages@0.17.0) (2022-08-29)
7
16
 
8
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axinom/mosaic-messages",
3
- "version": "0.18.0-rc.7",
3
+ "version": "0.18.0",
4
4
  "description": "Shared types for Axinom Mosaic service messages",
5
5
  "author": "Axinom",
6
6
  "license": "PROPRIETARY",
@@ -28,8 +28,8 @@
28
28
  "dev": "concurrently --names \"codegen,tsc\" \"yarn codegen:watch\" \"yarn build:compile:watch\""
29
29
  },
30
30
  "devDependencies": {
31
- "@axinom/mosaic-cli": "^0.13.1-rc.8",
32
- "@axinom/mosaic-message-bus-abstractions": "^0.2.15-rc.8",
31
+ "@axinom/mosaic-cli": "^0.13.1",
32
+ "@axinom/mosaic-message-bus-abstractions": "^0.2.15",
33
33
  "@types/glob": "^7.1.3",
34
34
  "concurrently": "^5.3.0",
35
35
  "rimraf": "^3.0.2",
@@ -41,5 +41,5 @@
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "gitHead": "1ba316de373e4f71bc27168f6818036b8d251882"
44
+ "gitHead": "95ecb7046600296970c00934ed6b5effc16c8908"
45
45
  }