@axinom/mosaic-messages 0.4.0 → 0.4.1-rc.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 +0 -5
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -17,11 +17,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
17
17
 
18
18
 
19
19
 
20
- # Change Log
21
-
22
- All notable changes to this project will be documented in this file. See
23
- [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
24
-
25
20
  ### 0.3.5 (2021-09-01)
26
21
 
27
22
  **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.4.0",
3
+ "version": "0.4.1-rc.0",
4
4
  "description": "Shared types for Axinom Mosaic service messages",
5
5
  "author": "Axinom",
6
6
  "license": "PROPRIETARY",
@@ -26,7 +26,7 @@
26
26
  "start:dev": "concurrently --names \"codegen,tsc\" \"yarn codegen:watch\" \"yarn build:compile:watch\""
27
27
  },
28
28
  "devDependencies": {
29
- "@axinom/mosaic-cli": "^0.3.6",
29
+ "@axinom/mosaic-cli": "^0.3.7-rc.0",
30
30
  "@types/glob": "^7.1.3",
31
31
  "concurrently": "^5.3.0",
32
32
  "cpx": "^1.5.0",
@@ -43,5 +43,5 @@
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
- "gitHead": "5f020a81155f188a872cb1006bc1cf34c4128b70"
46
+ "gitHead": "3a0a4599ab56384b5d70cdadb33d180c4bd13401"
47
47
  }