@anthor/entities-types 1.29.0-alpha.1 → 1.29.0-alpha.6

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 +6 -16
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,40 +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
- # [1.29.0-alpha.1](https://github.com/anthorteam/backend/compare/v1.28.2-alpha.1...v1.29.0-alpha.1) (2021-12-22)
6
+ # [1.29.0-alpha.6](https://github.com/anthorteam/backend/compare/v1.28.3...v1.29.0-alpha.6) (2021-12-29)
7
7
 
8
-
9
- ### Bug Fixes
10
-
11
- * redeploy ([6166065](https://github.com/anthorteam/backend/commit/61660656565ea3b68c86f24f09a23e6c78ab35e0))
12
- * wrong import path on entities types Company and CompanyEconomicGroup ([d65e3fb](https://github.com/anthorteam/backend/commit/d65e3fbbefa6afd3474f85058ced1284718b8de3))
13
-
14
-
15
- ### Features
16
-
17
- * add companyEconomicGroup entity ([7354fc3](https://github.com/anthorteam/backend/commit/7354fc3b0d524d012d28e2c642a218d305a06a0e))
8
+ **Note:** Version bump only for package @anthor/entities-types
18
9
 
19
10
 
20
11
 
21
12
 
22
13
 
23
- # [1.29.0-alpha.0](https://github.com/anthorteam/backend/compare/v1.28.2-alpha.1...v1.29.0-alpha.0) (2021-12-22)
14
+ ## [1.28.3](https://github.com/anthorteam/backend/compare/v1.29.0-alpha.3...v1.28.3) (2021-12-28)
24
15
 
25
16
 
26
17
  ### Bug Fixes
27
18
 
28
- * wrong import path on entities types Company and CompanyEconomicGroup ([d65e3fb](https://github.com/anthorteam/backend/commit/d65e3fbbefa6afd3474f85058ced1284718b8de3))
19
+ * release ([b2e980e](https://github.com/anthorteam/backend/commit/b2e980e958dbdfb715076ee4162b2510ff6d7bd2))
29
20
 
30
21
 
31
- ### Features
32
22
 
33
- * add companyEconomicGroup entity ([7354fc3](https://github.com/anthorteam/backend/commit/7354fc3b0d524d012d28e2c642a218d305a06a0e))
23
+ ## [1.28.2](https://github.com/anthorteam/backend/compare/v1.28.2-alpha.0...v1.28.2) (2021-12-10)
34
24
 
35
25
 
36
26
 
37
27
 
38
28
 
39
- ## [1.28.2-alpha.1](https://github.com/anthorteam/backend/compare/v1.28.2-alpha.0...v1.28.2-alpha.1) (2021-12-14)
29
+ ## [1.28.2](https://github.com/anthorteam/backend/compare/v1.28.2-alpha.0...v1.28.2) (2021-12-10)
40
30
 
41
31
 
42
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anthor/entities-types",
3
- "version": "1.29.0-alpha.1",
3
+ "version": "1.29.0-alpha.6",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -20,5 +20,5 @@
20
20
  "dependencies": {
21
21
  "geojson": "^0.5.0"
22
22
  },
23
- "gitHead": "764fd6482a2717ce0304ce01ae8a3f26a9667604"
23
+ "gitHead": "697113fe770955ff8335933195fedee554ad6c94"
24
24
  }