@doreamonjs/plugin-authorization 0.3.16 → 0.4.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 +20 -10
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
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.3.16](https://github.com/doreamonjs/doreamon/compare/v0.3.15...v0.3.16) (2022-08-31)
6
+ # [0.4.0](https://github.com/doreamonjs/doreamon/compare/v0.3.17...v0.4.0) (2022-08-31)
7
7
 
8
8
  **Note:** Version bump only for package @doreamonjs/plugin-authorization
9
9
 
@@ -11,22 +11,28 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- ## [0.3.15](https://github.com/doreamonjs/doreamon/compare/v0.3.14...v0.3.15) (2022-08-31)
15
-
14
+ # Change Log
16
15
 
17
- ### Bug Fixes
16
+ All notable changes to this project will be documented in this file. See
17
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
18
18
 
19
- * merge confict and clean changelog ([b5b0428](https://github.com/doreamonjs/doreamon/commit/b5b042803ef660e6c8faf214bd24fc27934deb91))
19
+ ## [0.3.16](https://github.com/doreamonjs/doreamon/compare/v0.3.15...v0.3.16) (2022-08-31)
20
20
 
21
+ **Note:** Version bump only for package @doreamonjs/plugin-authorization
21
22
 
23
+ ## [0.3.15](https://github.com/doreamonjs/doreamon/compare/v0.3.14...v0.3.15) (2022-08-31)
22
24
 
25
+ ### Bug Fixes
23
26
 
27
+ - merge confict and clean changelog
28
+ ([b5b0428](https://github.com/doreamonjs/doreamon/commit/b5b042803ef660e6c8faf214bd24fc27934deb91))
24
29
 
25
30
  ## [0.3.13](https://github.com/zcorky/zodash/compare/v0.3.12...v0.3.13) (2022-08-31)
26
31
 
27
32
  ### Bug Fixes
28
33
 
29
- - plugin-authorization model + types ([7c4058c](https://github.com/doreamonjs/doreamon/commit/7c4058c47429eda26de6af08ce6b2d2a423f83c9))
34
+ - plugin-authorization model + types
35
+ ([7c4058c](https://github.com/doreamonjs/doreamon/commit/7c4058c47429eda26de6af08ce6b2d2a423f83c9))
30
36
 
31
37
  ## [0.3.12](https://github.com/doreamonjs/doreamon/compare/v0.3.11...v0.3.12) (2022-08-31)
32
38
 
@@ -40,18 +46,22 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
40
46
 
41
47
  ### Bug Fixes
42
48
 
43
- - dependencies ([60d97c5](https://github.com/doreamonjs/doreamon/commit/60d97c5f857228f91bdbda6e833438559b3ea7d6))
44
- - package.json main and typings ([5a23e68](https://github.com/doreamonjs/doreamon/commit/5a23e689ce467ddba1deeec674a8639fef3ba5a8))
49
+ - dependencies
50
+ ([60d97c5](https://github.com/doreamonjs/doreamon/commit/60d97c5f857228f91bdbda6e833438559b3ea7d6))
51
+ - package.json main and typings
52
+ ([5a23e68](https://github.com/doreamonjs/doreamon/commit/5a23e689ce467ddba1deeec674a8639fef3ba5a8))
45
53
 
46
54
  # 0.3.0 (2022-08-30)
47
55
 
48
56
  ### Bug Fixes
49
57
 
50
- - test ([ab09558](https://github.com/doreamonjs/doreamon/commit/ab0955886a268210cef6cbfe2a6b2362f6d826d6))
58
+ - test
59
+ ([ab09558](https://github.com/doreamonjs/doreamon/commit/ab0955886a268210cef6cbfe2a6b2362f6d826d6))
51
60
 
52
61
  ### Features
53
62
 
54
- - add plugin-request/forms/authorizations ([7901413](https://github.com/doreamonjs/doreamon/commit/79014135cbae3337e5bf4c8372627f784ffe476e))
63
+ - add request/forms/authorizations
64
+ ([7901413](https://github.com/doreamonjs/doreamon/commit/79014135cbae3337e5bf4c8372627f784ffe476e))
55
65
 
56
66
  ## [1.1.8](https://github.com/doreamonjs/doreamon/compare/@zodash/get@1.1.7...@zodash/get@1.1.8) (2021-04-05)
57
67
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@doreamonjs/plugin-authorization",
3
- "version": "0.3.16",
3
+ "version": "0.4.0",
4
4
  "description": "authorization plugin for doreamonjs",
5
5
  "keywords": [
6
6
  "doreamonjs",
@@ -65,8 +65,8 @@
65
65
  "url": "https://github.com/doreamonjs/doreamon/issues"
66
66
  },
67
67
  "dependencies": {
68
- "@doreamonjs/plugin-request": "^0.3.16",
69
- "@doreamonjs/plugin-shared": "^0.3.16",
68
+ "@doreamonjs/plugin-shared": "^0.4.0",
69
+ "@doreamonjs/request": "^0.4.0",
70
70
  "@sentry/browser": "^7.11.1",
71
71
  "@sentry/tracing": "^7.11.1",
72
72
  "@zcorky/delay": "^1.0.1",
@@ -77,5 +77,5 @@
77
77
  "mixpanel-browser": "^2.45.0",
78
78
  "thinkingdata-browser": "^1.6.0"
79
79
  },
80
- "gitHead": "5d208aadd26ef00dc14b5e927e00d072b2050a6c"
80
+ "gitHead": "065d4416da005250f2084bb564c83ec4026bf4cd"
81
81
  }