@axinom/mosaic-messages 0.16.0-rc.4 → 0.16.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 +11 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
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.16.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-messages@0.15.1&targetVersion=GT@axinom/mosaic-messages@0.16.0) (2022-08-16)
7
+
8
+
9
+ ### Features
10
+
11
+ * Add DeleteVaultStart command ([95e7b54](https://dev.azure.com/axinom/CMS/_git/Navy/commit/95e7b54d1afddea46787060f675317f483e507a9))
12
+ * Introduce new command and related events for vault creation ([e1b0eaf](https://dev.azure.com/axinom/CMS/_git/Navy/commit/e1b0eaf83c16314ed65799b4102fb744eb7d9e07))
13
+ * videos unarchive added ([f9fd489](https://dev.azure.com/axinom/CMS/_git/Navy/commit/f9fd489f12cf88a912905c1e3aded77ced6de7fe))
14
+
15
+
16
+
6
17
  ### [0.15.1](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-messages@0.15.0&targetVersion=GT@axinom/mosaic-messages@0.15.1) (2022-08-03)
7
18
 
8
19
  **Note:** Version bump only for package @axinom/mosaic-messages
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axinom/mosaic-messages",
3
- "version": "0.16.0-rc.4",
3
+ "version": "0.16.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.12.0-rc.7",
32
- "@axinom/mosaic-message-bus-abstractions": "^0.2.13-rc.7",
31
+ "@axinom/mosaic-cli": "^0.12.0",
32
+ "@axinom/mosaic-message-bus-abstractions": "^0.2.13",
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": "d3c927a0cd672a877187648d7c1725224447ee3a"
44
+ "gitHead": "9429597c1288f68587a74852521b93ba97f27857"
45
45
  }