@common-stack/generate-plugin 6.0.2-alpha.9 → 6.0.6-alpha.1
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.
- package/CHANGELOG.md +80 -20
- package/lib/generators/add-backend/files/config.json +0 -1
- package/lib/generators/add-backend/files/package.json +2 -35
- package/lib/generators/add-backend/files/src/api/root-schema.graphqls +19 -0
- package/lib/generators/add-backend/files/src/config/env-config.ts.template +2 -24
- package/lib/generators/add-backend/files/src/service.ts.template +4 -5
- package/lib/generators/add-backend/files/tsconfig.json +6 -12
- package/lib/generators/add-backend/files/webpack.config.js +8 -0
- package/lib/generators/add-backend/files/webpack.config.mjs +7 -0
- package/lib/generators/add-browser-package/files/package.json +1 -1
- package/lib/generators/add-frontend/templates/Dockerfile +1 -1
- package/lib/generators/add-frontend/templates/package.json +2 -2
- package/lib/generators/add-frontend/templates/vite.config.ts.template +2 -2
- package/lib/generators/add-fullstack/files/lint-staged.config.js +0 -2
- package/lib/generators/add-fullstack/files/package.json +5 -6
- package/lib/generators/add-fullstack/files/rollup.config.base.mjs +7 -2
- package/lib/generators/add-fullstack/files/tools/deploy-cli/updateLernaVersion.js +24 -5
- package/lib/generators/add-fullstack/files/tsconfig.json +2 -2
- package/lib/generators/add-moleculer/files/Dockerfile +1 -1
- package/lib/generators/add-moleculer/files/package.json +5 -5
- package/lib/generators/add-server-package/files/package.json +3 -3
- package/package.json +3 -3
- package/src/generators/add-fullstack/files/.husky/pre-commit +1 -0
- package/src/generators/add-fullstack/files/CHANGELOG.md +18 -10
- package/src/generators/add-fullstack/files/lint-staged.config.js +0 -2
- package/src/generators/add-fullstack/files/package.json +6 -7
- package/src/generators/add-fullstack/files/rollup.config.base.mjs +7 -2
- package/src/generators/add-fullstack/files/tools/deploy-cli/updateLernaVersion.js +24 -5
- package/src/generators/add-fullstack/files/tsconfig.json +2 -2
- package/src/generators/add-moleculer/files/CHANGELOG.md +4 -0
- package/src/generators/add-moleculer/files/Dockerfile +1 -1
- package/src/generators/add-moleculer/files/package.json +6 -6
- package/lib/generators/add-backend/files/CHANGELOG.md +0 -196
- package/lib/generators/add-backend/files/generated-schema.graphql +0 -235
- package/lib/generators/add-browser-package/files/CHANGELOG.md +0 -3119
- package/lib/generators/add-core-package/files/CHANGELOG.md +0 -1076
- package/lib/generators/add-fullstack/files/tools/rollup/rollupPluginGenerateJson.mjs +0 -48
- package/lib/generators/add-fullstack/files/tools/rollup/rollupPluginModifyLibFiles.mjs +0 -410
- package/lib/generators/add-fullstack/files/typings/graphql.d.ts.template +0 -72
- package/lib/generators/add-moleculer/files/draft.toml +0 -61
- package/src/generators/add-fullstack/files/tools/rollup/rollupPluginGenerateJson.mjs +0 -48
- package/src/generators/add-fullstack/files/tools/rollup/rollupPluginModifyLibFiles.mjs +0 -410
- package/src/generators/add-fullstack/files/typings/graphql.d.ts.template +0 -72
- package/src/generators/add-moleculer/files/.draft-tasks.toml +0 -0
- package/src/generators/add-moleculer/files/draft.toml +0 -61
|
@@ -1,3119 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
## [3.1.1-alpha.6](https://github.com/CDEBase/adminIde-stack/compare/v3.1.1-alpha.5...v3.1.1-alpha.6) (2023-01-24)
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
9
|
-
|
|
10
|
-
## [3.1.1-alpha.5](https://github.com/CDEBase/adminIde-stack/compare/v3.1.1-alpha.4...v3.1.1-alpha.5) (2023-01-23)
|
|
11
|
-
|
|
12
|
-
### Bug Fixes
|
|
13
|
-
|
|
14
|
-
- **billing:** typescript issues ([3de36ce](https://github.com/CDEBase/adminIde-stack/commit/3de36ce95b9b52935c09e69ec6d0e8edfddeb85d))
|
|
15
|
-
|
|
16
|
-
## [3.1.1-alpha.4](https://github.com/CDEBase/adminIde-stack/compare/v3.1.1-alpha.3...v3.1.1-alpha.4) (2023-01-22)
|
|
17
|
-
|
|
18
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
19
|
-
|
|
20
|
-
## [3.1.1-alpha.3](https://github.com/CDEBase/adminIde-stack/compare/v3.1.1-alpha.2...v3.1.1-alpha.3) (2023-01-22)
|
|
21
|
-
|
|
22
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
23
|
-
|
|
24
|
-
## [3.1.1-alpha.2](https://github.com/CDEBase/adminIde-stack/compare/v3.1.1-alpha.1...v3.1.1-alpha.2) (2023-01-21)
|
|
25
|
-
|
|
26
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
27
|
-
|
|
28
|
-
## [3.1.1-alpha.1](https://github.com/CDEBase/adminIde-stack/compare/v3.1.1-alpha.0...v3.1.1-alpha.1) (2023-01-21)
|
|
29
|
-
|
|
30
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
31
|
-
|
|
32
|
-
## [3.1.1-alpha.0](https://github.com/CDEBase/adminIde-stack/compare/v2.0.1-alpha.13...v3.1.1-alpha.0) (2023-01-21)
|
|
33
|
-
|
|
34
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
35
|
-
|
|
36
|
-
## [2.0.1-alpha.13](https://github.com/CDEBase/adminIde-stack/compare/v2.0.1-alpha.12...v2.0.1-alpha.13) (2023-01-11)
|
|
37
|
-
|
|
38
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
39
|
-
|
|
40
|
-
## [2.0.1-alpha.12](https://github.com/CDEBase/adminide-stack/compare/v2.0.1-alpha.11...v2.0.1-alpha.12) (2023-01-08)
|
|
41
|
-
|
|
42
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
43
|
-
|
|
44
|
-
## [2.0.1-alpha.11](https://github.com/cdmbase/adminide-stack/compare/v2.0.1-alpha.10...v2.0.1-alpha.11) (2023-01-05)
|
|
45
|
-
|
|
46
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
47
|
-
|
|
48
|
-
## [2.0.1-alpha.9](https://github.com/cdmbase/adminide-stack/compare/v2.0.1-alpha.8...v2.0.1-alpha.9) (2023-01-03)
|
|
49
|
-
|
|
50
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
51
|
-
|
|
52
|
-
## [2.0.1-alpha.7](https://github.com/cdmbase/adminide-stack/compare/v2.0.1-alpha.6...v2.0.1-alpha.7) (2022-12-29)
|
|
53
|
-
|
|
54
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
55
|
-
|
|
56
|
-
## [2.0.1-alpha.6](https://github.com/cdmbase/adminide-stack/compare/v2.0.1-alpha.5...v2.0.1-alpha.6) (2022-12-27)
|
|
57
|
-
|
|
58
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
59
|
-
|
|
60
|
-
## [2.0.1-alpha.3](https://github.com/cdmbase/adminide-stack/compare/v2.0.1-alpha.2...v2.0.1-alpha.3) (2022-12-27)
|
|
61
|
-
|
|
62
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
63
|
-
|
|
64
|
-
## [2.0.1-alpha.2](https://github.com/cdmbase/adminide-stack/compare/v2.0.1-alpha.0...v2.0.1-alpha.2) (2022-12-27)
|
|
65
|
-
|
|
66
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
67
|
-
|
|
68
|
-
## [2.0.1-alpha.0](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.201...v2.0.1-alpha.0) (2022-12-25)
|
|
69
|
-
|
|
70
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
71
|
-
|
|
72
|
-
## [1.1.3-alpha.201](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.200...v1.1.3-alpha.201) (2022-12-22)
|
|
73
|
-
|
|
74
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
75
|
-
|
|
76
|
-
## [1.1.3-alpha.199](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.198...v1.1.3-alpha.199) (2022-12-18)
|
|
77
|
-
|
|
78
|
-
### Bug Fixes
|
|
79
|
-
|
|
80
|
-
- **billing:** fix enterprise plan show ([03e9aaa](https://github.com/cdmbase/adminide-stack/commit/03e9aaa7e95fb3666b26acddd0c69e1ae40c2d87))
|
|
81
|
-
|
|
82
|
-
## [1.1.3-alpha.196](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.195...v1.1.3-alpha.196) (2022-12-17)
|
|
83
|
-
|
|
84
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
85
|
-
|
|
86
|
-
## [1.1.3-alpha.191](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.190...v1.1.3-alpha.191) (2022-12-15)
|
|
87
|
-
|
|
88
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
89
|
-
|
|
90
|
-
## [1.1.3-alpha.190](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.189...v1.1.3-alpha.190) (2022-12-13)
|
|
91
|
-
|
|
92
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
93
|
-
|
|
94
|
-
## [1.1.3-alpha.189](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.188...v1.1.3-alpha.189) (2022-12-11)
|
|
95
|
-
|
|
96
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
97
|
-
|
|
98
|
-
## [1.1.3-alpha.188](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.187...v1.1.3-alpha.188) (2022-12-11)
|
|
99
|
-
|
|
100
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
101
|
-
|
|
102
|
-
## [1.1.3-alpha.187](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.186...v1.1.3-alpha.187) (2022-12-10)
|
|
103
|
-
|
|
104
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
105
|
-
|
|
106
|
-
## [1.1.3-alpha.183](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.182...v1.1.3-alpha.183) (2022-12-09)
|
|
107
|
-
|
|
108
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
109
|
-
|
|
110
|
-
## [1.1.3-alpha.181](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.180...v1.1.3-alpha.181) (2022-12-09)
|
|
111
|
-
|
|
112
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
113
|
-
|
|
114
|
-
## [1.1.3-alpha.179](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.178...v1.1.3-alpha.179) (2022-12-09)
|
|
115
|
-
|
|
116
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
117
|
-
|
|
118
|
-
## [1.1.3-alpha.178](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.177...v1.1.3-alpha.178) (2022-12-09)
|
|
119
|
-
|
|
120
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
121
|
-
|
|
122
|
-
## [1.1.3-alpha.177](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.176...v1.1.3-alpha.177) (2022-12-07)
|
|
123
|
-
|
|
124
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
125
|
-
|
|
126
|
-
## [1.1.3-alpha.176](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.175...v1.1.3-alpha.176) (2022-12-07)
|
|
127
|
-
|
|
128
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
129
|
-
|
|
130
|
-
## [1.1.3-alpha.175](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.174...v1.1.3-alpha.175) (2022-12-06)
|
|
131
|
-
|
|
132
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
133
|
-
|
|
134
|
-
## [1.1.3-alpha.173](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.172...v1.1.3-alpha.173) (2022-12-01)
|
|
135
|
-
|
|
136
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
137
|
-
|
|
138
|
-
## [1.1.3-alpha.170](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.169...v1.1.3-alpha.170) (2022-12-01)
|
|
139
|
-
|
|
140
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
141
|
-
|
|
142
|
-
## [1.1.3-alpha.169](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.168...v1.1.3-alpha.169) (2022-12-01)
|
|
143
|
-
|
|
144
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
145
|
-
|
|
146
|
-
## [1.1.3-alpha.164](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.163...v1.1.3-alpha.164) (2022-11-17)
|
|
147
|
-
|
|
148
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
149
|
-
|
|
150
|
-
## [1.1.3-alpha.163](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.162...v1.1.3-alpha.163) (2022-11-16)
|
|
151
|
-
|
|
152
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
153
|
-
|
|
154
|
-
## [1.1.3-alpha.162](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.161...v1.1.3-alpha.162) (2022-11-15)
|
|
155
|
-
|
|
156
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
157
|
-
|
|
158
|
-
## [1.1.3-alpha.161](https://github.com/cdmbase/adminide-stack/compare/v0.0.16-3...v1.1.3-alpha.161) (2022-11-15)
|
|
159
|
-
|
|
160
|
-
### Bug Fixes
|
|
161
|
-
|
|
162
|
-
- :art: Remove the need for seperate menu generate as routes will do ([b0aa5fb](https://github.com/cdmbase/adminide-stack/commit/b0aa5fb238610cd38bb6ffcc03bfb3b970e11c45))
|
|
163
|
-
- billing header notice not showing current subscription ([4f016b2](https://github.com/cdmbase/adminide-stack/commit/4f016b29f6c9a62f8c9b32c973bc87a8972b946e))
|
|
164
|
-
- **billing-api-browser:** some layout related issues ([3b35c44](https://github.com/cdmbase/adminide-stack/commit/3b35c44c4b8f63b7071af8418dbd335e9a6cbc46))
|
|
165
|
-
- **billing-api:** add support to apply filter on multiple statuses in invoice ([cf984cd](https://github.com/cdmbase/adminide-stack/commit/cf984cd675e2fbf261bf68bcaa7f20a63f2b7ff9))
|
|
166
|
-
- **billing-api:** broken redirection from home to plans after route change ([43e4255](https://github.com/cdmbase/adminide-stack/commit/43e4255fed4b563db781cfbc34d2519ca9a81dec))
|
|
167
|
-
- **billing-api:** fix plan not being updated along-with payments ([82505e9](https://github.com/cdmbase/adminide-stack/commit/82505e945b09719831f8831b35f8f21dedf57243))
|
|
168
|
-
- **billing-api:** update plan button state enable/disable based on dirty state ([1450e08](https://github.com/cdmbase/adminide-stack/commit/1450e0881aa5f734632fda81c2776e7846168e56))
|
|
169
|
-
- **billing-browser:** fix undefined trial days ([fc7bfdf](https://github.com/cdmbase/adminide-stack/commit/fc7bfdf78ab14e8be56e8b6792ba2fe779ddafba))
|
|
170
|
-
- **billing-browser:** one time payment screen ([4951c4a](https://github.com/cdmbase/adminide-stack/commit/4951c4afaa608d732bc52b4fde039e5b198d9c78))
|
|
171
|
-
- **billing/payment-profile:** case sensitive imports ([0cb79ba](https://github.com/cdmbase/adminide-stack/commit/0cb79ba42e1cf061b5d78e805d48228d6522b14e))
|
|
172
|
-
- **billing:** change plan subscription changes ([48ec431](https://github.com/cdmbase/adminide-stack/commit/48ec43174967cdec738f8ffa69eb102029c9d6ad)), closes [#1104](https://github.com/cdmbase/adminide-stack/issues/1104)
|
|
173
|
-
- **billing:** fix null users in enterprise plan card ([b4adb4a](https://github.com/cdmbase/adminide-stack/commit/b4adb4a707642c2e2e1a42c672e1149fe18de9ac))
|
|
174
|
-
- **billing:** fix price calculation in payment plans ([74f69e7](https://github.com/cdmbase/adminide-stack/commit/74f69e7467f5741688fe7878ebde0fa504797a65))
|
|
175
|
-
- **billing:** layout on home page ([022073f](https://github.com/cdmbase/adminide-stack/commit/022073f71a9fad5edcb239f22c1d95c9594b3eec)), closes [#883](https://github.com/cdmbase/adminide-stack/issues/883)
|
|
176
|
-
- **billing:** policy not being updated correctly after plan change ([7d47f54](https://github.com/cdmbase/adminide-stack/commit/7d47f54e2efc0b299235667943e5f557bc8bd4bf))
|
|
177
|
-
- **billing:** price calculation on home page ([659fb74](https://github.com/cdmbase/adminide-stack/commit/659fb74841ab81787489c016b18a08be789ebcae))
|
|
178
|
-
- **billing:** remove lodash-es usage ([4b4ef35](https://github.com/cdmbase/adminide-stack/commit/4b4ef359e849080e901c0f978bc9f38285eb09d9))
|
|
179
|
-
- **billing:** some runtime error accessing undefined values ([cb87f4a](https://github.com/cdmbase/adminide-stack/commit/cb87f4a19f542624abdd450de211cc050a4755c6))
|
|
180
|
-
- **billing:** stripe connect workflow ([d8e8210](https://github.com/cdmbase/adminide-stack/commit/d8e821045daabfc6b64047d4e72876266ae66199))
|
|
181
|
-
- **billing:** update invoice resolver to return only user's invoice ([8ebae1e](https://github.com/cdmbase/adminide-stack/commit/8ebae1e53c46116d751f09294af8a6ba999cdb0f))
|
|
182
|
-
- **create-workspace:** form to generate valid data ([d7f5e08](https://github.com/cdmbase/adminide-stack/commit/d7f5e085f498d1153b6be43c990c2fca421f7b45))
|
|
183
|
-
- decline invite and subscription issue ([c3bdfb2](https://github.com/cdmbase/adminide-stack/commit/c3bdfb25037716328a2ff68b571c7ff2bf63a00d))
|
|
184
|
-
- hide invoices with 0 amount ([2c05c52](https://github.com/cdmbase/adminide-stack/commit/2c05c52aafdd5eb98008eddc16140f7c5ac849d2))
|
|
185
|
-
- **paypal-integration:** update custom Oauth integration ([13fe09a](https://github.com/cdmbase/adminide-stack/commit/13fe09ac274fca29cd4465596783e47b456f55d4))
|
|
186
|
-
- pr comments ([22b55fe](https://github.com/cdmbase/adminide-stack/commit/22b55fe0388201c3db79c2d0091ef08eb9a60dac))
|
|
187
|
-
- treat pro plan as archive unless all cli copies gets updated ([4158bcf](https://github.com/cdmbase/adminide-stack/commit/4158bcf2dff2ba740f89d5a673051a7d63f0c0c8))
|
|
188
|
-
- **workspace:** redirection after workspace save, and react error on git provider tab change ([2ec12c5](https://github.com/cdmbase/adminide-stack/commit/2ec12c5110ed967f2ae82efee67b9e47a6b85156))
|
|
189
|
-
|
|
190
|
-
### Features
|
|
191
|
-
|
|
192
|
-
- :art: Add lifecycle to wrapper to configuration and permissions ([efe2014](https://github.com/cdmbase/adminide-stack/commit/efe2014e816df96dde6ebcfe909544e48dfeab09))
|
|
193
|
-
- add annual plans ([dad30e8](https://github.com/cdmbase/adminide-stack/commit/dad30e8fb53c7ddd4d916ef2efb22e68713fe051))
|
|
194
|
-
- add backend gql query to fetch payments payouts ([a223a32](https://github.com/cdmbase/adminide-stack/commit/a223a328dcca313e1ecda3a19e0ac9a608771eda))
|
|
195
|
-
- add paypal payout support on the UI ([4179769](https://github.com/cdmbase/adminide-stack/commit/41797692c454bfa6f9b779717017a55d823cd774))
|
|
196
|
-
- add roles and permissions in billing module ([08a7a25](https://github.com/cdmbase/adminide-stack/commit/08a7a25e565402a4567e8a1695629c1dda2fabb0))
|
|
197
|
-
- added authorization code flow for integrations ([517d860](https://github.com/cdmbase/adminide-stack/commit/517d8604ce3ba50d60de6bf31bd37a68d8cf9a19))
|
|
198
|
-
- **billing-api-server:** add subscriptions and custom fields resolvers ([5df9952](https://github.com/cdmbase/adminide-stack/commit/5df9952054d3e00a148369a5b4971ac72fa175b0))
|
|
199
|
-
- **billing-api:** add bank account form ([4747d99](https://github.com/cdmbase/adminide-stack/commit/4747d99eea490570837cb1e99c78d08ba46027fa))
|
|
200
|
-
- **billing-api:** add complete workflow of plan subscriptions ([7212b5b](https://github.com/cdmbase/adminide-stack/commit/7212b5b011e90ffae37b0d5300a214aed6df99e2))
|
|
201
|
-
- **billing-api:** add CRUD for payment methods ([8403291](https://github.com/cdmbase/adminide-stack/commit/840329171148f39c51518356af9b6e90d9a1ea0f))
|
|
202
|
-
- **billing-api:** add support to change usage through plan cards ([b56ffc0](https://github.com/cdmbase/adminide-stack/commit/b56ffc02a09c68188b282c7c4242a9e4bc6cceed))
|
|
203
|
-
- **billing-api:** keep container count while switching between plan intervals ([dd5d730](https://github.com/cdmbase/adminide-stack/commit/dd5d730cf8c62b3a7229fe1a68c9f98094cdce28))
|
|
204
|
-
- **billing-api:** make dynamic payment plan cards ([e144968](https://github.com/cdmbase/adminide-stack/commit/e1449680ee17854d92cb98059a84fab043ad4da0))
|
|
205
|
-
- **billing-api:** make payments component modular ([e6c1bc1](https://github.com/cdmbase/adminide-stack/commit/e6c1bc1efe842269e9b528bfe1ed2300c0b3a31b))
|
|
206
|
-
- **billing-server:** add local payouts collection ([a1fdb9a](https://github.com/cdmbase/adminide-stack/commit/a1fdb9a90f33c4dd84c1fc0ec36580ebe93960d4))
|
|
207
|
-
- **billing/payment-integration:** add paypal payment integration ([de13feb](https://github.com/cdmbase/adminide-stack/commit/de13feb94b8556b57c7ae3301ed1fd2541e33d8c))
|
|
208
|
-
- **billing/payment-integrations:** add external account crud and dashboard ([4b5b267](https://github.com/cdmbase/adminide-stack/commit/4b5b2675ae1a4a9a32573f4606f37b647cdc319a)), closes [#989](https://github.com/cdmbase/adminide-stack/issues/989)
|
|
209
|
-
- **billing/payment-profile:** add transfer between two stripe connect accounts ([5c25adf](https://github.com/cdmbase/adminide-stack/commit/5c25adf86f744a89f64992d791676c93eb114e9c))
|
|
210
|
-
- **billing/payment-transfer:** add payment method step ([8a6b87e](https://github.com/cdmbase/adminide-stack/commit/8a6b87e23f2512e6f41f3178eda9b7ef4574a0a3))
|
|
211
|
-
- **billing:** add billing notice bar on top ([f1b9e7c](https://github.com/cdmbase/adminide-stack/commit/f1b9e7c8547b731c488b92ff75c5e4c6407b70e8)), closes [#1093](https://github.com/cdmbase/adminide-stack/issues/1093)
|
|
212
|
-
- **billing:** add billing plan and products db migrations ([8018d91](https://github.com/cdmbase/adminide-stack/commit/8018d9187de04f6cbb9a0085cca05e9f96cf5e6a)), closes [#1116](https://github.com/cdmbase/adminide-stack/issues/1116)
|
|
213
|
-
- **billing:** add CRUD operations for bank account source ([21625cb](https://github.com/cdmbase/adminide-stack/commit/21625cbbb6efd28e9664c5b2a77388847d1a13f7))
|
|
214
|
-
- **billing:** add default usage on subscription create ([c615dce](https://github.com/cdmbase/adminide-stack/commit/c615dcef0b65ca52413a96fdc39099b0c97f8399))
|
|
215
|
-
- **billing:** add dynamic configuration policies inside plan meta data ([75b113d](https://github.com/cdmbase/adminide-stack/commit/75b113d2fccedba59a43b79ea584a8c75ba077e3)), closes [#1116](https://github.com/cdmbase/adminide-stack/issues/1116)
|
|
216
|
-
- **billing:** add history table in the paypal configuration ([2a5cbe7](https://github.com/cdmbase/adminide-stack/commit/2a5cbe7d99b6009e7e8957dd717accad44da4430))
|
|
217
|
-
- **billing:** add home screen to the billing module ([b40c67f](https://github.com/cdmbase/adminide-stack/commit/b40c67ffab3a8af78a82ebb2d0bccb5126682d90))
|
|
218
|
-
- **billing:** add payment profiles & stripe connect integration ([5836c0b](https://github.com/cdmbase/adminide-stack/commit/5836c0b0d43611908d13c929f0de18be351f5e1e))
|
|
219
|
-
- **billing:** add payout options for stripe ([cc6dd18](https://github.com/cdmbase/adminide-stack/commit/cc6dd18a9004365925a46e544e453967227afbc1)), closes [#989](https://github.com/cdmbase/adminide-stack/issues/989)
|
|
220
|
-
- **billing:** add paypal integration configuration ([2577565](https://github.com/cdmbase/adminide-stack/commit/2577565d0f75153471ef5d0e5e9eb288cb583f58))
|
|
221
|
-
- **billing:** add paypal integration status alongside the members ([1208844](https://github.com/cdmbase/adminide-stack/commit/1208844d17de90459f65cd4cf133b2eb285bffd3))
|
|
222
|
-
- **billing:** add paypal payout integration ([bc1db34](https://github.com/cdmbase/adminide-stack/commit/bc1db3423b2c47b4babbbee9492fe36cba6fba2b))
|
|
223
|
-
- **billing:** add separate pricing for containers storage ([0e57053](https://github.com/cdmbase/adminide-stack/commit/0e570537ffb383a5c040db94b02feb57f2f1210f))
|
|
224
|
-
- **billing:** add slot fill for payment integration component ([de97e7f](https://github.com/cdmbase/adminide-stack/commit/de97e7f680f63b32e84f3d505b2bd572975369af))
|
|
225
|
-
- **billing:** add status in billing schema ([6254c5a](https://github.com/cdmbase/adminide-stack/commit/6254c5ae5d8f783c9e9d692d1154ac4d8e6a8165)), closes [#875](https://github.com/cdmbase/adminide-stack/issues/875)
|
|
226
|
-
- **billing:** add stripe transfer preview component ([b448fde](https://github.com/cdmbase/adminide-stack/commit/b448fde0568082e5b5cf88e4fe4e7443c6a875f2))
|
|
227
|
-
- **billing:** add support for invoices ([2847a54](https://github.com/cdmbase/adminide-stack/commit/2847a54219ed526b6993a963bf58b79cea20e3e4))
|
|
228
|
-
- **billing:** add support to persist state of all plan cards ([be5359f](https://github.com/cdmbase/adminide-stack/commit/be5359f165ea5936b8c83f6875f09fc30fbcc125))
|
|
229
|
-
- **billing:** add users in subscription plans ([c54a9ae](https://github.com/cdmbase/adminide-stack/commit/c54a9ae5c2bf59141f08b2fa1f52243329630afe)), closes [#872](https://github.com/cdmbase/adminide-stack/issues/872)
|
|
230
|
-
- **billing:** change plan with existing user ([6c81368](https://github.com/cdmbase/adminide-stack/commit/6c81368fc768953ba852581a0465d8352004800f)), closes [#449](https://github.com/cdmbase/adminide-stack/issues/449)
|
|
231
|
-
- **billing:** charge transfer fee from the preferences ([df904dc](https://github.com/cdmbase/adminide-stack/commit/df904dc5d838c65c17557e1dff91514ae1f78b0f))
|
|
232
|
-
- **billing:** handle free plans with policy only ([cbb8f5f](https://github.com/cdmbase/adminide-stack/commit/cbb8f5f68072edf04c403a694aa9712d2cada609))
|
|
233
|
-
- **billing:** introduced new payment plans ([f269aa5](https://github.com/cdmbase/adminide-stack/commit/f269aa50f50b1177b234c98da93aefb1aeaf0f2b))
|
|
234
|
-
- **billing:** list all organizations and add option to select organizations to manage billing ([2c44c03](https://github.com/cdmbase/adminide-stack/commit/2c44c03c32f9421a176c2c71d90d85f755c429f7))
|
|
235
|
-
- **billing:** make payment screen modular ([108e614](https://github.com/cdmbase/adminide-stack/commit/108e614510cc9d381112ed13f6a852ee29b0b941))
|
|
236
|
-
- **billing:** move billing module from user to organization ([c2c5abb](https://github.com/cdmbase/adminide-stack/commit/c2c5abb80886df20cac11a5756c6fa02ce8fde27))
|
|
237
|
-
- **billing:** move from metered plans to fixed price plans ([1ccb791](https://github.com/cdmbase/adminide-stack/commit/1ccb7915c4fbcd8bde78f3ac2efe7abacc35b28b))
|
|
238
|
-
- **billing:** show details from policy configuration ([71a0449](https://github.com/cdmbase/adminide-stack/commit/71a04494cd718d361189544bd33693a631478463))
|
|
239
|
-
- **billing:** store prev and current subscription ([351256f](https://github.com/cdmbase/adminide-stack/commit/351256f737966865856045fe8f198a728d11180d)), closes [#919](https://github.com/cdmbase/adminide-stack/issues/919)
|
|
240
|
-
- **billing:** update build configurations to use roll up ([588cc17](https://github.com/cdmbase/adminide-stack/commit/588cc17866c9105c31db87c4d85d1ff9075e58e3)), closes [#1121](https://github.com/cdmbase/adminide-stack/issues/1121)
|
|
241
|
-
- **billing:** update invoices table ([72c005f](https://github.com/cdmbase/adminide-stack/commit/72c005f0bbecb16e3bb81724ec37585eb844883b))
|
|
242
|
-
- make stripe integration compatible with our integration workflow ([a815c28](https://github.com/cdmbase/adminide-stack/commit/a815c28f53ca14b58f04d0846ffa405a8d4c3f54))
|
|
243
|
-
- **payment-plans:** highlight the currently active payment plan for user ([0fe50a8](https://github.com/cdmbase/adminide-stack/commit/0fe50a8ceca6be8fa208521ec2165405fbfe3d10))
|
|
244
|
-
- refactored isUserAuthenticated and removed dependencies for useAuth and ProvideAuth ([4441870](https://github.com/cdmbase/adminide-stack/commit/44418703265e84c96fc6d3ce9b23d81dd8d33cf5))
|
|
245
|
-
- reverted back lazy loading changes ([3cc76fa](https://github.com/cdmbase/adminide-stack/commit/3cc76faadde37bf4e2d1ff0f10e8dfc7fb5e54c1))
|
|
246
|
-
- update paypal payment profile implementation ([94c150f](https://github.com/cdmbase/adminide-stack/commit/94c150f0e36b89aac48e8d9fd24d58f741a7f5bb))
|
|
247
|
-
|
|
248
|
-
## [1.1.3-alpha.159](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.158...v1.1.3-alpha.159) (2022-11-14)
|
|
249
|
-
|
|
250
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
251
|
-
|
|
252
|
-
## [1.1.3-alpha.155](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.154...v1.1.3-alpha.155) (2022-11-13)
|
|
253
|
-
|
|
254
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
255
|
-
|
|
256
|
-
## [1.1.3-alpha.154](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.153...v1.1.3-alpha.154) (2022-11-11)
|
|
257
|
-
|
|
258
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
259
|
-
|
|
260
|
-
## [1.1.3-alpha.153](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.152...v1.1.3-alpha.153) (2022-11-11)
|
|
261
|
-
|
|
262
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
263
|
-
|
|
264
|
-
## [1.1.3-alpha.150](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.149...v1.1.3-alpha.150) (2022-11-03)
|
|
265
|
-
|
|
266
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
267
|
-
|
|
268
|
-
## [1.1.3-alpha.149](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.148...v1.1.3-alpha.149) (2022-11-02)
|
|
269
|
-
|
|
270
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
271
|
-
|
|
272
|
-
## [1.1.3-alpha.146](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.145...v1.1.3-alpha.146) (2022-10-31)
|
|
273
|
-
|
|
274
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
275
|
-
|
|
276
|
-
## [1.1.3-alpha.145](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.144...v1.1.3-alpha.145) (2022-10-31)
|
|
277
|
-
|
|
278
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
279
|
-
|
|
280
|
-
## [1.1.3-alpha.143](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.142...v1.1.3-alpha.143) (2022-10-30)
|
|
281
|
-
|
|
282
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
283
|
-
|
|
284
|
-
## [1.1.3-alpha.142](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.141...v1.1.3-alpha.142) (2022-10-30)
|
|
285
|
-
|
|
286
|
-
### Features
|
|
287
|
-
|
|
288
|
-
- added authorization code flow for integrations ([517d860](https://github.com/cdmbase/adminide-stack/commit/517d8604ce3ba50d60de6bf31bd37a68d8cf9a19))
|
|
289
|
-
|
|
290
|
-
## [1.1.3-alpha.138](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.137...v1.1.3-alpha.138) (2022-10-28)
|
|
291
|
-
|
|
292
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
293
|
-
|
|
294
|
-
## [1.1.3-alpha.135](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.134...v1.1.3-alpha.135) (2022-10-27)
|
|
295
|
-
|
|
296
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
297
|
-
|
|
298
|
-
## [1.1.3-alpha.130](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.129...v1.1.3-alpha.130) (2022-10-27)
|
|
299
|
-
|
|
300
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
301
|
-
|
|
302
|
-
## [1.1.3-alpha.129](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.128...v1.1.3-alpha.129) (2022-10-26)
|
|
303
|
-
|
|
304
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
305
|
-
|
|
306
|
-
## [1.1.3-alpha.127](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.126...v1.1.3-alpha.127) (2022-10-25)
|
|
307
|
-
|
|
308
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
309
|
-
|
|
310
|
-
## [1.1.3-alpha.125](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.124...v1.1.3-alpha.125) (2022-10-25)
|
|
311
|
-
|
|
312
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
313
|
-
|
|
314
|
-
## [1.1.3-alpha.122](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.121...v1.1.3-alpha.122) (2022-10-24)
|
|
315
|
-
|
|
316
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
317
|
-
|
|
318
|
-
## [1.1.3-alpha.120](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.119...v1.1.3-alpha.120) (2022-10-21)
|
|
319
|
-
|
|
320
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
321
|
-
|
|
322
|
-
## [1.1.3-alpha.118](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.117...v1.1.3-alpha.118) (2022-10-19)
|
|
323
|
-
|
|
324
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
325
|
-
|
|
326
|
-
## [1.1.3-alpha.115](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.114...v1.1.3-alpha.115) (2022-10-18)
|
|
327
|
-
|
|
328
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
329
|
-
|
|
330
|
-
## [1.1.3-alpha.114](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.113...v1.1.3-alpha.114) (2022-10-18)
|
|
331
|
-
|
|
332
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
333
|
-
|
|
334
|
-
## [1.1.3-alpha.113](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.112...v1.1.3-alpha.113) (2022-10-17)
|
|
335
|
-
|
|
336
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
337
|
-
|
|
338
|
-
## [1.1.3-alpha.112](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.111...v1.1.3-alpha.112) (2022-10-17)
|
|
339
|
-
|
|
340
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
341
|
-
|
|
342
|
-
## [1.1.3-alpha.111](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.110...v1.1.3-alpha.111) (2022-10-16)
|
|
343
|
-
|
|
344
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
345
|
-
|
|
346
|
-
## [1.1.3-alpha.109](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.108...v1.1.3-alpha.109) (2022-10-14)
|
|
347
|
-
|
|
348
|
-
### Features
|
|
349
|
-
|
|
350
|
-
- add backend gql query to fetch payments payouts ([a223a32](https://github.com/cdmbase/adminide-stack/commit/a223a328dcca313e1ecda3a19e0ac9a608771eda))
|
|
351
|
-
- **billing-server:** add local payouts collection ([a1fdb9a](https://github.com/cdmbase/adminide-stack/commit/a1fdb9a90f33c4dd84c1fc0ec36580ebe93960d4))
|
|
352
|
-
|
|
353
|
-
## [1.1.3-alpha.108](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.107...v1.1.3-alpha.108) (2022-10-14)
|
|
354
|
-
|
|
355
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
356
|
-
|
|
357
|
-
## [1.1.3-alpha.105](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.104...v1.1.3-alpha.105) (2022-10-13)
|
|
358
|
-
|
|
359
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
360
|
-
|
|
361
|
-
## [1.1.3-alpha.100](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.99...v1.1.3-alpha.100) (2022-10-11)
|
|
362
|
-
|
|
363
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
364
|
-
|
|
365
|
-
## [1.1.3-alpha.97](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.96...v1.1.3-alpha.97) (2022-10-08)
|
|
366
|
-
|
|
367
|
-
### Bug Fixes
|
|
368
|
-
|
|
369
|
-
- **billing-browser:** one time payment screen ([4951c4a](https://github.com/cdmbase/adminide-stack/commit/4951c4afaa608d732bc52b4fde039e5b198d9c78))
|
|
370
|
-
|
|
371
|
-
## [1.1.3-alpha.95](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.94...v1.1.3-alpha.95) (2022-10-08)
|
|
372
|
-
|
|
373
|
-
### Features
|
|
374
|
-
|
|
375
|
-
- **billing:** add history table in the paypal configuration ([2a5cbe7](https://github.com/cdmbase/adminide-stack/commit/2a5cbe7d99b6009e7e8957dd717accad44da4430))
|
|
376
|
-
|
|
377
|
-
## [1.1.3-alpha.86](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.85...v1.1.3-alpha.86) (2022-10-04)
|
|
378
|
-
|
|
379
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
380
|
-
|
|
381
|
-
## [1.1.3-alpha.81](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.80...v1.1.3-alpha.81) (2022-10-03)
|
|
382
|
-
|
|
383
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
384
|
-
|
|
385
|
-
## [1.1.3-alpha.80](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.79...v1.1.3-alpha.80) (2022-10-03)
|
|
386
|
-
|
|
387
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
388
|
-
|
|
389
|
-
## [1.1.3-alpha.73](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.72...v1.1.3-alpha.73) (2022-09-28)
|
|
390
|
-
|
|
391
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
392
|
-
|
|
393
|
-
## [1.1.3-alpha.72](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.71...v1.1.3-alpha.72) (2022-09-27)
|
|
394
|
-
|
|
395
|
-
### Features
|
|
396
|
-
|
|
397
|
-
- add paypal payout support on the UI ([4179769](https://github.com/cdmbase/adminide-stack/commit/41797692c454bfa6f9b779717017a55d823cd774))
|
|
398
|
-
|
|
399
|
-
## [1.1.3-alpha.70](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.69...v1.1.3-alpha.70) (2022-09-26)
|
|
400
|
-
|
|
401
|
-
### Features
|
|
402
|
-
|
|
403
|
-
- update paypal payment profile implementation ([94c150f](https://github.com/cdmbase/adminide-stack/commit/94c150f0e36b89aac48e8d9fd24d58f741a7f5bb))
|
|
404
|
-
|
|
405
|
-
## [1.1.3-alpha.69](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.68...v1.1.3-alpha.69) (2022-09-25)
|
|
406
|
-
|
|
407
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
408
|
-
|
|
409
|
-
## [1.1.3-alpha.65](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.64...v1.1.3-alpha.65) (2022-09-21)
|
|
410
|
-
|
|
411
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
412
|
-
|
|
413
|
-
## [1.1.3-alpha.60](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.59...v1.1.3-alpha.60) (2022-09-20)
|
|
414
|
-
|
|
415
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
416
|
-
|
|
417
|
-
## [1.1.3-alpha.58](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.57...v1.1.3-alpha.58) (2022-09-17)
|
|
418
|
-
|
|
419
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
420
|
-
|
|
421
|
-
## [1.1.3-alpha.57](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.56...v1.1.3-alpha.57) (2022-09-16)
|
|
422
|
-
|
|
423
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
424
|
-
|
|
425
|
-
## [1.1.3-alpha.56](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.55...v1.1.3-alpha.56) (2022-09-16)
|
|
426
|
-
|
|
427
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
428
|
-
|
|
429
|
-
## [1.1.3-alpha.54](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.53...v1.1.3-alpha.54) (2022-08-25)
|
|
430
|
-
|
|
431
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
432
|
-
|
|
433
|
-
## [1.1.3-alpha.53](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.52...v1.1.3-alpha.53) (2022-08-24)
|
|
434
|
-
|
|
435
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
436
|
-
|
|
437
|
-
## [1.1.3-alpha.50](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.49...v1.1.3-alpha.50) (2022-08-22)
|
|
438
|
-
|
|
439
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
440
|
-
|
|
441
|
-
## [1.1.3-alpha.49](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.48...v1.1.3-alpha.49) (2022-08-22)
|
|
442
|
-
|
|
443
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
444
|
-
|
|
445
|
-
## [1.1.3-alpha.48](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.47...v1.1.3-alpha.48) (2022-08-22)
|
|
446
|
-
|
|
447
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
448
|
-
|
|
449
|
-
## [1.1.3-alpha.44](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.43...v1.1.3-alpha.44) (2022-08-07)
|
|
450
|
-
|
|
451
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
452
|
-
|
|
453
|
-
## [1.1.3-alpha.42](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.41...v1.1.3-alpha.42) (2022-08-02)
|
|
454
|
-
|
|
455
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
456
|
-
|
|
457
|
-
## [1.1.3-alpha.38](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.37...v1.1.3-alpha.38) (2022-07-28)
|
|
458
|
-
|
|
459
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
460
|
-
|
|
461
|
-
## [1.1.3-alpha.35](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.34...v1.1.3-alpha.35) (2022-07-03)
|
|
462
|
-
|
|
463
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
464
|
-
|
|
465
|
-
## [1.1.3-alpha.33](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.32...v1.1.3-alpha.33) (2022-06-29)
|
|
466
|
-
|
|
467
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
468
|
-
|
|
469
|
-
## [1.1.3-alpha.32](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.31...v1.1.3-alpha.32) (2022-06-27)
|
|
470
|
-
|
|
471
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
472
|
-
|
|
473
|
-
## [1.1.3-alpha.31](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.30...v1.1.3-alpha.31) (2022-06-26)
|
|
474
|
-
|
|
475
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
476
|
-
|
|
477
|
-
## [1.1.3-alpha.30](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.29...v1.1.3-alpha.30) (2022-06-25)
|
|
478
|
-
|
|
479
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
480
|
-
|
|
481
|
-
## [1.1.3-alpha.29](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.28...v1.1.3-alpha.29) (2022-06-25)
|
|
482
|
-
|
|
483
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
484
|
-
|
|
485
|
-
## [1.1.3-alpha.28](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.27...v1.1.3-alpha.28) (2022-06-25)
|
|
486
|
-
|
|
487
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
488
|
-
|
|
489
|
-
## [1.1.3-alpha.27](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.26...v1.1.3-alpha.27) (2022-06-23)
|
|
490
|
-
|
|
491
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
492
|
-
|
|
493
|
-
## [1.1.3-alpha.26](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.25...v1.1.3-alpha.26) (2022-06-23)
|
|
494
|
-
|
|
495
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
496
|
-
|
|
497
|
-
## [1.1.3-alpha.24](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.23...v1.1.3-alpha.24) (2022-06-20)
|
|
498
|
-
|
|
499
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
500
|
-
|
|
501
|
-
## [1.1.3-alpha.22](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.21...v1.1.3-alpha.22) (2022-06-19)
|
|
502
|
-
|
|
503
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
504
|
-
|
|
505
|
-
## [1.1.3-alpha.17](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.16...v1.1.3-alpha.17) (2022-06-18)
|
|
506
|
-
|
|
507
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
508
|
-
|
|
509
|
-
## [1.1.3-alpha.11](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.10...v1.1.3-alpha.11) (2022-06-08)
|
|
510
|
-
|
|
511
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
512
|
-
|
|
513
|
-
## [1.1.3-alpha.8](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.7...v1.1.3-alpha.8) (2022-06-05)
|
|
514
|
-
|
|
515
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
516
|
-
|
|
517
|
-
## [1.1.3-alpha.5](https://github.com/cdmbase/adminide-stack/compare/v0.0.16-3...v1.1.3-alpha.5) (2022-06-04)
|
|
518
|
-
|
|
519
|
-
### Bug Fixes
|
|
520
|
-
|
|
521
|
-
- :art: Remove the need for seperate menu generate as routes will do ([b0aa5fb](https://github.com/cdmbase/adminide-stack/commit/b0aa5fb238610cd38bb6ffcc03bfb3b970e11c45))
|
|
522
|
-
- billing header notice not showing current subscription ([4f016b2](https://github.com/cdmbase/adminide-stack/commit/4f016b29f6c9a62f8c9b32c973bc87a8972b946e))
|
|
523
|
-
- **billing-api-browser:** some layout related issues ([3b35c44](https://github.com/cdmbase/adminide-stack/commit/3b35c44c4b8f63b7071af8418dbd335e9a6cbc46))
|
|
524
|
-
- **billing-api:** add support to apply filter on multiple statuses in invoice ([cf984cd](https://github.com/cdmbase/adminide-stack/commit/cf984cd675e2fbf261bf68bcaa7f20a63f2b7ff9))
|
|
525
|
-
- **billing-api:** broken redirection from home to plans after route change ([43e4255](https://github.com/cdmbase/adminide-stack/commit/43e4255fed4b563db781cfbc34d2519ca9a81dec))
|
|
526
|
-
- **billing-api:** fix plan not being updated along-with payments ([82505e9](https://github.com/cdmbase/adminide-stack/commit/82505e945b09719831f8831b35f8f21dedf57243))
|
|
527
|
-
- **billing-api:** update plan button state enable/disable based on dirty state ([1450e08](https://github.com/cdmbase/adminide-stack/commit/1450e0881aa5f734632fda81c2776e7846168e56))
|
|
528
|
-
- **billing-browser:** fix undefined trial days ([fc7bfdf](https://github.com/cdmbase/adminide-stack/commit/fc7bfdf78ab14e8be56e8b6792ba2fe779ddafba))
|
|
529
|
-
- **billing/payment-profile:** case sensitive imports ([0cb79ba](https://github.com/cdmbase/adminide-stack/commit/0cb79ba42e1cf061b5d78e805d48228d6522b14e))
|
|
530
|
-
- **billing:** change plan subscription changes ([48ec431](https://github.com/cdmbase/adminide-stack/commit/48ec43174967cdec738f8ffa69eb102029c9d6ad)), closes [#1104](https://github.com/cdmbase/adminide-stack/issues/1104)
|
|
531
|
-
- **billing:** fix null users in enterprise plan card ([b4adb4a](https://github.com/cdmbase/adminide-stack/commit/b4adb4a707642c2e2e1a42c672e1149fe18de9ac))
|
|
532
|
-
- **billing:** fix price calculation in payment plans ([74f69e7](https://github.com/cdmbase/adminide-stack/commit/74f69e7467f5741688fe7878ebde0fa504797a65))
|
|
533
|
-
- **billing:** layout on home page ([022073f](https://github.com/cdmbase/adminide-stack/commit/022073f71a9fad5edcb239f22c1d95c9594b3eec)), closes [#883](https://github.com/cdmbase/adminide-stack/issues/883)
|
|
534
|
-
- **billing:** policy not being updated correctly after plan change ([7d47f54](https://github.com/cdmbase/adminide-stack/commit/7d47f54e2efc0b299235667943e5f557bc8bd4bf))
|
|
535
|
-
- **billing:** price calculation on home page ([659fb74](https://github.com/cdmbase/adminide-stack/commit/659fb74841ab81787489c016b18a08be789ebcae))
|
|
536
|
-
- **billing:** remove lodash-es usage ([4b4ef35](https://github.com/cdmbase/adminide-stack/commit/4b4ef359e849080e901c0f978bc9f38285eb09d9))
|
|
537
|
-
- **billing:** some runtime error accessing undefined values ([cb87f4a](https://github.com/cdmbase/adminide-stack/commit/cb87f4a19f542624abdd450de211cc050a4755c6))
|
|
538
|
-
- **billing:** stripe connect workflow ([d8e8210](https://github.com/cdmbase/adminide-stack/commit/d8e821045daabfc6b64047d4e72876266ae66199))
|
|
539
|
-
- **billing:** update invoice resolver to return only user's invoice ([8ebae1e](https://github.com/cdmbase/adminide-stack/commit/8ebae1e53c46116d751f09294af8a6ba999cdb0f))
|
|
540
|
-
- **create-workspace:** form to generate valid data ([d7f5e08](https://github.com/cdmbase/adminide-stack/commit/d7f5e085f498d1153b6be43c990c2fca421f7b45))
|
|
541
|
-
- decline invite and subscription issue ([c3bdfb2](https://github.com/cdmbase/adminide-stack/commit/c3bdfb25037716328a2ff68b571c7ff2bf63a00d))
|
|
542
|
-
- hide invoices with 0 amount ([2c05c52](https://github.com/cdmbase/adminide-stack/commit/2c05c52aafdd5eb98008eddc16140f7c5ac849d2))
|
|
543
|
-
- **paypal-integration:** update custom Oauth integration ([13fe09a](https://github.com/cdmbase/adminide-stack/commit/13fe09ac274fca29cd4465596783e47b456f55d4))
|
|
544
|
-
- pr comments ([22b55fe](https://github.com/cdmbase/adminide-stack/commit/22b55fe0388201c3db79c2d0091ef08eb9a60dac))
|
|
545
|
-
- treat pro plan as archive unless all cli copies gets updated ([4158bcf](https://github.com/cdmbase/adminide-stack/commit/4158bcf2dff2ba740f89d5a673051a7d63f0c0c8))
|
|
546
|
-
- **workspace:** redirection after workspace save, and react error on git provider tab change ([2ec12c5](https://github.com/cdmbase/adminide-stack/commit/2ec12c5110ed967f2ae82efee67b9e47a6b85156))
|
|
547
|
-
|
|
548
|
-
### Features
|
|
549
|
-
|
|
550
|
-
- :art: Add lifecycle to wrapper to configuration and permissions ([efe2014](https://github.com/cdmbase/adminide-stack/commit/efe2014e816df96dde6ebcfe909544e48dfeab09))
|
|
551
|
-
- add annual plans ([dad30e8](https://github.com/cdmbase/adminide-stack/commit/dad30e8fb53c7ddd4d916ef2efb22e68713fe051))
|
|
552
|
-
- add roles and permissions in billing module ([08a7a25](https://github.com/cdmbase/adminide-stack/commit/08a7a25e565402a4567e8a1695629c1dda2fabb0))
|
|
553
|
-
- **billing-api-server:** add subscriptions and custom fields resolvers ([5df9952](https://github.com/cdmbase/adminide-stack/commit/5df9952054d3e00a148369a5b4971ac72fa175b0))
|
|
554
|
-
- **billing-api:** add bank account form ([4747d99](https://github.com/cdmbase/adminide-stack/commit/4747d99eea490570837cb1e99c78d08ba46027fa))
|
|
555
|
-
- **billing-api:** add complete workflow of plan subscriptions ([7212b5b](https://github.com/cdmbase/adminide-stack/commit/7212b5b011e90ffae37b0d5300a214aed6df99e2))
|
|
556
|
-
- **billing-api:** add CRUD for payment methods ([8403291](https://github.com/cdmbase/adminide-stack/commit/840329171148f39c51518356af9b6e90d9a1ea0f))
|
|
557
|
-
- **billing-api:** add support to change usage through plan cards ([b56ffc0](https://github.com/cdmbase/adminide-stack/commit/b56ffc02a09c68188b282c7c4242a9e4bc6cceed))
|
|
558
|
-
- **billing-api:** keep container count while switching between plan intervals ([dd5d730](https://github.com/cdmbase/adminide-stack/commit/dd5d730cf8c62b3a7229fe1a68c9f98094cdce28))
|
|
559
|
-
- **billing-api:** make dynamic payment plan cards ([e144968](https://github.com/cdmbase/adminide-stack/commit/e1449680ee17854d92cb98059a84fab043ad4da0))
|
|
560
|
-
- **billing-api:** make payments component modular ([e6c1bc1](https://github.com/cdmbase/adminide-stack/commit/e6c1bc1efe842269e9b528bfe1ed2300c0b3a31b))
|
|
561
|
-
- **billing/payment-integration:** add paypal payment integration ([de13feb](https://github.com/cdmbase/adminide-stack/commit/de13feb94b8556b57c7ae3301ed1fd2541e33d8c))
|
|
562
|
-
- **billing/payment-integrations:** add external account crud and dashboard ([4b5b267](https://github.com/cdmbase/adminide-stack/commit/4b5b2675ae1a4a9a32573f4606f37b647cdc319a)), closes [#989](https://github.com/cdmbase/adminide-stack/issues/989)
|
|
563
|
-
- **billing/payment-profile:** add transfer between two stripe connect accounts ([5c25adf](https://github.com/cdmbase/adminide-stack/commit/5c25adf86f744a89f64992d791676c93eb114e9c))
|
|
564
|
-
- **billing/payment-transfer:** add payment method step ([8a6b87e](https://github.com/cdmbase/adminide-stack/commit/8a6b87e23f2512e6f41f3178eda9b7ef4574a0a3))
|
|
565
|
-
- **billing:** add billing notice bar on top ([f1b9e7c](https://github.com/cdmbase/adminide-stack/commit/f1b9e7c8547b731c488b92ff75c5e4c6407b70e8)), closes [#1093](https://github.com/cdmbase/adminide-stack/issues/1093)
|
|
566
|
-
- **billing:** add billing plan and products db migrations ([8018d91](https://github.com/cdmbase/adminide-stack/commit/8018d9187de04f6cbb9a0085cca05e9f96cf5e6a)), closes [#1116](https://github.com/cdmbase/adminide-stack/issues/1116)
|
|
567
|
-
- **billing:** add CRUD operations for bank account source ([21625cb](https://github.com/cdmbase/adminide-stack/commit/21625cbbb6efd28e9664c5b2a77388847d1a13f7))
|
|
568
|
-
- **billing:** add default usage on subscription create ([c615dce](https://github.com/cdmbase/adminide-stack/commit/c615dcef0b65ca52413a96fdc39099b0c97f8399))
|
|
569
|
-
- **billing:** add dynamic configuration policies inside plan meta data ([75b113d](https://github.com/cdmbase/adminide-stack/commit/75b113d2fccedba59a43b79ea584a8c75ba077e3)), closes [#1116](https://github.com/cdmbase/adminide-stack/issues/1116)
|
|
570
|
-
- **billing:** add home screen to the billing module ([b40c67f](https://github.com/cdmbase/adminide-stack/commit/b40c67ffab3a8af78a82ebb2d0bccb5126682d90))
|
|
571
|
-
- **billing:** add payment profiles & stripe connect integration ([5836c0b](https://github.com/cdmbase/adminide-stack/commit/5836c0b0d43611908d13c929f0de18be351f5e1e))
|
|
572
|
-
- **billing:** add payout options for stripe ([cc6dd18](https://github.com/cdmbase/adminide-stack/commit/cc6dd18a9004365925a46e544e453967227afbc1)), closes [#989](https://github.com/cdmbase/adminide-stack/issues/989)
|
|
573
|
-
- **billing:** add paypal integration configuration ([2577565](https://github.com/cdmbase/adminide-stack/commit/2577565d0f75153471ef5d0e5e9eb288cb583f58))
|
|
574
|
-
- **billing:** add paypal integration status alongside the members ([1208844](https://github.com/cdmbase/adminide-stack/commit/1208844d17de90459f65cd4cf133b2eb285bffd3))
|
|
575
|
-
- **billing:** add paypal payout integration ([bc1db34](https://github.com/cdmbase/adminide-stack/commit/bc1db3423b2c47b4babbbee9492fe36cba6fba2b))
|
|
576
|
-
- **billing:** add separate pricing for containers storage ([0e57053](https://github.com/cdmbase/adminide-stack/commit/0e570537ffb383a5c040db94b02feb57f2f1210f))
|
|
577
|
-
- **billing:** add slot fill for payment integration component ([de97e7f](https://github.com/cdmbase/adminide-stack/commit/de97e7f680f63b32e84f3d505b2bd572975369af))
|
|
578
|
-
- **billing:** add status in billing schema ([6254c5a](https://github.com/cdmbase/adminide-stack/commit/6254c5ae5d8f783c9e9d692d1154ac4d8e6a8165)), closes [#875](https://github.com/cdmbase/adminide-stack/issues/875)
|
|
579
|
-
- **billing:** add stripe transfer preview component ([b448fde](https://github.com/cdmbase/adminide-stack/commit/b448fde0568082e5b5cf88e4fe4e7443c6a875f2))
|
|
580
|
-
- **billing:** add support for invoices ([2847a54](https://github.com/cdmbase/adminide-stack/commit/2847a54219ed526b6993a963bf58b79cea20e3e4))
|
|
581
|
-
- **billing:** add support to persist state of all plan cards ([be5359f](https://github.com/cdmbase/adminide-stack/commit/be5359f165ea5936b8c83f6875f09fc30fbcc125))
|
|
582
|
-
- **billing:** add users in subscription plans ([c54a9ae](https://github.com/cdmbase/adminide-stack/commit/c54a9ae5c2bf59141f08b2fa1f52243329630afe)), closes [#872](https://github.com/cdmbase/adminide-stack/issues/872)
|
|
583
|
-
- **billing:** change plan with existing user ([6c81368](https://github.com/cdmbase/adminide-stack/commit/6c81368fc768953ba852581a0465d8352004800f)), closes [#449](https://github.com/cdmbase/adminide-stack/issues/449)
|
|
584
|
-
- **billing:** charge transfer fee from the preferences ([df904dc](https://github.com/cdmbase/adminide-stack/commit/df904dc5d838c65c17557e1dff91514ae1f78b0f))
|
|
585
|
-
- **billing:** handle free plans with policy only ([cbb8f5f](https://github.com/cdmbase/adminide-stack/commit/cbb8f5f68072edf04c403a694aa9712d2cada609))
|
|
586
|
-
- **billing:** introduced new payment plans ([f269aa5](https://github.com/cdmbase/adminide-stack/commit/f269aa50f50b1177b234c98da93aefb1aeaf0f2b))
|
|
587
|
-
- **billing:** list all organizations and add option to select organizations to manage billing ([2c44c03](https://github.com/cdmbase/adminide-stack/commit/2c44c03c32f9421a176c2c71d90d85f755c429f7))
|
|
588
|
-
- **billing:** make payment screen modular ([108e614](https://github.com/cdmbase/adminide-stack/commit/108e614510cc9d381112ed13f6a852ee29b0b941))
|
|
589
|
-
- **billing:** move billing module from user to organization ([c2c5abb](https://github.com/cdmbase/adminide-stack/commit/c2c5abb80886df20cac11a5756c6fa02ce8fde27))
|
|
590
|
-
- **billing:** move from metered plans to fixed price plans ([1ccb791](https://github.com/cdmbase/adminide-stack/commit/1ccb7915c4fbcd8bde78f3ac2efe7abacc35b28b))
|
|
591
|
-
- **billing:** show details from policy configuration ([71a0449](https://github.com/cdmbase/adminide-stack/commit/71a04494cd718d361189544bd33693a631478463))
|
|
592
|
-
- **billing:** store prev and current subscription ([351256f](https://github.com/cdmbase/adminide-stack/commit/351256f737966865856045fe8f198a728d11180d)), closes [#919](https://github.com/cdmbase/adminide-stack/issues/919)
|
|
593
|
-
- **billing:** update build configurations to use roll up ([588cc17](https://github.com/cdmbase/adminide-stack/commit/588cc17866c9105c31db87c4d85d1ff9075e58e3)), closes [#1121](https://github.com/cdmbase/adminide-stack/issues/1121)
|
|
594
|
-
- **billing:** update invoices table ([72c005f](https://github.com/cdmbase/adminide-stack/commit/72c005f0bbecb16e3bb81724ec37585eb844883b))
|
|
595
|
-
- make stripe integration compatible with our integration workflow ([a815c28](https://github.com/cdmbase/adminide-stack/commit/a815c28f53ca14b58f04d0846ffa405a8d4c3f54))
|
|
596
|
-
- **payment-plans:** highlight the currently active payment plan for user ([0fe50a8](https://github.com/cdmbase/adminide-stack/commit/0fe50a8ceca6be8fa208521ec2165405fbfe3d10))
|
|
597
|
-
- refactored isUserAuthenticated and removed dependencies for useAuth and ProvideAuth ([4441870](https://github.com/cdmbase/adminide-stack/commit/44418703265e84c96fc6d3ce9b23d81dd8d33cf5))
|
|
598
|
-
- reverted back lazy loading changes ([3cc76fa](https://github.com/cdmbase/adminide-stack/commit/3cc76faadde37bf4e2d1ff0f10e8dfc7fb5e54c1))
|
|
599
|
-
|
|
600
|
-
## [1.1.3-alpha.4](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.3...v1.1.3-alpha.4) (2022-06-04)
|
|
601
|
-
|
|
602
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
603
|
-
|
|
604
|
-
## [1.1.3-alpha.2](https://github.com/cdmbase/adminide-stack/compare/v1.1.3-alpha.1...v1.1.3-alpha.2) (2022-05-31)
|
|
605
|
-
|
|
606
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
607
|
-
|
|
608
|
-
## [1.1.3-alpha.0](https://github.com/cdmbase/adminide-stack/compare/v0.0.16-3...v1.1.3-alpha.0) (2022-05-28)
|
|
609
|
-
|
|
610
|
-
### Bug Fixes
|
|
611
|
-
|
|
612
|
-
- :art: Remove the need for seperate menu generate as routes will do ([b0aa5fb](https://github.com/cdmbase/adminide-stack/commit/b0aa5fb238610cd38bb6ffcc03bfb3b970e11c45))
|
|
613
|
-
- billing header notice not showing current subscription ([4f016b2](https://github.com/cdmbase/adminide-stack/commit/4f016b29f6c9a62f8c9b32c973bc87a8972b946e))
|
|
614
|
-
- **billing-api-browser:** some layout related issues ([3b35c44](https://github.com/cdmbase/adminide-stack/commit/3b35c44c4b8f63b7071af8418dbd335e9a6cbc46))
|
|
615
|
-
- **billing-api:** add support to apply filter on multiple statuses in invoice ([cf984cd](https://github.com/cdmbase/adminide-stack/commit/cf984cd675e2fbf261bf68bcaa7f20a63f2b7ff9))
|
|
616
|
-
- **billing-api:** broken redirection from home to plans after route change ([43e4255](https://github.com/cdmbase/adminide-stack/commit/43e4255fed4b563db781cfbc34d2519ca9a81dec))
|
|
617
|
-
- **billing-api:** fix plan not being updated along-with payments ([82505e9](https://github.com/cdmbase/adminide-stack/commit/82505e945b09719831f8831b35f8f21dedf57243))
|
|
618
|
-
- **billing-api:** update plan button state enable/disable based on dirty state ([1450e08](https://github.com/cdmbase/adminide-stack/commit/1450e0881aa5f734632fda81c2776e7846168e56))
|
|
619
|
-
- **billing-browser:** fix undefined trial days ([fc7bfdf](https://github.com/cdmbase/adminide-stack/commit/fc7bfdf78ab14e8be56e8b6792ba2fe779ddafba))
|
|
620
|
-
- **billing/payment-profile:** case sensitive imports ([0cb79ba](https://github.com/cdmbase/adminide-stack/commit/0cb79ba42e1cf061b5d78e805d48228d6522b14e))
|
|
621
|
-
- **billing:** change plan subscription changes ([48ec431](https://github.com/cdmbase/adminide-stack/commit/48ec43174967cdec738f8ffa69eb102029c9d6ad)), closes [#1104](https://github.com/cdmbase/adminide-stack/issues/1104)
|
|
622
|
-
- **billing:** fix null users in enterprise plan card ([b4adb4a](https://github.com/cdmbase/adminide-stack/commit/b4adb4a707642c2e2e1a42c672e1149fe18de9ac))
|
|
623
|
-
- **billing:** fix price calculation in payment plans ([74f69e7](https://github.com/cdmbase/adminide-stack/commit/74f69e7467f5741688fe7878ebde0fa504797a65))
|
|
624
|
-
- **billing:** layout on home page ([022073f](https://github.com/cdmbase/adminide-stack/commit/022073f71a9fad5edcb239f22c1d95c9594b3eec)), closes [#883](https://github.com/cdmbase/adminide-stack/issues/883)
|
|
625
|
-
- **billing:** policy not being updated correctly after plan change ([7d47f54](https://github.com/cdmbase/adminide-stack/commit/7d47f54e2efc0b299235667943e5f557bc8bd4bf))
|
|
626
|
-
- **billing:** price calculation on home page ([659fb74](https://github.com/cdmbase/adminide-stack/commit/659fb74841ab81787489c016b18a08be789ebcae))
|
|
627
|
-
- **billing:** remove lodash-es usage ([4b4ef35](https://github.com/cdmbase/adminide-stack/commit/4b4ef359e849080e901c0f978bc9f38285eb09d9))
|
|
628
|
-
- **billing:** some runtime error accessing undefined values ([cb87f4a](https://github.com/cdmbase/adminide-stack/commit/cb87f4a19f542624abdd450de211cc050a4755c6))
|
|
629
|
-
- **billing:** stripe connect workflow ([d8e8210](https://github.com/cdmbase/adminide-stack/commit/d8e821045daabfc6b64047d4e72876266ae66199))
|
|
630
|
-
- **billing:** update invoice resolver to return only user's invoice ([8ebae1e](https://github.com/cdmbase/adminide-stack/commit/8ebae1e53c46116d751f09294af8a6ba999cdb0f))
|
|
631
|
-
- **create-workspace:** form to generate valid data ([d7f5e08](https://github.com/cdmbase/adminide-stack/commit/d7f5e085f498d1153b6be43c990c2fca421f7b45))
|
|
632
|
-
- decline invite and subscription issue ([c3bdfb2](https://github.com/cdmbase/adminide-stack/commit/c3bdfb25037716328a2ff68b571c7ff2bf63a00d))
|
|
633
|
-
- hide invoices with 0 amount ([2c05c52](https://github.com/cdmbase/adminide-stack/commit/2c05c52aafdd5eb98008eddc16140f7c5ac849d2))
|
|
634
|
-
- **paypal-integration:** update custom Oauth integration ([13fe09a](https://github.com/cdmbase/adminide-stack/commit/13fe09ac274fca29cd4465596783e47b456f55d4))
|
|
635
|
-
- pr comments ([22b55fe](https://github.com/cdmbase/adminide-stack/commit/22b55fe0388201c3db79c2d0091ef08eb9a60dac))
|
|
636
|
-
- treat pro plan as archive unless all cli copies gets updated ([4158bcf](https://github.com/cdmbase/adminide-stack/commit/4158bcf2dff2ba740f89d5a673051a7d63f0c0c8))
|
|
637
|
-
- **workspace:** redirection after workspace save, and react error on git provider tab change ([2ec12c5](https://github.com/cdmbase/adminide-stack/commit/2ec12c5110ed967f2ae82efee67b9e47a6b85156))
|
|
638
|
-
|
|
639
|
-
### Features
|
|
640
|
-
|
|
641
|
-
- :art: Add lifecycle to wrapper to configuration and permissions ([efe2014](https://github.com/cdmbase/adminide-stack/commit/efe2014e816df96dde6ebcfe909544e48dfeab09))
|
|
642
|
-
- add annual plans ([dad30e8](https://github.com/cdmbase/adminide-stack/commit/dad30e8fb53c7ddd4d916ef2efb22e68713fe051))
|
|
643
|
-
- add roles and permissions in billing module ([08a7a25](https://github.com/cdmbase/adminide-stack/commit/08a7a25e565402a4567e8a1695629c1dda2fabb0))
|
|
644
|
-
- **billing-api-server:** add subscriptions and custom fields resolvers ([5df9952](https://github.com/cdmbase/adminide-stack/commit/5df9952054d3e00a148369a5b4971ac72fa175b0))
|
|
645
|
-
- **billing-api:** add bank account form ([4747d99](https://github.com/cdmbase/adminide-stack/commit/4747d99eea490570837cb1e99c78d08ba46027fa))
|
|
646
|
-
- **billing-api:** add complete workflow of plan subscriptions ([7212b5b](https://github.com/cdmbase/adminide-stack/commit/7212b5b011e90ffae37b0d5300a214aed6df99e2))
|
|
647
|
-
- **billing-api:** add CRUD for payment methods ([8403291](https://github.com/cdmbase/adminide-stack/commit/840329171148f39c51518356af9b6e90d9a1ea0f))
|
|
648
|
-
- **billing-api:** add support to change usage through plan cards ([b56ffc0](https://github.com/cdmbase/adminide-stack/commit/b56ffc02a09c68188b282c7c4242a9e4bc6cceed))
|
|
649
|
-
- **billing-api:** keep container count while switching between plan intervals ([dd5d730](https://github.com/cdmbase/adminide-stack/commit/dd5d730cf8c62b3a7229fe1a68c9f98094cdce28))
|
|
650
|
-
- **billing-api:** make dynamic payment plan cards ([e144968](https://github.com/cdmbase/adminide-stack/commit/e1449680ee17854d92cb98059a84fab043ad4da0))
|
|
651
|
-
- **billing-api:** make payments component modular ([e6c1bc1](https://github.com/cdmbase/adminide-stack/commit/e6c1bc1efe842269e9b528bfe1ed2300c0b3a31b))
|
|
652
|
-
- **billing/payment-integration:** add paypal payment integration ([de13feb](https://github.com/cdmbase/adminide-stack/commit/de13feb94b8556b57c7ae3301ed1fd2541e33d8c))
|
|
653
|
-
- **billing/payment-integrations:** add external account crud and dashboard ([4b5b267](https://github.com/cdmbase/adminide-stack/commit/4b5b2675ae1a4a9a32573f4606f37b647cdc319a)), closes [#989](https://github.com/cdmbase/adminide-stack/issues/989)
|
|
654
|
-
- **billing/payment-profile:** add transfer between two stripe connect accounts ([5c25adf](https://github.com/cdmbase/adminide-stack/commit/5c25adf86f744a89f64992d791676c93eb114e9c))
|
|
655
|
-
- **billing/payment-transfer:** add payment method step ([8a6b87e](https://github.com/cdmbase/adminide-stack/commit/8a6b87e23f2512e6f41f3178eda9b7ef4574a0a3))
|
|
656
|
-
- **billing:** add billing notice bar on top ([f1b9e7c](https://github.com/cdmbase/adminide-stack/commit/f1b9e7c8547b731c488b92ff75c5e4c6407b70e8)), closes [#1093](https://github.com/cdmbase/adminide-stack/issues/1093)
|
|
657
|
-
- **billing:** add billing plan and products db migrations ([8018d91](https://github.com/cdmbase/adminide-stack/commit/8018d9187de04f6cbb9a0085cca05e9f96cf5e6a)), closes [#1116](https://github.com/cdmbase/adminide-stack/issues/1116)
|
|
658
|
-
- **billing:** add CRUD operations for bank account source ([21625cb](https://github.com/cdmbase/adminide-stack/commit/21625cbbb6efd28e9664c5b2a77388847d1a13f7))
|
|
659
|
-
- **billing:** add default usage on subscription create ([c615dce](https://github.com/cdmbase/adminide-stack/commit/c615dcef0b65ca52413a96fdc39099b0c97f8399))
|
|
660
|
-
- **billing:** add dynamic configuration policies inside plan meta data ([75b113d](https://github.com/cdmbase/adminide-stack/commit/75b113d2fccedba59a43b79ea584a8c75ba077e3)), closes [#1116](https://github.com/cdmbase/adminide-stack/issues/1116)
|
|
661
|
-
- **billing:** add home screen to the billing module ([b40c67f](https://github.com/cdmbase/adminide-stack/commit/b40c67ffab3a8af78a82ebb2d0bccb5126682d90))
|
|
662
|
-
- **billing:** add payment profiles & stripe connect integration ([5836c0b](https://github.com/cdmbase/adminide-stack/commit/5836c0b0d43611908d13c929f0de18be351f5e1e))
|
|
663
|
-
- **billing:** add payout options for stripe ([cc6dd18](https://github.com/cdmbase/adminide-stack/commit/cc6dd18a9004365925a46e544e453967227afbc1)), closes [#989](https://github.com/cdmbase/adminide-stack/issues/989)
|
|
664
|
-
- **billing:** add paypal integration configuration ([2577565](https://github.com/cdmbase/adminide-stack/commit/2577565d0f75153471ef5d0e5e9eb288cb583f58))
|
|
665
|
-
- **billing:** add paypal integration status alongside the members ([1208844](https://github.com/cdmbase/adminide-stack/commit/1208844d17de90459f65cd4cf133b2eb285bffd3))
|
|
666
|
-
- **billing:** add paypal payout integration ([bc1db34](https://github.com/cdmbase/adminide-stack/commit/bc1db3423b2c47b4babbbee9492fe36cba6fba2b))
|
|
667
|
-
- **billing:** add separate pricing for containers storage ([0e57053](https://github.com/cdmbase/adminide-stack/commit/0e570537ffb383a5c040db94b02feb57f2f1210f))
|
|
668
|
-
- **billing:** add slot fill for payment integration component ([de97e7f](https://github.com/cdmbase/adminide-stack/commit/de97e7f680f63b32e84f3d505b2bd572975369af))
|
|
669
|
-
- **billing:** add status in billing schema ([6254c5a](https://github.com/cdmbase/adminide-stack/commit/6254c5ae5d8f783c9e9d692d1154ac4d8e6a8165)), closes [#875](https://github.com/cdmbase/adminide-stack/issues/875)
|
|
670
|
-
- **billing:** add stripe transfer preview component ([b448fde](https://github.com/cdmbase/adminide-stack/commit/b448fde0568082e5b5cf88e4fe4e7443c6a875f2))
|
|
671
|
-
- **billing:** add support for invoices ([2847a54](https://github.com/cdmbase/adminide-stack/commit/2847a54219ed526b6993a963bf58b79cea20e3e4))
|
|
672
|
-
- **billing:** add support to persist state of all plan cards ([be5359f](https://github.com/cdmbase/adminide-stack/commit/be5359f165ea5936b8c83f6875f09fc30fbcc125))
|
|
673
|
-
- **billing:** add users in subscription plans ([c54a9ae](https://github.com/cdmbase/adminide-stack/commit/c54a9ae5c2bf59141f08b2fa1f52243329630afe)), closes [#872](https://github.com/cdmbase/adminide-stack/issues/872)
|
|
674
|
-
- **billing:** change plan with existing user ([6c81368](https://github.com/cdmbase/adminide-stack/commit/6c81368fc768953ba852581a0465d8352004800f)), closes [#449](https://github.com/cdmbase/adminide-stack/issues/449)
|
|
675
|
-
- **billing:** charge transfer fee from the preferences ([df904dc](https://github.com/cdmbase/adminide-stack/commit/df904dc5d838c65c17557e1dff91514ae1f78b0f))
|
|
676
|
-
- **billing:** handle free plans with policy only ([cbb8f5f](https://github.com/cdmbase/adminide-stack/commit/cbb8f5f68072edf04c403a694aa9712d2cada609))
|
|
677
|
-
- **billing:** introduced new payment plans ([f269aa5](https://github.com/cdmbase/adminide-stack/commit/f269aa50f50b1177b234c98da93aefb1aeaf0f2b))
|
|
678
|
-
- **billing:** list all organizations and add option to select organizations to manage billing ([2c44c03](https://github.com/cdmbase/adminide-stack/commit/2c44c03c32f9421a176c2c71d90d85f755c429f7))
|
|
679
|
-
- **billing:** make payment screen modular ([108e614](https://github.com/cdmbase/adminide-stack/commit/108e614510cc9d381112ed13f6a852ee29b0b941))
|
|
680
|
-
- **billing:** move billing module from user to organization ([c2c5abb](https://github.com/cdmbase/adminide-stack/commit/c2c5abb80886df20cac11a5756c6fa02ce8fde27))
|
|
681
|
-
- **billing:** move from metered plans to fixed price plans ([1ccb791](https://github.com/cdmbase/adminide-stack/commit/1ccb7915c4fbcd8bde78f3ac2efe7abacc35b28b))
|
|
682
|
-
- **billing:** show details from policy configuration ([71a0449](https://github.com/cdmbase/adminide-stack/commit/71a04494cd718d361189544bd33693a631478463))
|
|
683
|
-
- **billing:** store prev and current subscription ([351256f](https://github.com/cdmbase/adminide-stack/commit/351256f737966865856045fe8f198a728d11180d)), closes [#919](https://github.com/cdmbase/adminide-stack/issues/919)
|
|
684
|
-
- **billing:** update build configurations to use roll up ([588cc17](https://github.com/cdmbase/adminide-stack/commit/588cc17866c9105c31db87c4d85d1ff9075e58e3)), closes [#1121](https://github.com/cdmbase/adminide-stack/issues/1121)
|
|
685
|
-
- **billing:** update invoices table ([72c005f](https://github.com/cdmbase/adminide-stack/commit/72c005f0bbecb16e3bb81724ec37585eb844883b))
|
|
686
|
-
- make stripe integration compatible with our integration workflow ([a815c28](https://github.com/cdmbase/adminide-stack/commit/a815c28f53ca14b58f04d0846ffa405a8d4c3f54))
|
|
687
|
-
- **payment-plans:** highlight the currently active payment plan for user ([0fe50a8](https://github.com/cdmbase/adminide-stack/commit/0fe50a8ceca6be8fa208521ec2165405fbfe3d10))
|
|
688
|
-
- refactored isUserAuthenticated and removed dependencies for useAuth and ProvideAuth ([4441870](https://github.com/cdmbase/adminide-stack/commit/44418703265e84c96fc6d3ce9b23d81dd8d33cf5))
|
|
689
|
-
- reverted back lazy loading changes ([3cc76fa](https://github.com/cdmbase/adminide-stack/commit/3cc76faadde37bf4e2d1ff0f10e8dfc7fb5e54c1))
|
|
690
|
-
|
|
691
|
-
## [1.1.1-alpha.432](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.431...v1.1.1-alpha.432) (2022-05-25)
|
|
692
|
-
|
|
693
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
694
|
-
|
|
695
|
-
## [1.1.1-alpha.431](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.430...v1.1.1-alpha.431) (2022-05-23)
|
|
696
|
-
|
|
697
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
698
|
-
|
|
699
|
-
## [1.1.1-alpha.430](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.429...v1.1.1-alpha.430) (2022-05-20)
|
|
700
|
-
|
|
701
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
702
|
-
|
|
703
|
-
## [1.1.1-alpha.427](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.426...v1.1.1-alpha.427) (2022-05-20)
|
|
704
|
-
|
|
705
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
706
|
-
|
|
707
|
-
## [1.1.1-alpha.426](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.425...v1.1.1-alpha.426) (2022-05-19)
|
|
708
|
-
|
|
709
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
710
|
-
|
|
711
|
-
## [1.1.1-alpha.425](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.424...v1.1.1-alpha.425) (2022-05-18)
|
|
712
|
-
|
|
713
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
714
|
-
|
|
715
|
-
## [1.1.1-alpha.424](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.423...v1.1.1-alpha.424) (2022-05-18)
|
|
716
|
-
|
|
717
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
718
|
-
|
|
719
|
-
## [1.1.1-alpha.423](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.422...v1.1.1-alpha.423) (2022-05-17)
|
|
720
|
-
|
|
721
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
722
|
-
|
|
723
|
-
## [1.1.1-alpha.422](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.421...v1.1.1-alpha.422) (2022-05-16)
|
|
724
|
-
|
|
725
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
726
|
-
|
|
727
|
-
## [1.1.1-alpha.421](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.420...v1.1.1-alpha.421) (2022-05-15)
|
|
728
|
-
|
|
729
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
730
|
-
|
|
731
|
-
## [1.1.1-alpha.419](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.418...v1.1.1-alpha.419) (2022-05-14)
|
|
732
|
-
|
|
733
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
734
|
-
|
|
735
|
-
## [1.1.1-alpha.417](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.416...v1.1.1-alpha.417) (2022-05-12)
|
|
736
|
-
|
|
737
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
738
|
-
|
|
739
|
-
## [1.1.1-alpha.414](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.413...v1.1.1-alpha.414) (2022-05-07)
|
|
740
|
-
|
|
741
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
742
|
-
|
|
743
|
-
## [1.1.1-alpha.411](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.410...v1.1.1-alpha.411) (2022-05-03)
|
|
744
|
-
|
|
745
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
746
|
-
|
|
747
|
-
## [1.1.1-alpha.408](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.407...v1.1.1-alpha.408) (2022-04-28)
|
|
748
|
-
|
|
749
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
750
|
-
|
|
751
|
-
## [1.1.1-alpha.405](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.404...v1.1.1-alpha.405) (2022-04-25)
|
|
752
|
-
|
|
753
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
754
|
-
|
|
755
|
-
## [1.1.1-alpha.403](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.402...v1.1.1-alpha.403) (2022-04-23)
|
|
756
|
-
|
|
757
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
758
|
-
|
|
759
|
-
## [1.1.1-alpha.402](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.401...v1.1.1-alpha.402) (2022-04-22)
|
|
760
|
-
|
|
761
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
762
|
-
|
|
763
|
-
## [1.1.1-alpha.400](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.399...v1.1.1-alpha.400) (2022-04-21)
|
|
764
|
-
|
|
765
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
766
|
-
|
|
767
|
-
## [1.1.1-alpha.399](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.398...v1.1.1-alpha.399) (2022-04-20)
|
|
768
|
-
|
|
769
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
770
|
-
|
|
771
|
-
## [1.1.1-alpha.398](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.397...v1.1.1-alpha.398) (2022-04-20)
|
|
772
|
-
|
|
773
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
774
|
-
|
|
775
|
-
## [1.1.1-alpha.396](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.395...v1.1.1-alpha.396) (2022-04-19)
|
|
776
|
-
|
|
777
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
778
|
-
|
|
779
|
-
## [1.1.1-alpha.393](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.392...v1.1.1-alpha.393) (2022-04-17)
|
|
780
|
-
|
|
781
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
782
|
-
|
|
783
|
-
## [1.1.1-alpha.391](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.390...v1.1.1-alpha.391) (2022-04-16)
|
|
784
|
-
|
|
785
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
786
|
-
|
|
787
|
-
## [1.1.1-alpha.390](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.389...v1.1.1-alpha.390) (2022-04-15)
|
|
788
|
-
|
|
789
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
790
|
-
|
|
791
|
-
## [1.1.1-alpha.389](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.388...v1.1.1-alpha.389) (2022-04-12)
|
|
792
|
-
|
|
793
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
794
|
-
|
|
795
|
-
## [1.1.1-alpha.388](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.387...v1.1.1-alpha.388) (2022-04-12)
|
|
796
|
-
|
|
797
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
798
|
-
|
|
799
|
-
## [1.1.1-alpha.387](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.386...v1.1.1-alpha.387) (2022-04-12)
|
|
800
|
-
|
|
801
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
802
|
-
|
|
803
|
-
## [1.1.1-alpha.385](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.384...v1.1.1-alpha.385) (2022-04-10)
|
|
804
|
-
|
|
805
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
806
|
-
|
|
807
|
-
## [1.1.1-alpha.383](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.382...v1.1.1-alpha.383) (2022-04-07)
|
|
808
|
-
|
|
809
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
810
|
-
|
|
811
|
-
## [1.1.1-alpha.382](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.381...v1.1.1-alpha.382) (2022-04-06)
|
|
812
|
-
|
|
813
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
814
|
-
|
|
815
|
-
## [1.1.1-alpha.380](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.379...v1.1.1-alpha.380) (2022-04-05)
|
|
816
|
-
|
|
817
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
818
|
-
|
|
819
|
-
## [1.1.1-alpha.379](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.378...v1.1.1-alpha.379) (2022-04-03)
|
|
820
|
-
|
|
821
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
822
|
-
|
|
823
|
-
## [1.1.1-alpha.377](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.376...v1.1.1-alpha.377) (2022-04-02)
|
|
824
|
-
|
|
825
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
826
|
-
|
|
827
|
-
## [1.1.1-alpha.376](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.375...v1.1.1-alpha.376) (2022-04-02)
|
|
828
|
-
|
|
829
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
830
|
-
|
|
831
|
-
## [1.1.1-alpha.373](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.372...v1.1.1-alpha.373) (2022-03-31)
|
|
832
|
-
|
|
833
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
834
|
-
|
|
835
|
-
## [1.1.1-alpha.369](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.368...v1.1.1-alpha.369) (2022-03-30)
|
|
836
|
-
|
|
837
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
838
|
-
|
|
839
|
-
## [1.1.1-alpha.366](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.365...v1.1.1-alpha.366) (2022-03-30)
|
|
840
|
-
|
|
841
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
842
|
-
|
|
843
|
-
## [1.1.1-alpha.365](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.364...v1.1.1-alpha.365) (2022-03-30)
|
|
844
|
-
|
|
845
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
846
|
-
|
|
847
|
-
## [1.1.1-alpha.363](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.362...v1.1.1-alpha.363) (2022-03-29)
|
|
848
|
-
|
|
849
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
850
|
-
|
|
851
|
-
## [1.1.1-alpha.361](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.360...v1.1.1-alpha.361) (2022-03-25)
|
|
852
|
-
|
|
853
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
854
|
-
|
|
855
|
-
## [1.1.1-alpha.359](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.358...v1.1.1-alpha.359) (2022-03-23)
|
|
856
|
-
|
|
857
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
858
|
-
|
|
859
|
-
## [1.1.1-alpha.356](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.355...v1.1.1-alpha.356) (2022-03-22)
|
|
860
|
-
|
|
861
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
862
|
-
|
|
863
|
-
## [1.1.1-alpha.355](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.354...v1.1.1-alpha.355) (2022-03-21)
|
|
864
|
-
|
|
865
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
866
|
-
|
|
867
|
-
## [1.1.1-alpha.354](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.353...v1.1.1-alpha.354) (2022-03-20)
|
|
868
|
-
|
|
869
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
870
|
-
|
|
871
|
-
## [1.1.1-alpha.353](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.352...v1.1.1-alpha.353) (2022-03-20)
|
|
872
|
-
|
|
873
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
874
|
-
|
|
875
|
-
## [1.1.1-alpha.352](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.351...v1.1.1-alpha.352) (2022-03-19)
|
|
876
|
-
|
|
877
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
878
|
-
|
|
879
|
-
## [1.1.1-alpha.351](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.350...v1.1.1-alpha.351) (2022-03-19)
|
|
880
|
-
|
|
881
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
882
|
-
|
|
883
|
-
## [1.1.1-alpha.350](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.349...v1.1.1-alpha.350) (2022-03-18)
|
|
884
|
-
|
|
885
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
886
|
-
|
|
887
|
-
## [1.1.1-alpha.349](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.348...v1.1.1-alpha.349) (2022-03-15)
|
|
888
|
-
|
|
889
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
890
|
-
|
|
891
|
-
## [1.1.1-alpha.345](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.344...v1.1.1-alpha.345) (2022-03-10)
|
|
892
|
-
|
|
893
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
894
|
-
|
|
895
|
-
## [1.1.1-alpha.344](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.343...v1.1.1-alpha.344) (2022-03-09)
|
|
896
|
-
|
|
897
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
898
|
-
|
|
899
|
-
## [1.1.1-alpha.341](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.340...v1.1.1-alpha.341) (2022-03-09)
|
|
900
|
-
|
|
901
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
902
|
-
|
|
903
|
-
## [1.1.1-alpha.340](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.339...v1.1.1-alpha.340) (2022-03-08)
|
|
904
|
-
|
|
905
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
906
|
-
|
|
907
|
-
## [1.1.1-alpha.339](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.338...v1.1.1-alpha.339) (2022-03-08)
|
|
908
|
-
|
|
909
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
910
|
-
|
|
911
|
-
## [1.1.1-alpha.338](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.337...v1.1.1-alpha.338) (2022-03-08)
|
|
912
|
-
|
|
913
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
914
|
-
|
|
915
|
-
## [1.1.1-alpha.336](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.335...v1.1.1-alpha.336) (2022-03-08)
|
|
916
|
-
|
|
917
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
918
|
-
|
|
919
|
-
## [1.1.1-alpha.333](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.332...v1.1.1-alpha.333) (2022-03-08)
|
|
920
|
-
|
|
921
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
922
|
-
|
|
923
|
-
## [1.1.1-alpha.330](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.329...v1.1.1-alpha.330) (2022-03-06)
|
|
924
|
-
|
|
925
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
926
|
-
|
|
927
|
-
## [1.1.1-alpha.328](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.327...v1.1.1-alpha.328) (2022-03-06)
|
|
928
|
-
|
|
929
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
930
|
-
|
|
931
|
-
## [1.1.1-alpha.327](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.326...v1.1.1-alpha.327) (2022-03-05)
|
|
932
|
-
|
|
933
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
934
|
-
|
|
935
|
-
## [1.1.1-alpha.326](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.325...v1.1.1-alpha.326) (2022-03-04)
|
|
936
|
-
|
|
937
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
938
|
-
|
|
939
|
-
## [1.1.1-alpha.324](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.323...v1.1.1-alpha.324) (2022-03-03)
|
|
940
|
-
|
|
941
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
942
|
-
|
|
943
|
-
## [1.1.1-alpha.322](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.321...v1.1.1-alpha.322) (2022-02-27)
|
|
944
|
-
|
|
945
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
946
|
-
|
|
947
|
-
## [1.1.1-alpha.318](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.317...v1.1.1-alpha.318) (2022-02-19)
|
|
948
|
-
|
|
949
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
950
|
-
|
|
951
|
-
## [1.1.1-alpha.315](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.314...v1.1.1-alpha.315) (2022-02-17)
|
|
952
|
-
|
|
953
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
954
|
-
|
|
955
|
-
## [1.1.1-alpha.314](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.313...v1.1.1-alpha.314) (2022-02-17)
|
|
956
|
-
|
|
957
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
958
|
-
|
|
959
|
-
## [1.1.1-alpha.313](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.312...v1.1.1-alpha.313) (2022-02-15)
|
|
960
|
-
|
|
961
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
962
|
-
|
|
963
|
-
## [1.1.1-alpha.312](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.311...v1.1.1-alpha.312) (2022-02-15)
|
|
964
|
-
|
|
965
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
966
|
-
|
|
967
|
-
## [1.1.1-alpha.309](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.308...v1.1.1-alpha.309) (2022-02-12)
|
|
968
|
-
|
|
969
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
970
|
-
|
|
971
|
-
## [1.1.1-alpha.308](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.307...v1.1.1-alpha.308) (2022-02-11)
|
|
972
|
-
|
|
973
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
974
|
-
|
|
975
|
-
## [1.1.1-alpha.304](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.303...v1.1.1-alpha.304) (2022-02-09)
|
|
976
|
-
|
|
977
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
978
|
-
|
|
979
|
-
## [1.1.1-alpha.302](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.301...v1.1.1-alpha.302) (2022-02-08)
|
|
980
|
-
|
|
981
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
982
|
-
|
|
983
|
-
## [1.1.1-alpha.301](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.300...v1.1.1-alpha.301) (2022-02-07)
|
|
984
|
-
|
|
985
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
986
|
-
|
|
987
|
-
## [1.1.1-alpha.300](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.299...v1.1.1-alpha.300) (2022-02-04)
|
|
988
|
-
|
|
989
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
990
|
-
|
|
991
|
-
## [1.1.1-alpha.299](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.298...v1.1.1-alpha.299) (2022-02-02)
|
|
992
|
-
|
|
993
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
994
|
-
|
|
995
|
-
## [1.1.1-alpha.298](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.297...v1.1.1-alpha.298) (2022-01-28)
|
|
996
|
-
|
|
997
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
998
|
-
|
|
999
|
-
## [1.1.1-alpha.297](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.296...v1.1.1-alpha.297) (2022-01-27)
|
|
1000
|
-
|
|
1001
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1002
|
-
|
|
1003
|
-
## [1.1.1-alpha.296](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.295...v1.1.1-alpha.296) (2022-01-25)
|
|
1004
|
-
|
|
1005
|
-
### Features
|
|
1006
|
-
|
|
1007
|
-
- reverted back lazy loading changes ([3cc76fa](https://github.com/cdmbase/adminide-stack/commit/3cc76faadde37bf4e2d1ff0f10e8dfc7fb5e54c1))
|
|
1008
|
-
|
|
1009
|
-
## [1.1.1-alpha.295](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.294...v1.1.1-alpha.295) (2022-01-25)
|
|
1010
|
-
|
|
1011
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1012
|
-
|
|
1013
|
-
## [1.1.1-alpha.294](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.293...v1.1.1-alpha.294) (2022-01-24)
|
|
1014
|
-
|
|
1015
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1016
|
-
|
|
1017
|
-
## [1.1.1-alpha.292](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.291...v1.1.1-alpha.292) (2022-01-21)
|
|
1018
|
-
|
|
1019
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1020
|
-
|
|
1021
|
-
## [1.1.1-alpha.290](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.289...v1.1.1-alpha.290) (2022-01-21)
|
|
1022
|
-
|
|
1023
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1024
|
-
|
|
1025
|
-
## [1.1.1-alpha.288](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.287...v1.1.1-alpha.288) (2022-01-18)
|
|
1026
|
-
|
|
1027
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1028
|
-
|
|
1029
|
-
## [1.1.1-alpha.286](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.285...v1.1.1-alpha.286) (2022-01-17)
|
|
1030
|
-
|
|
1031
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1032
|
-
|
|
1033
|
-
## [1.1.1-alpha.283](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.282...v1.1.1-alpha.283) (2022-01-15)
|
|
1034
|
-
|
|
1035
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1036
|
-
|
|
1037
|
-
## [1.1.1-alpha.281](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.280...v1.1.1-alpha.281) (2022-01-14)
|
|
1038
|
-
|
|
1039
|
-
### Features
|
|
1040
|
-
|
|
1041
|
-
- **billing:** charge transfer fee from the preferences ([df904dc](https://github.com/cdmbase/adminide-stack/commit/df904dc5d838c65c17557e1dff91514ae1f78b0f))
|
|
1042
|
-
|
|
1043
|
-
## [1.1.1-alpha.279](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.278...v1.1.1-alpha.279) (2022-01-14)
|
|
1044
|
-
|
|
1045
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1046
|
-
|
|
1047
|
-
## [1.1.1-alpha.278](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.277...v1.1.1-alpha.278) (2022-01-14)
|
|
1048
|
-
|
|
1049
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1050
|
-
|
|
1051
|
-
## [1.1.1-alpha.277](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.276...v1.1.1-alpha.277) (2022-01-11)
|
|
1052
|
-
|
|
1053
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1054
|
-
|
|
1055
|
-
## [1.1.1-alpha.276](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.275...v1.1.1-alpha.276) (2022-01-10)
|
|
1056
|
-
|
|
1057
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1058
|
-
|
|
1059
|
-
## [1.1.1-alpha.274](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.273...v1.1.1-alpha.274) (2022-01-09)
|
|
1060
|
-
|
|
1061
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1062
|
-
|
|
1063
|
-
## [1.1.1-alpha.267](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.266...v1.1.1-alpha.267) (2022-01-07)
|
|
1064
|
-
|
|
1065
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1066
|
-
|
|
1067
|
-
## [1.1.1-alpha.264](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.263...v1.1.1-alpha.264) (2022-01-06)
|
|
1068
|
-
|
|
1069
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1070
|
-
|
|
1071
|
-
## [1.1.1-alpha.259](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.258...v1.1.1-alpha.259) (2022-01-05)
|
|
1072
|
-
|
|
1073
|
-
### Bug Fixes
|
|
1074
|
-
|
|
1075
|
-
- **billing:** stripe connect workflow ([d8e8210](https://github.com/cdmbase/adminide-stack/commit/d8e821045daabfc6b64047d4e72876266ae66199))
|
|
1076
|
-
|
|
1077
|
-
## [1.1.1-alpha.254](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.253...v1.1.1-alpha.254) (2022-01-02)
|
|
1078
|
-
|
|
1079
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1080
|
-
|
|
1081
|
-
## [1.1.1-alpha.253](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.252...v1.1.1-alpha.253) (2022-01-02)
|
|
1082
|
-
|
|
1083
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1084
|
-
|
|
1085
|
-
## [1.1.1-alpha.252](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.251...v1.1.1-alpha.252) (2022-01-01)
|
|
1086
|
-
|
|
1087
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1088
|
-
|
|
1089
|
-
## [1.1.1-alpha.251](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.250...v1.1.1-alpha.251) (2022-01-01)
|
|
1090
|
-
|
|
1091
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1092
|
-
|
|
1093
|
-
## [1.1.1-alpha.250](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.249...v1.1.1-alpha.250) (2022-01-01)
|
|
1094
|
-
|
|
1095
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1096
|
-
|
|
1097
|
-
## [1.1.1-alpha.249](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.248...v1.1.1-alpha.249) (2021-12-31)
|
|
1098
|
-
|
|
1099
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1100
|
-
|
|
1101
|
-
## [1.1.1-alpha.247](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.246...v1.1.1-alpha.247) (2021-12-30)
|
|
1102
|
-
|
|
1103
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1104
|
-
|
|
1105
|
-
## [1.1.1-alpha.246](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.245...v1.1.1-alpha.246) (2021-12-30)
|
|
1106
|
-
|
|
1107
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1108
|
-
|
|
1109
|
-
## [1.1.1-alpha.245](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.244...v1.1.1-alpha.245) (2021-12-28)
|
|
1110
|
-
|
|
1111
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1112
|
-
|
|
1113
|
-
## [1.1.1-alpha.242](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.241...v1.1.1-alpha.242) (2021-12-25)
|
|
1114
|
-
|
|
1115
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1116
|
-
|
|
1117
|
-
## [1.1.1-alpha.241](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.240...v1.1.1-alpha.241) (2021-12-25)
|
|
1118
|
-
|
|
1119
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1120
|
-
|
|
1121
|
-
## [1.1.1-alpha.240](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.239...v1.1.1-alpha.240) (2021-12-24)
|
|
1122
|
-
|
|
1123
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1124
|
-
|
|
1125
|
-
## [1.1.1-alpha.239](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.238...v1.1.1-alpha.239) (2021-12-24)
|
|
1126
|
-
|
|
1127
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1128
|
-
|
|
1129
|
-
## [1.1.1-alpha.237](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.236...v1.1.1-alpha.237) (2021-12-23)
|
|
1130
|
-
|
|
1131
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1132
|
-
|
|
1133
|
-
## [1.1.1-alpha.233](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.232...v1.1.1-alpha.233) (2021-12-21)
|
|
1134
|
-
|
|
1135
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1136
|
-
|
|
1137
|
-
## [1.1.1-alpha.232](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.231...v1.1.1-alpha.232) (2021-12-19)
|
|
1138
|
-
|
|
1139
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1140
|
-
|
|
1141
|
-
## [1.1.1-alpha.228](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.227...v1.1.1-alpha.228) (2021-12-16)
|
|
1142
|
-
|
|
1143
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1144
|
-
|
|
1145
|
-
## [1.1.1-alpha.227](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.226...v1.1.1-alpha.227) (2021-12-15)
|
|
1146
|
-
|
|
1147
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1148
|
-
|
|
1149
|
-
## [1.1.1-alpha.225](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.224...v1.1.1-alpha.225) (2021-12-15)
|
|
1150
|
-
|
|
1151
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1152
|
-
|
|
1153
|
-
## [1.1.1-alpha.224](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.223...v1.1.1-alpha.224) (2021-12-14)
|
|
1154
|
-
|
|
1155
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1156
|
-
|
|
1157
|
-
## [1.1.1-alpha.222](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.221...v1.1.1-alpha.222) (2021-12-14)
|
|
1158
|
-
|
|
1159
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1160
|
-
|
|
1161
|
-
## [1.1.1-alpha.216](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.215...v1.1.1-alpha.216) (2021-12-09)
|
|
1162
|
-
|
|
1163
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1164
|
-
|
|
1165
|
-
## [1.1.1-alpha.215](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.214...v1.1.1-alpha.215) (2021-12-08)
|
|
1166
|
-
|
|
1167
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1168
|
-
|
|
1169
|
-
## [1.1.1-alpha.214](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.213...v1.1.1-alpha.214) (2021-12-08)
|
|
1170
|
-
|
|
1171
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1172
|
-
|
|
1173
|
-
## [1.1.1-alpha.211](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.210...v1.1.1-alpha.211) (2021-12-07)
|
|
1174
|
-
|
|
1175
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1176
|
-
|
|
1177
|
-
## [1.1.1-alpha.208](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.207...v1.1.1-alpha.208) (2021-12-06)
|
|
1178
|
-
|
|
1179
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1180
|
-
|
|
1181
|
-
## [1.1.1-alpha.202](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.201...v1.1.1-alpha.202) (2021-12-04)
|
|
1182
|
-
|
|
1183
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1184
|
-
|
|
1185
|
-
## [1.1.1-alpha.200](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.199...v1.1.1-alpha.200) (2021-12-03)
|
|
1186
|
-
|
|
1187
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1188
|
-
|
|
1189
|
-
## [1.1.1-alpha.197](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.196...v1.1.1-alpha.197) (2021-12-01)
|
|
1190
|
-
|
|
1191
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1192
|
-
|
|
1193
|
-
## [1.1.1-alpha.194](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.193...v1.1.1-alpha.194) (2021-11-29)
|
|
1194
|
-
|
|
1195
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1196
|
-
|
|
1197
|
-
## [1.1.1-alpha.187](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.186...v1.1.1-alpha.187) (2021-11-23)
|
|
1198
|
-
|
|
1199
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1200
|
-
|
|
1201
|
-
## [1.1.1-alpha.186](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.185...v1.1.1-alpha.186) (2021-11-23)
|
|
1202
|
-
|
|
1203
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1204
|
-
|
|
1205
|
-
## [1.1.1-alpha.184](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.183...v1.1.1-alpha.184) (2021-11-22)
|
|
1206
|
-
|
|
1207
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1208
|
-
|
|
1209
|
-
## [1.1.1-alpha.183](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.182...v1.1.1-alpha.183) (2021-11-22)
|
|
1210
|
-
|
|
1211
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1212
|
-
|
|
1213
|
-
## [1.1.1-alpha.182](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.181...v1.1.1-alpha.182) (2021-11-22)
|
|
1214
|
-
|
|
1215
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1216
|
-
|
|
1217
|
-
## [1.1.1-alpha.181](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.180...v1.1.1-alpha.181) (2021-11-22)
|
|
1218
|
-
|
|
1219
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1220
|
-
|
|
1221
|
-
## [1.1.1-alpha.180](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.179...v1.1.1-alpha.180) (2021-11-21)
|
|
1222
|
-
|
|
1223
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1224
|
-
|
|
1225
|
-
## [1.1.1-alpha.179](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.178...v1.1.1-alpha.179) (2021-11-19)
|
|
1226
|
-
|
|
1227
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1228
|
-
|
|
1229
|
-
## [1.1.1-alpha.178](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.177...v1.1.1-alpha.178) (2021-11-19)
|
|
1230
|
-
|
|
1231
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1232
|
-
|
|
1233
|
-
## [1.1.1-alpha.177](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.176...v1.1.1-alpha.177) (2021-11-18)
|
|
1234
|
-
|
|
1235
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1236
|
-
|
|
1237
|
-
## [1.1.1-alpha.176](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.175...v1.1.1-alpha.176) (2021-11-17)
|
|
1238
|
-
|
|
1239
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1240
|
-
|
|
1241
|
-
## [1.1.1-alpha.175](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.174...v1.1.1-alpha.175) (2021-11-17)
|
|
1242
|
-
|
|
1243
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1244
|
-
|
|
1245
|
-
## [1.1.1-alpha.174](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.173...v1.1.1-alpha.174) (2021-11-17)
|
|
1246
|
-
|
|
1247
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1248
|
-
|
|
1249
|
-
## [1.1.1-alpha.172](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.171...v1.1.1-alpha.172) (2021-11-16)
|
|
1250
|
-
|
|
1251
|
-
### Bug Fixes
|
|
1252
|
-
|
|
1253
|
-
- decline invite and subscription issue ([c3bdfb2](https://github.com/cdmbase/adminide-stack/commit/c3bdfb25037716328a2ff68b571c7ff2bf63a00d))
|
|
1254
|
-
- pr comments ([22b55fe](https://github.com/cdmbase/adminide-stack/commit/22b55fe0388201c3db79c2d0091ef08eb9a60dac))
|
|
1255
|
-
|
|
1256
|
-
## [1.1.1-alpha.171](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.170...v1.1.1-alpha.171) (2021-11-14)
|
|
1257
|
-
|
|
1258
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1259
|
-
|
|
1260
|
-
## [1.1.1-alpha.170](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.169...v1.1.1-alpha.170) (2021-11-14)
|
|
1261
|
-
|
|
1262
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1263
|
-
|
|
1264
|
-
## [1.1.1-alpha.169](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.168...v1.1.1-alpha.169) (2021-11-13)
|
|
1265
|
-
|
|
1266
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1267
|
-
|
|
1268
|
-
## [1.1.1-alpha.168](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.167...v1.1.1-alpha.168) (2021-11-13)
|
|
1269
|
-
|
|
1270
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1271
|
-
|
|
1272
|
-
## [1.1.1-alpha.167](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.166...v1.1.1-alpha.167) (2021-11-13)
|
|
1273
|
-
|
|
1274
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1275
|
-
|
|
1276
|
-
## [1.1.1-alpha.166](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.165...v1.1.1-alpha.166) (2021-11-13)
|
|
1277
|
-
|
|
1278
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1279
|
-
|
|
1280
|
-
## [1.1.1-alpha.165](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.164...v1.1.1-alpha.165) (2021-11-13)
|
|
1281
|
-
|
|
1282
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1283
|
-
|
|
1284
|
-
## [1.1.1-alpha.162](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.161...v1.1.1-alpha.162) (2021-11-12)
|
|
1285
|
-
|
|
1286
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1287
|
-
|
|
1288
|
-
## [1.1.1-alpha.161](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.160...v1.1.1-alpha.161) (2021-11-12)
|
|
1289
|
-
|
|
1290
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1291
|
-
|
|
1292
|
-
## [1.1.1-alpha.160](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.159...v1.1.1-alpha.160) (2021-11-12)
|
|
1293
|
-
|
|
1294
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1295
|
-
|
|
1296
|
-
## [1.1.1-alpha.159](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.158...v1.1.1-alpha.159) (2021-11-11)
|
|
1297
|
-
|
|
1298
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1299
|
-
|
|
1300
|
-
## [1.1.1-alpha.158](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.157...v1.1.1-alpha.158) (2021-11-10)
|
|
1301
|
-
|
|
1302
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1303
|
-
|
|
1304
|
-
## [1.1.1-alpha.157](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.156...v1.1.1-alpha.157) (2021-11-09)
|
|
1305
|
-
|
|
1306
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1307
|
-
|
|
1308
|
-
## [1.1.1-alpha.156](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.155...v1.1.1-alpha.156) (2021-11-09)
|
|
1309
|
-
|
|
1310
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1311
|
-
|
|
1312
|
-
## [1.1.1-alpha.153](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.152...v1.1.1-alpha.153) (2021-11-07)
|
|
1313
|
-
|
|
1314
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1315
|
-
|
|
1316
|
-
## [1.1.1-alpha.152](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.151...v1.1.1-alpha.152) (2021-11-07)
|
|
1317
|
-
|
|
1318
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1319
|
-
|
|
1320
|
-
## [1.1.1-alpha.151](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.150...v1.1.1-alpha.151) (2021-11-06)
|
|
1321
|
-
|
|
1322
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1323
|
-
|
|
1324
|
-
## [1.1.1-alpha.150](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.149...v1.1.1-alpha.150) (2021-11-04)
|
|
1325
|
-
|
|
1326
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1327
|
-
|
|
1328
|
-
## [1.1.1-alpha.149](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.148...v1.1.1-alpha.149) (2021-11-04)
|
|
1329
|
-
|
|
1330
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1331
|
-
|
|
1332
|
-
## [1.1.1-alpha.148](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.147...v1.1.1-alpha.148) (2021-11-03)
|
|
1333
|
-
|
|
1334
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1335
|
-
|
|
1336
|
-
## [1.1.1-alpha.147](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.146...v1.1.1-alpha.147) (2021-11-03)
|
|
1337
|
-
|
|
1338
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1339
|
-
|
|
1340
|
-
## [1.1.1-alpha.146](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.145...v1.1.1-alpha.146) (2021-11-03)
|
|
1341
|
-
|
|
1342
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1343
|
-
|
|
1344
|
-
## [1.1.1-alpha.145](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.144...v1.1.1-alpha.145) (2021-11-02)
|
|
1345
|
-
|
|
1346
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1347
|
-
|
|
1348
|
-
## [1.1.1-alpha.144](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.143...v1.1.1-alpha.144) (2021-11-01)
|
|
1349
|
-
|
|
1350
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1351
|
-
|
|
1352
|
-
## [1.1.1-alpha.143](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.142...v1.1.1-alpha.143) (2021-10-31)
|
|
1353
|
-
|
|
1354
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1355
|
-
|
|
1356
|
-
## [1.1.1-alpha.142](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.141...v1.1.1-alpha.142) (2021-10-31)
|
|
1357
|
-
|
|
1358
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1359
|
-
|
|
1360
|
-
## [1.1.1-alpha.141](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.140...v1.1.1-alpha.141) (2021-10-28)
|
|
1361
|
-
|
|
1362
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1363
|
-
|
|
1364
|
-
## [1.1.1-alpha.140](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.139...v1.1.1-alpha.140) (2021-10-27)
|
|
1365
|
-
|
|
1366
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1367
|
-
|
|
1368
|
-
## [1.1.1-alpha.139](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.138...v1.1.1-alpha.139) (2021-10-27)
|
|
1369
|
-
|
|
1370
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1371
|
-
|
|
1372
|
-
## [1.1.1-alpha.138](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.137...v1.1.1-alpha.138) (2021-10-26)
|
|
1373
|
-
|
|
1374
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1375
|
-
|
|
1376
|
-
## [1.1.1-alpha.133](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.132...v1.1.1-alpha.133) (2021-10-25)
|
|
1377
|
-
|
|
1378
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1379
|
-
|
|
1380
|
-
## [1.1.1-alpha.132](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.131...v1.1.1-alpha.132) (2021-10-25)
|
|
1381
|
-
|
|
1382
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1383
|
-
|
|
1384
|
-
## [1.1.1-alpha.131](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.130...v1.1.1-alpha.131) (2021-10-23)
|
|
1385
|
-
|
|
1386
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1387
|
-
|
|
1388
|
-
## [1.1.1-alpha.130](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.129...v1.1.1-alpha.130) (2021-10-23)
|
|
1389
|
-
|
|
1390
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1391
|
-
|
|
1392
|
-
## [1.1.1-alpha.129](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.128...v1.1.1-alpha.129) (2021-10-23)
|
|
1393
|
-
|
|
1394
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1395
|
-
|
|
1396
|
-
## [1.1.1-alpha.128](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.127...v1.1.1-alpha.128) (2021-10-20)
|
|
1397
|
-
|
|
1398
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1399
|
-
|
|
1400
|
-
## [1.1.1-alpha.127](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.126...v1.1.1-alpha.127) (2021-10-18)
|
|
1401
|
-
|
|
1402
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1403
|
-
|
|
1404
|
-
## [1.1.1-alpha.125](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.124...v1.1.1-alpha.125) (2021-10-11)
|
|
1405
|
-
|
|
1406
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1407
|
-
|
|
1408
|
-
## [1.1.1-alpha.122](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.121...v1.1.1-alpha.122) (2021-10-11)
|
|
1409
|
-
|
|
1410
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1411
|
-
|
|
1412
|
-
## [1.1.1-alpha.121](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.120...v1.1.1-alpha.121) (2021-10-10)
|
|
1413
|
-
|
|
1414
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1415
|
-
|
|
1416
|
-
## [1.1.1-alpha.120](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.119...v1.1.1-alpha.120) (2021-10-06)
|
|
1417
|
-
|
|
1418
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1419
|
-
|
|
1420
|
-
## [1.1.1-alpha.119](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.118...v1.1.1-alpha.119) (2021-10-05)
|
|
1421
|
-
|
|
1422
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1423
|
-
|
|
1424
|
-
## [1.1.1-alpha.116](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.115...v1.1.1-alpha.116) (2021-10-04)
|
|
1425
|
-
|
|
1426
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1427
|
-
|
|
1428
|
-
## [1.1.1-alpha.114](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.113...v1.1.1-alpha.114) (2021-10-03)
|
|
1429
|
-
|
|
1430
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1431
|
-
|
|
1432
|
-
## [1.1.1-alpha.113](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.112...v1.1.1-alpha.113) (2021-10-03)
|
|
1433
|
-
|
|
1434
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1435
|
-
|
|
1436
|
-
## [1.1.1-alpha.112](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.111...v1.1.1-alpha.112) (2021-10-03)
|
|
1437
|
-
|
|
1438
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1439
|
-
|
|
1440
|
-
## [1.1.1-alpha.110](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.109...v1.1.1-alpha.110) (2021-10-02)
|
|
1441
|
-
|
|
1442
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1443
|
-
|
|
1444
|
-
## [1.1.1-alpha.109](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.108...v1.1.1-alpha.109) (2021-10-02)
|
|
1445
|
-
|
|
1446
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1447
|
-
|
|
1448
|
-
## [1.1.1-alpha.108](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.107...v1.1.1-alpha.108) (2021-10-02)
|
|
1449
|
-
|
|
1450
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1451
|
-
|
|
1452
|
-
## [1.1.1-alpha.106](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.105...v1.1.1-alpha.106) (2021-10-02)
|
|
1453
|
-
|
|
1454
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1455
|
-
|
|
1456
|
-
## [1.1.1-alpha.105](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.104...v1.1.1-alpha.105) (2021-09-29)
|
|
1457
|
-
|
|
1458
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1459
|
-
|
|
1460
|
-
## [1.1.1-alpha.104](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.103...v1.1.1-alpha.104) (2021-09-27)
|
|
1461
|
-
|
|
1462
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1463
|
-
|
|
1464
|
-
## [1.1.1-alpha.103](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.102...v1.1.1-alpha.103) (2021-09-26)
|
|
1465
|
-
|
|
1466
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1467
|
-
|
|
1468
|
-
## [1.1.1-alpha.102](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.101...v1.1.1-alpha.102) (2021-09-26)
|
|
1469
|
-
|
|
1470
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1471
|
-
|
|
1472
|
-
## [1.1.1-alpha.101](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.100...v1.1.1-alpha.101) (2021-09-24)
|
|
1473
|
-
|
|
1474
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1475
|
-
|
|
1476
|
-
## [1.1.1-alpha.100](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.99...v1.1.1-alpha.100) (2021-09-22)
|
|
1477
|
-
|
|
1478
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1479
|
-
|
|
1480
|
-
## [1.1.1-alpha.97](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.96...v1.1.1-alpha.97) (2021-09-19)
|
|
1481
|
-
|
|
1482
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1483
|
-
|
|
1484
|
-
## [1.1.1-alpha.92](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.91...v1.1.1-alpha.92) (2021-09-16)
|
|
1485
|
-
|
|
1486
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1487
|
-
|
|
1488
|
-
## [1.1.1-alpha.86](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.85...v1.1.1-alpha.86) (2021-09-14)
|
|
1489
|
-
|
|
1490
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1491
|
-
|
|
1492
|
-
## [1.1.1-alpha.85](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.84...v1.1.1-alpha.85) (2021-09-13)
|
|
1493
|
-
|
|
1494
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1495
|
-
|
|
1496
|
-
## [1.1.1-alpha.84](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.83...v1.1.1-alpha.84) (2021-09-12)
|
|
1497
|
-
|
|
1498
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1499
|
-
|
|
1500
|
-
## [1.1.1-alpha.83](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.82...v1.1.1-alpha.83) (2021-09-12)
|
|
1501
|
-
|
|
1502
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1503
|
-
|
|
1504
|
-
## [1.1.1-alpha.82](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.81...v1.1.1-alpha.82) (2021-09-11)
|
|
1505
|
-
|
|
1506
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1507
|
-
|
|
1508
|
-
## [1.1.1-alpha.81](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.80...v1.1.1-alpha.81) (2021-09-09)
|
|
1509
|
-
|
|
1510
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1511
|
-
|
|
1512
|
-
## [1.1.1-alpha.80](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.79...v1.1.1-alpha.80) (2021-09-09)
|
|
1513
|
-
|
|
1514
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1515
|
-
|
|
1516
|
-
## [1.1.1-alpha.78](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.77...v1.1.1-alpha.78) (2021-09-09)
|
|
1517
|
-
|
|
1518
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1519
|
-
|
|
1520
|
-
## [1.1.1-alpha.76](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.75...v1.1.1-alpha.76) (2021-09-08)
|
|
1521
|
-
|
|
1522
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1523
|
-
|
|
1524
|
-
## [1.1.1-alpha.75](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.74...v1.1.1-alpha.75) (2021-09-08)
|
|
1525
|
-
|
|
1526
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1527
|
-
|
|
1528
|
-
## [1.1.1-alpha.74](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.73...v1.1.1-alpha.74) (2021-09-07)
|
|
1529
|
-
|
|
1530
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1531
|
-
|
|
1532
|
-
## [1.1.1-alpha.73](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.72...v1.1.1-alpha.73) (2021-09-07)
|
|
1533
|
-
|
|
1534
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1535
|
-
|
|
1536
|
-
## [1.1.1-alpha.72](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.71...v1.1.1-alpha.72) (2021-09-07)
|
|
1537
|
-
|
|
1538
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1539
|
-
|
|
1540
|
-
## [1.1.1-alpha.71](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.70...v1.1.1-alpha.71) (2021-09-05)
|
|
1541
|
-
|
|
1542
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1543
|
-
|
|
1544
|
-
## [1.1.1-alpha.69](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.68...v1.1.1-alpha.69) (2021-09-02)
|
|
1545
|
-
|
|
1546
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1547
|
-
|
|
1548
|
-
## [1.1.1-alpha.68](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.67...v1.1.1-alpha.68) (2021-09-01)
|
|
1549
|
-
|
|
1550
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1551
|
-
|
|
1552
|
-
## [1.1.1-alpha.66](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.65...v1.1.1-alpha.66) (2021-09-01)
|
|
1553
|
-
|
|
1554
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1555
|
-
|
|
1556
|
-
## [1.1.1-alpha.64](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.63...v1.1.1-alpha.64) (2021-08-30)
|
|
1557
|
-
|
|
1558
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1559
|
-
|
|
1560
|
-
## [1.1.1-alpha.63](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.62...v1.1.1-alpha.63) (2021-08-30)
|
|
1561
|
-
|
|
1562
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1563
|
-
|
|
1564
|
-
## [1.1.1-alpha.62](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.61...v1.1.1-alpha.62) (2021-08-29)
|
|
1565
|
-
|
|
1566
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1567
|
-
|
|
1568
|
-
## [1.1.1-alpha.61](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.60...v1.1.1-alpha.61) (2021-08-29)
|
|
1569
|
-
|
|
1570
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1571
|
-
|
|
1572
|
-
## [1.1.1-alpha.60](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.59...v1.1.1-alpha.60) (2021-08-26)
|
|
1573
|
-
|
|
1574
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1575
|
-
|
|
1576
|
-
## [1.1.1-alpha.59](https://github.com/cdmbase/adminide-stack/compare/v1.1.1-alpha.58...v1.1.1-alpha.59) (2021-08-26)
|
|
1577
|
-
|
|
1578
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1579
|
-
|
|
1580
|
-
## [1.1.1-alpha.58](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.57...v1.1.1-alpha.58) (2021-08-26)
|
|
1581
|
-
|
|
1582
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1583
|
-
|
|
1584
|
-
## [1.1.1-alpha.57](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.56...v1.1.1-alpha.57) (2021-08-26)
|
|
1585
|
-
|
|
1586
|
-
### Features
|
|
1587
|
-
|
|
1588
|
-
- refactored isUserAuthenticated and removed dependencies for useAuth and ProvideAuth ([4441870](https://github.com/cdmbase/adminIde-stack/commit/44418703265e84c96fc6d3ce9b23d81dd8d33cf5))
|
|
1589
|
-
|
|
1590
|
-
## [1.1.1-alpha.56](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.55...v1.1.1-alpha.56) (2021-08-25)
|
|
1591
|
-
|
|
1592
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1593
|
-
|
|
1594
|
-
## [1.1.1-alpha.54](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.53...v1.1.1-alpha.54) (2021-08-24)
|
|
1595
|
-
|
|
1596
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1597
|
-
|
|
1598
|
-
## [1.1.1-alpha.52](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.51...v1.1.1-alpha.52) (2021-08-24)
|
|
1599
|
-
|
|
1600
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1601
|
-
|
|
1602
|
-
## [1.1.1-alpha.51](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.50...v1.1.1-alpha.51) (2021-08-24)
|
|
1603
|
-
|
|
1604
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1605
|
-
|
|
1606
|
-
## [1.1.1-alpha.48](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.47...v1.1.1-alpha.48) (2021-08-23)
|
|
1607
|
-
|
|
1608
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1609
|
-
|
|
1610
|
-
## [1.1.1-alpha.47](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.46...v1.1.1-alpha.47) (2021-08-23)
|
|
1611
|
-
|
|
1612
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1613
|
-
|
|
1614
|
-
## [1.1.1-alpha.46](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.45...v1.1.1-alpha.46) (2021-08-22)
|
|
1615
|
-
|
|
1616
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1617
|
-
|
|
1618
|
-
## [1.1.1-alpha.45](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.44...v1.1.1-alpha.45) (2021-08-22)
|
|
1619
|
-
|
|
1620
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1621
|
-
|
|
1622
|
-
## [1.1.1-alpha.44](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.43...v1.1.1-alpha.44) (2021-08-21)
|
|
1623
|
-
|
|
1624
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1625
|
-
|
|
1626
|
-
## [1.1.1-alpha.38](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.37...v1.1.1-alpha.38) (2021-08-16)
|
|
1627
|
-
|
|
1628
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1629
|
-
|
|
1630
|
-
## [1.1.1-alpha.37](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.36...v1.1.1-alpha.37) (2021-08-16)
|
|
1631
|
-
|
|
1632
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1633
|
-
|
|
1634
|
-
## [1.1.1-alpha.36](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.35...v1.1.1-alpha.36) (2021-08-15)
|
|
1635
|
-
|
|
1636
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1637
|
-
|
|
1638
|
-
## [1.1.1-alpha.35](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.34...v1.1.1-alpha.35) (2021-08-15)
|
|
1639
|
-
|
|
1640
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1641
|
-
|
|
1642
|
-
## [1.1.1-alpha.34](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.33...v1.1.1-alpha.34) (2021-08-15)
|
|
1643
|
-
|
|
1644
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1645
|
-
|
|
1646
|
-
## [1.1.1-alpha.33](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.32...v1.1.1-alpha.33) (2021-08-14)
|
|
1647
|
-
|
|
1648
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1649
|
-
|
|
1650
|
-
## [1.1.1-alpha.32](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.31...v1.1.1-alpha.32) (2021-08-14)
|
|
1651
|
-
|
|
1652
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1653
|
-
|
|
1654
|
-
## [1.1.1-alpha.31](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.30...v1.1.1-alpha.31) (2021-08-14)
|
|
1655
|
-
|
|
1656
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1657
|
-
|
|
1658
|
-
## [1.1.1-alpha.30](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.29...v1.1.1-alpha.30) (2021-08-14)
|
|
1659
|
-
|
|
1660
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1661
|
-
|
|
1662
|
-
## [1.1.1-alpha.29](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.28...v1.1.1-alpha.29) (2021-08-13)
|
|
1663
|
-
|
|
1664
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1665
|
-
|
|
1666
|
-
## [1.1.1-alpha.27](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.26...v1.1.1-alpha.27) (2021-08-12)
|
|
1667
|
-
|
|
1668
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1669
|
-
|
|
1670
|
-
## [1.1.1-alpha.26](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.25...v1.1.1-alpha.26) (2021-08-12)
|
|
1671
|
-
|
|
1672
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1673
|
-
|
|
1674
|
-
## [1.1.1-alpha.25](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.24...v1.1.1-alpha.25) (2021-08-12)
|
|
1675
|
-
|
|
1676
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1677
|
-
|
|
1678
|
-
## [1.1.1-alpha.23](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.22...v1.1.1-alpha.23) (2021-08-11)
|
|
1679
|
-
|
|
1680
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1681
|
-
|
|
1682
|
-
## [1.1.1-alpha.22](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.21...v1.1.1-alpha.22) (2021-08-11)
|
|
1683
|
-
|
|
1684
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1685
|
-
|
|
1686
|
-
## [1.1.1-alpha.21](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.20...v1.1.1-alpha.21) (2021-08-09)
|
|
1687
|
-
|
|
1688
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1689
|
-
|
|
1690
|
-
## [1.1.1-alpha.20](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.19...v1.1.1-alpha.20) (2021-08-09)
|
|
1691
|
-
|
|
1692
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1693
|
-
|
|
1694
|
-
## [1.1.1-alpha.19](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.18...v1.1.1-alpha.19) (2021-08-09)
|
|
1695
|
-
|
|
1696
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1697
|
-
|
|
1698
|
-
## [1.1.1-alpha.18](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.17...v1.1.1-alpha.18) (2021-08-08)
|
|
1699
|
-
|
|
1700
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1701
|
-
|
|
1702
|
-
## [1.1.1-alpha.17](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.16...v1.1.1-alpha.17) (2021-08-08)
|
|
1703
|
-
|
|
1704
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1705
|
-
|
|
1706
|
-
## [1.1.1-alpha.16](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.15...v1.1.1-alpha.16) (2021-08-08)
|
|
1707
|
-
|
|
1708
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1709
|
-
|
|
1710
|
-
## [1.1.1-alpha.15](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.14...v1.1.1-alpha.15) (2021-08-06)
|
|
1711
|
-
|
|
1712
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1713
|
-
|
|
1714
|
-
## [1.1.1-alpha.14](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.13...v1.1.1-alpha.14) (2021-08-04)
|
|
1715
|
-
|
|
1716
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1717
|
-
|
|
1718
|
-
## [1.1.1-alpha.12](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.11...v1.1.1-alpha.12) (2021-07-28)
|
|
1719
|
-
|
|
1720
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1721
|
-
|
|
1722
|
-
## [1.1.1-alpha.11](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.10...v1.1.1-alpha.11) (2021-07-27)
|
|
1723
|
-
|
|
1724
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1725
|
-
|
|
1726
|
-
## [1.1.1-alpha.10](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.9...v1.1.1-alpha.10) (2021-07-27)
|
|
1727
|
-
|
|
1728
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1729
|
-
|
|
1730
|
-
## [1.1.1-alpha.7](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.6...v1.1.1-alpha.7) (2021-07-26)
|
|
1731
|
-
|
|
1732
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1733
|
-
|
|
1734
|
-
## [1.1.1-alpha.4](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.3...v1.1.1-alpha.4) (2021-07-25)
|
|
1735
|
-
|
|
1736
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1737
|
-
|
|
1738
|
-
## [1.1.1-alpha.3](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.2...v1.1.1-alpha.3) (2021-07-24)
|
|
1739
|
-
|
|
1740
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1741
|
-
|
|
1742
|
-
## [1.1.1-alpha.2](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.1...v1.1.1-alpha.2) (2021-07-24)
|
|
1743
|
-
|
|
1744
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1745
|
-
|
|
1746
|
-
## [1.1.1-alpha.1](https://github.com/cdmbase/adminIde-stack/compare/v1.1.1-alpha.0...v1.1.1-alpha.1) (2021-07-24)
|
|
1747
|
-
|
|
1748
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1749
|
-
|
|
1750
|
-
## [1.1.1-alpha.0](https://github.com/cdmbase/adminIde-stack/compare/v1.1.0-alpha.5...v1.1.1-alpha.0) (2021-07-24)
|
|
1751
|
-
|
|
1752
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1753
|
-
|
|
1754
|
-
# [1.1.0-alpha.5](https://github.com/cdmbase/adminIde-stack/compare/v1.1.0-alpha.4...v1.1.0-alpha.5) (2021-07-19)
|
|
1755
|
-
|
|
1756
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1757
|
-
|
|
1758
|
-
# [1.1.0-alpha.3](https://github.com/cdmbase/adminIde-stack/compare/v1.1.0-alpha.2...v1.1.0-alpha.3) (2021-07-16)
|
|
1759
|
-
|
|
1760
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1761
|
-
|
|
1762
|
-
# [1.1.0-alpha.2](https://github.com/cdmbase/adminIde-stack/compare/v1.1.0-alpha.1...v1.1.0-alpha.2) (2021-07-13)
|
|
1763
|
-
|
|
1764
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1765
|
-
|
|
1766
|
-
# [1.1.0-alpha.1](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.120...v1.1.0-alpha.1) (2021-07-13)
|
|
1767
|
-
|
|
1768
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1769
|
-
|
|
1770
|
-
## [0.0.20-alpha.120](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.119...v0.0.20-alpha.120) (2021-07-04)
|
|
1771
|
-
|
|
1772
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1773
|
-
|
|
1774
|
-
## [0.0.20-alpha.119](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.118...v0.0.20-alpha.119) (2021-07-03)
|
|
1775
|
-
|
|
1776
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1777
|
-
|
|
1778
|
-
## [0.0.20-alpha.118](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.117...v0.0.20-alpha.118) (2021-07-03)
|
|
1779
|
-
|
|
1780
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1781
|
-
|
|
1782
|
-
## [0.0.20-alpha.117](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.116...v0.0.20-alpha.117) (2021-07-01)
|
|
1783
|
-
|
|
1784
|
-
### Features
|
|
1785
|
-
|
|
1786
|
-
- make stripe integration compatible with our integration workflow ([a815c28](https://github.com/cdmbase/adminIde-stack/commit/a815c28f53ca14b58f04d0846ffa405a8d4c3f54))
|
|
1787
|
-
|
|
1788
|
-
## [0.0.20-alpha.115](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.114...v0.0.20-alpha.115) (2021-06-30)
|
|
1789
|
-
|
|
1790
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1791
|
-
|
|
1792
|
-
## [0.0.20-alpha.114](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.113...v0.0.20-alpha.114) (2021-06-29)
|
|
1793
|
-
|
|
1794
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1795
|
-
|
|
1796
|
-
## [0.0.20-alpha.113](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.112...v0.0.20-alpha.113) (2021-06-28)
|
|
1797
|
-
|
|
1798
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1799
|
-
|
|
1800
|
-
## [0.0.20-alpha.112](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.111...v0.0.20-alpha.112) (2021-06-25)
|
|
1801
|
-
|
|
1802
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1803
|
-
|
|
1804
|
-
## [0.0.20-alpha.110](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.109...v0.0.20-alpha.110) (2021-06-24)
|
|
1805
|
-
|
|
1806
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1807
|
-
|
|
1808
|
-
## [0.0.20-alpha.109](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.108...v0.0.20-alpha.109) (2021-06-23)
|
|
1809
|
-
|
|
1810
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1811
|
-
|
|
1812
|
-
## [0.0.20-alpha.108](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.107...v0.0.20-alpha.108) (2021-06-23)
|
|
1813
|
-
|
|
1814
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1815
|
-
|
|
1816
|
-
## [0.0.20-alpha.104](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.103...v0.0.20-alpha.104) (2021-06-17)
|
|
1817
|
-
|
|
1818
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1819
|
-
|
|
1820
|
-
## [0.0.20-alpha.103](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.102...v0.0.20-alpha.103) (2021-06-16)
|
|
1821
|
-
|
|
1822
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1823
|
-
|
|
1824
|
-
## [0.0.20-alpha.102](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.101...v0.0.20-alpha.102) (2021-06-15)
|
|
1825
|
-
|
|
1826
|
-
### Bug Fixes
|
|
1827
|
-
|
|
1828
|
-
- billing header notice not showing current subscription ([4f016b2](https://github.com/cdmbase/adminIde-stack/commit/4f016b29f6c9a62f8c9b32c973bc87a8972b946e))
|
|
1829
|
-
|
|
1830
|
-
## [0.0.20-alpha.101](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.100...v0.0.20-alpha.101) (2021-06-15)
|
|
1831
|
-
|
|
1832
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1833
|
-
|
|
1834
|
-
## [0.0.20-alpha.100](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.99...v0.0.20-alpha.100) (2021-06-14)
|
|
1835
|
-
|
|
1836
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1837
|
-
|
|
1838
|
-
## [0.0.20-alpha.99](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.98...v0.0.20-alpha.99) (2021-06-13)
|
|
1839
|
-
|
|
1840
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1841
|
-
|
|
1842
|
-
## [0.0.20-alpha.98](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.97...v0.0.20-alpha.98) (2021-06-13)
|
|
1843
|
-
|
|
1844
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1845
|
-
|
|
1846
|
-
## [0.0.20-alpha.97](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.96...v0.0.20-alpha.97) (2021-06-12)
|
|
1847
|
-
|
|
1848
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1849
|
-
|
|
1850
|
-
## [0.0.20-alpha.96](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.95...v0.0.20-alpha.96) (2021-06-12)
|
|
1851
|
-
|
|
1852
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1853
|
-
|
|
1854
|
-
## [0.0.20-alpha.95](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.94...v0.0.20-alpha.95) (2021-06-12)
|
|
1855
|
-
|
|
1856
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1857
|
-
|
|
1858
|
-
## [0.0.20-alpha.91](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.90...v0.0.20-alpha.91) (2021-06-10)
|
|
1859
|
-
|
|
1860
|
-
### Features
|
|
1861
|
-
|
|
1862
|
-
- **billing:** add dynamic configuration policies inside plan meta data ([75b113d](https://github.com/cdmbase/adminIde-stack/commit/75b113d2fccedba59a43b79ea584a8c75ba077e3)), closes [#1116](https://github.com/cdmbase/adminIde-stack/issues/1116)
|
|
1863
|
-
|
|
1864
|
-
## [0.0.20-alpha.89](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.88...v0.0.20-alpha.89) (2021-06-09)
|
|
1865
|
-
|
|
1866
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1867
|
-
|
|
1868
|
-
## [0.0.20-alpha.88](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.87...v0.0.20-alpha.88) (2021-06-09)
|
|
1869
|
-
|
|
1870
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1871
|
-
|
|
1872
|
-
## [0.0.20-alpha.87](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.86...v0.0.20-alpha.87) (2021-06-05)
|
|
1873
|
-
|
|
1874
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1875
|
-
|
|
1876
|
-
## [0.0.20-alpha.84](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.83...v0.0.20-alpha.84) (2021-06-04)
|
|
1877
|
-
|
|
1878
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1879
|
-
|
|
1880
|
-
## [0.0.20-alpha.83](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.82...v0.0.20-alpha.83) (2021-06-04)
|
|
1881
|
-
|
|
1882
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1883
|
-
|
|
1884
|
-
## [0.0.20-alpha.81](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.80...v0.0.20-alpha.81) (2021-06-04)
|
|
1885
|
-
|
|
1886
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1887
|
-
|
|
1888
|
-
## [0.0.20-alpha.79](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.78...v0.0.20-alpha.79) (2021-06-02)
|
|
1889
|
-
|
|
1890
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1891
|
-
|
|
1892
|
-
## [0.0.20-alpha.78](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.77...v0.0.20-alpha.78) (2021-06-02)
|
|
1893
|
-
|
|
1894
|
-
### Bug Fixes
|
|
1895
|
-
|
|
1896
|
-
- **billing:** fix null users in enterprise plan card ([b4adb4a](https://github.com/cdmbase/adminIde-stack/commit/b4adb4a707642c2e2e1a42c672e1149fe18de9ac))
|
|
1897
|
-
- **billing-browser:** fix undefined trial days ([fc7bfdf](https://github.com/cdmbase/adminIde-stack/commit/fc7bfdf78ab14e8be56e8b6792ba2fe779ddafba))
|
|
1898
|
-
|
|
1899
|
-
### Features
|
|
1900
|
-
|
|
1901
|
-
- **billing:** add billing plan and products db migrations ([8018d91](https://github.com/cdmbase/adminIde-stack/commit/8018d9187de04f6cbb9a0085cca05e9f96cf5e6a)), closes [#1116](https://github.com/cdmbase/adminIde-stack/issues/1116)
|
|
1902
|
-
|
|
1903
|
-
## [0.0.20-alpha.74](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.73...v0.0.20-alpha.74) (2021-05-31)
|
|
1904
|
-
|
|
1905
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1906
|
-
|
|
1907
|
-
## [0.0.20-alpha.73](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.72...v0.0.20-alpha.73) (2021-05-30)
|
|
1908
|
-
|
|
1909
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1910
|
-
|
|
1911
|
-
## [0.0.20-alpha.72](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.71...v0.0.20-alpha.72) (2021-05-29)
|
|
1912
|
-
|
|
1913
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1914
|
-
|
|
1915
|
-
## [0.0.20-alpha.71](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.70...v0.0.20-alpha.71) (2021-05-29)
|
|
1916
|
-
|
|
1917
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1918
|
-
|
|
1919
|
-
## [0.0.20-alpha.70](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.69...v0.0.20-alpha.70) (2021-05-28)
|
|
1920
|
-
|
|
1921
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1922
|
-
|
|
1923
|
-
## [0.0.20-alpha.69](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.68...v0.0.20-alpha.69) (2021-05-28)
|
|
1924
|
-
|
|
1925
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1926
|
-
|
|
1927
|
-
## [0.0.20-alpha.68](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.67...v0.0.20-alpha.68) (2021-05-27)
|
|
1928
|
-
|
|
1929
|
-
### Features
|
|
1930
|
-
|
|
1931
|
-
- **billing:** add billing notice bar on top ([f1b9e7c](https://github.com/cdmbase/adminIde-stack/commit/f1b9e7c8547b731c488b92ff75c5e4c6407b70e8)), closes [#1093](https://github.com/cdmbase/adminIde-stack/issues/1093)
|
|
1932
|
-
|
|
1933
|
-
## [0.0.20-alpha.67](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.66...v0.0.20-alpha.67) (2021-05-26)
|
|
1934
|
-
|
|
1935
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1936
|
-
|
|
1937
|
-
## [0.0.20-alpha.66](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.65...v0.0.20-alpha.66) (2021-05-26)
|
|
1938
|
-
|
|
1939
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1940
|
-
|
|
1941
|
-
## [0.0.20-alpha.65](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.64...v0.0.20-alpha.65) (2021-05-26)
|
|
1942
|
-
|
|
1943
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1944
|
-
|
|
1945
|
-
## [0.0.20-alpha.64](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.63...v0.0.20-alpha.64) (2021-05-26)
|
|
1946
|
-
|
|
1947
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1948
|
-
|
|
1949
|
-
## [0.0.20-alpha.63](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.62...v0.0.20-alpha.63) (2021-05-25)
|
|
1950
|
-
|
|
1951
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1952
|
-
|
|
1953
|
-
## [0.0.20-alpha.62](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.61...v0.0.20-alpha.62) (2021-05-25)
|
|
1954
|
-
|
|
1955
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1956
|
-
|
|
1957
|
-
## [0.0.20-alpha.61](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.60...v0.0.20-alpha.61) (2021-05-24)
|
|
1958
|
-
|
|
1959
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1960
|
-
|
|
1961
|
-
## [0.0.20-alpha.60](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.59...v0.0.20-alpha.60) (2021-05-24)
|
|
1962
|
-
|
|
1963
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1964
|
-
|
|
1965
|
-
## [0.0.20-alpha.58](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.57...v0.0.20-alpha.58) (2021-05-24)
|
|
1966
|
-
|
|
1967
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1968
|
-
|
|
1969
|
-
## [0.0.20-alpha.57](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.56...v0.0.20-alpha.57) (2021-05-23)
|
|
1970
|
-
|
|
1971
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1972
|
-
|
|
1973
|
-
## [0.0.20-alpha.56](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.55...v0.0.20-alpha.56) (2021-05-22)
|
|
1974
|
-
|
|
1975
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1976
|
-
|
|
1977
|
-
## [0.0.20-alpha.54](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.53...v0.0.20-alpha.54) (2021-05-21)
|
|
1978
|
-
|
|
1979
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1980
|
-
|
|
1981
|
-
## [0.0.20-alpha.53](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.52...v0.0.20-alpha.53) (2021-05-21)
|
|
1982
|
-
|
|
1983
|
-
### Features
|
|
1984
|
-
|
|
1985
|
-
- **billing:** handle free plans with policy only ([cbb8f5f](https://github.com/cdmbase/adminIde-stack/commit/cbb8f5f68072edf04c403a694aa9712d2cada609))
|
|
1986
|
-
|
|
1987
|
-
## [0.0.20-alpha.50](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.49...v0.0.20-alpha.50) (2021-05-19)
|
|
1988
|
-
|
|
1989
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1990
|
-
|
|
1991
|
-
## [0.0.20-alpha.49](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.48...v0.0.20-alpha.49) (2021-05-18)
|
|
1992
|
-
|
|
1993
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1994
|
-
|
|
1995
|
-
## [0.0.20-alpha.48](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.47...v0.0.20-alpha.48) (2021-05-18)
|
|
1996
|
-
|
|
1997
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
1998
|
-
|
|
1999
|
-
## [0.0.20-alpha.47](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.46...v0.0.20-alpha.47) (2021-05-17)
|
|
2000
|
-
|
|
2001
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2002
|
-
|
|
2003
|
-
## [0.0.20-alpha.45](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.44...v0.0.20-alpha.45) (2021-05-12)
|
|
2004
|
-
|
|
2005
|
-
### Features
|
|
2006
|
-
|
|
2007
|
-
- **billing:** update build configurations to use roll up ([588cc17](https://github.com/cdmbase/adminIde-stack/commit/588cc17866c9105c31db87c4d85d1ff9075e58e3)), closes [#1121](https://github.com/cdmbase/adminIde-stack/issues/1121)
|
|
2008
|
-
|
|
2009
|
-
## [0.0.20-alpha.44](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.43...v0.0.20-alpha.44) (2021-05-11)
|
|
2010
|
-
|
|
2011
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2012
|
-
|
|
2013
|
-
## [0.0.20-alpha.43](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.42...v0.0.20-alpha.43) (2021-05-11)
|
|
2014
|
-
|
|
2015
|
-
### Bug Fixes
|
|
2016
|
-
|
|
2017
|
-
- **billing:** some runtime error accessing undefined values ([cb87f4a](https://github.com/cdmbase/adminIde-stack/commit/cb87f4a19f542624abdd450de211cc050a4755c6))
|
|
2018
|
-
|
|
2019
|
-
## [0.0.20-alpha.42](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.41...v0.0.20-alpha.42) (2021-05-09)
|
|
2020
|
-
|
|
2021
|
-
### Bug Fixes
|
|
2022
|
-
|
|
2023
|
-
- **billing:** change plan subscription changes ([48ec431](https://github.com/cdmbase/adminIde-stack/commit/48ec43174967cdec738f8ffa69eb102029c9d6ad)), closes [#1104](https://github.com/cdmbase/adminIde-stack/issues/1104)
|
|
2024
|
-
- hide invoices with 0 amount ([2c05c52](https://github.com/cdmbase/adminIde-stack/commit/2c05c52aafdd5eb98008eddc16140f7c5ac849d2))
|
|
2025
|
-
|
|
2026
|
-
## [0.0.20-alpha.41](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.40...v0.0.20-alpha.41) (2021-05-06)
|
|
2027
|
-
|
|
2028
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2029
|
-
|
|
2030
|
-
## [0.0.20-alpha.39](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.38...v0.0.20-alpha.39) (2021-05-05)
|
|
2031
|
-
|
|
2032
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2033
|
-
|
|
2034
|
-
## [0.0.20-alpha.36](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.35...v0.0.20-alpha.36) (2021-05-04)
|
|
2035
|
-
|
|
2036
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2037
|
-
|
|
2038
|
-
## [0.0.20-alpha.33](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.32...v0.0.20-alpha.33) (2021-05-03)
|
|
2039
|
-
|
|
2040
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2041
|
-
|
|
2042
|
-
## [0.0.20-alpha.32](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.31...v0.0.20-alpha.32) (2021-05-03)
|
|
2043
|
-
|
|
2044
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2045
|
-
|
|
2046
|
-
## [0.0.20-alpha.30](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.29...v0.0.20-alpha.30) (2021-05-02)
|
|
2047
|
-
|
|
2048
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2049
|
-
|
|
2050
|
-
## [0.0.20-alpha.29](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.28...v0.0.20-alpha.29) (2021-05-01)
|
|
2051
|
-
|
|
2052
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2053
|
-
|
|
2054
|
-
## [0.0.20-alpha.28](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.27...v0.0.20-alpha.28) (2021-05-01)
|
|
2055
|
-
|
|
2056
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2057
|
-
|
|
2058
|
-
## [0.0.20-alpha.26](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.25...v0.0.20-alpha.26) (2021-05-01)
|
|
2059
|
-
|
|
2060
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2061
|
-
|
|
2062
|
-
## [0.0.20-alpha.24](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.23...v0.0.20-alpha.24) (2021-04-29)
|
|
2063
|
-
|
|
2064
|
-
### Features
|
|
2065
|
-
|
|
2066
|
-
- **billing:** add paypal integration status alongside the members ([1208844](https://github.com/cdmbase/adminIde-stack/commit/1208844d17de90459f65cd4cf133b2eb285bffd3))
|
|
2067
|
-
|
|
2068
|
-
## [0.0.20-alpha.23](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.22...v0.0.20-alpha.23) (2021-04-29)
|
|
2069
|
-
|
|
2070
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2071
|
-
|
|
2072
|
-
## [0.0.20-alpha.22](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.21...v0.0.20-alpha.22) (2021-04-28)
|
|
2073
|
-
|
|
2074
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2075
|
-
|
|
2076
|
-
## [0.0.20-alpha.21](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.20...v0.0.20-alpha.21) (2021-04-27)
|
|
2077
|
-
|
|
2078
|
-
### Bug Fixes
|
|
2079
|
-
|
|
2080
|
-
- **paypal-integration:** update custom Oauth integration ([13fe09a](https://github.com/cdmbase/adminIde-stack/commit/13fe09ac274fca29cd4465596783e47b456f55d4))
|
|
2081
|
-
|
|
2082
|
-
### Features
|
|
2083
|
-
|
|
2084
|
-
- **billing:** add paypal integration configuration ([2577565](https://github.com/cdmbase/adminIde-stack/commit/2577565d0f75153471ef5d0e5e9eb288cb583f58))
|
|
2085
|
-
|
|
2086
|
-
## [0.0.20-alpha.11](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.10...v0.0.20-alpha.11) (2021-04-23)
|
|
2087
|
-
|
|
2088
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2089
|
-
|
|
2090
|
-
## [0.0.20-alpha.10](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.9...v0.0.20-alpha.10) (2021-04-23)
|
|
2091
|
-
|
|
2092
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2093
|
-
|
|
2094
|
-
## [0.0.20-alpha.8](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.7...v0.0.20-alpha.8) (2021-04-23)
|
|
2095
|
-
|
|
2096
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2097
|
-
|
|
2098
|
-
## [0.0.20-alpha.5](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.4...v0.0.20-alpha.5) (2021-04-21)
|
|
2099
|
-
|
|
2100
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2101
|
-
|
|
2102
|
-
## [0.0.20-alpha.4](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.3...v0.0.20-alpha.4) (2021-04-21)
|
|
2103
|
-
|
|
2104
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2105
|
-
|
|
2106
|
-
## [0.0.20-alpha.3](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.2...v0.0.20-alpha.3) (2021-04-21)
|
|
2107
|
-
|
|
2108
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2109
|
-
|
|
2110
|
-
## [0.0.20-alpha.2](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.1...v0.0.20-alpha.2) (2021-04-21)
|
|
2111
|
-
|
|
2112
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2113
|
-
|
|
2114
|
-
## [0.0.20-alpha.1](https://github.com/cdmbase/adminIde-stack/compare/v0.0.20-alpha.0...v0.0.20-alpha.1) (2021-04-21)
|
|
2115
|
-
|
|
2116
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2117
|
-
|
|
2118
|
-
## [0.0.20-alpha.0](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.477...v0.0.20-alpha.0) (2021-04-21)
|
|
2119
|
-
|
|
2120
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2121
|
-
|
|
2122
|
-
## [0.0.1-alpha.0](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.477...v0.0.1-alpha.0) (2021-04-21)
|
|
2123
|
-
|
|
2124
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2125
|
-
|
|
2126
|
-
## [0.0.18-alpha.477](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.476...v0.0.18-alpha.477) (2021-04-21)
|
|
2127
|
-
|
|
2128
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2129
|
-
|
|
2130
|
-
## [0.0.18-alpha.476](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.475...v0.0.18-alpha.476) (2021-04-20)
|
|
2131
|
-
|
|
2132
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2133
|
-
|
|
2134
|
-
## [0.0.18-alpha.474](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.473...v0.0.18-alpha.474) (2021-04-19)
|
|
2135
|
-
|
|
2136
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2137
|
-
|
|
2138
|
-
## [0.0.18-alpha.470](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.469...v0.0.18-alpha.470) (2021-04-17)
|
|
2139
|
-
|
|
2140
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2141
|
-
|
|
2142
|
-
## [0.0.18-alpha.469](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.468...v0.0.18-alpha.469) (2021-04-15)
|
|
2143
|
-
|
|
2144
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2145
|
-
|
|
2146
|
-
## [0.0.18-alpha.467](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.466...v0.0.18-alpha.467) (2021-04-13)
|
|
2147
|
-
|
|
2148
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2149
|
-
|
|
2150
|
-
## [0.0.18-alpha.465](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.464...v0.0.18-alpha.465) (2021-04-12)
|
|
2151
|
-
|
|
2152
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2153
|
-
|
|
2154
|
-
## [0.0.18-alpha.464](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.463...v0.0.18-alpha.464) (2021-04-12)
|
|
2155
|
-
|
|
2156
|
-
### Features
|
|
2157
|
-
|
|
2158
|
-
- **billing:** add paypal payout integration ([bc1db34](https://github.com/cdmbase/adminIde-stack/commit/bc1db3423b2c47b4babbbee9492fe36cba6fba2b))
|
|
2159
|
-
|
|
2160
|
-
## [0.0.18-alpha.463](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.462...v0.0.18-alpha.463) (2021-04-12)
|
|
2161
|
-
|
|
2162
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2163
|
-
|
|
2164
|
-
## [0.0.18-alpha.462](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.461...v0.0.18-alpha.462) (2021-04-10)
|
|
2165
|
-
|
|
2166
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2167
|
-
|
|
2168
|
-
## [0.0.18-alpha.460](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.459...v0.0.18-alpha.460) (2021-04-09)
|
|
2169
|
-
|
|
2170
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2171
|
-
|
|
2172
|
-
## [0.0.18-alpha.458](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.457...v0.0.18-alpha.458) (2021-04-07)
|
|
2173
|
-
|
|
2174
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2175
|
-
|
|
2176
|
-
## [0.0.18-alpha.457](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.456...v0.0.18-alpha.457) (2021-04-07)
|
|
2177
|
-
|
|
2178
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2179
|
-
|
|
2180
|
-
## [0.0.18-alpha.456](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.455...v0.0.18-alpha.456) (2021-04-06)
|
|
2181
|
-
|
|
2182
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2183
|
-
|
|
2184
|
-
## [0.0.18-alpha.455](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.454...v0.0.18-alpha.455) (2021-04-06)
|
|
2185
|
-
|
|
2186
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2187
|
-
|
|
2188
|
-
## [0.0.18-alpha.452](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.451...v0.0.18-alpha.452) (2021-04-04)
|
|
2189
|
-
|
|
2190
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2191
|
-
|
|
2192
|
-
## [0.0.18-alpha.451](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.450...v0.0.18-alpha.451) (2021-04-04)
|
|
2193
|
-
|
|
2194
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2195
|
-
|
|
2196
|
-
## [0.0.18-alpha.449](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.448...v0.0.18-alpha.449) (2021-04-02)
|
|
2197
|
-
|
|
2198
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2199
|
-
|
|
2200
|
-
## [0.0.18-alpha.448](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.447...v0.0.18-alpha.448) (2021-04-01)
|
|
2201
|
-
|
|
2202
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2203
|
-
|
|
2204
|
-
## [0.0.18-alpha.446](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.445...v0.0.18-alpha.446) (2021-03-30)
|
|
2205
|
-
|
|
2206
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2207
|
-
|
|
2208
|
-
## [0.0.18-alpha.445](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.444...v0.0.18-alpha.445) (2021-03-29)
|
|
2209
|
-
|
|
2210
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2211
|
-
|
|
2212
|
-
## [0.0.18-alpha.444](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.443...v0.0.18-alpha.444) (2021-03-28)
|
|
2213
|
-
|
|
2214
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2215
|
-
|
|
2216
|
-
## [0.0.18-alpha.443](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.442...v0.0.18-alpha.443) (2021-03-25)
|
|
2217
|
-
|
|
2218
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2219
|
-
|
|
2220
|
-
## [0.0.18-alpha.442](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.441...v0.0.18-alpha.442) (2021-03-24)
|
|
2221
|
-
|
|
2222
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2223
|
-
|
|
2224
|
-
## [0.0.18-alpha.439](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.438...v0.0.18-alpha.439) (2021-03-23)
|
|
2225
|
-
|
|
2226
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2227
|
-
|
|
2228
|
-
## [0.0.18-alpha.437](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.436...v0.0.18-alpha.437) (2021-03-22)
|
|
2229
|
-
|
|
2230
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2231
|
-
|
|
2232
|
-
## [0.0.18-alpha.436](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.435...v0.0.18-alpha.436) (2021-03-22)
|
|
2233
|
-
|
|
2234
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2235
|
-
|
|
2236
|
-
## [0.0.18-alpha.435](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.434...v0.0.18-alpha.435) (2021-03-22)
|
|
2237
|
-
|
|
2238
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2239
|
-
|
|
2240
|
-
## [0.0.18-alpha.434](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.433...v0.0.18-alpha.434) (2021-03-21)
|
|
2241
|
-
|
|
2242
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2243
|
-
|
|
2244
|
-
## [0.0.18-alpha.433](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.432...v0.0.18-alpha.433) (2021-03-21)
|
|
2245
|
-
|
|
2246
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2247
|
-
|
|
2248
|
-
## [0.0.18-alpha.431](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.430...v0.0.18-alpha.431) (2021-03-19)
|
|
2249
|
-
|
|
2250
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2251
|
-
|
|
2252
|
-
## [0.0.18-alpha.428](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.427...v0.0.18-alpha.428) (2021-03-19)
|
|
2253
|
-
|
|
2254
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2255
|
-
|
|
2256
|
-
## [0.0.18-alpha.427](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.426...v0.0.18-alpha.427) (2021-03-19)
|
|
2257
|
-
|
|
2258
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2259
|
-
|
|
2260
|
-
## [0.0.18-alpha.425](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.424...v0.0.18-alpha.425) (2021-03-19)
|
|
2261
|
-
|
|
2262
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2263
|
-
|
|
2264
|
-
## [0.0.18-alpha.423](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.422...v0.0.18-alpha.423) (2021-03-18)
|
|
2265
|
-
|
|
2266
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2267
|
-
|
|
2268
|
-
## [0.0.18-alpha.421](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.420...v0.0.18-alpha.421) (2021-03-17)
|
|
2269
|
-
|
|
2270
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2271
|
-
|
|
2272
|
-
## [0.0.18-alpha.420](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.419...v0.0.18-alpha.420) (2021-03-17)
|
|
2273
|
-
|
|
2274
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2275
|
-
|
|
2276
|
-
## [0.0.18-alpha.418](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.417...v0.0.18-alpha.418) (2021-03-15)
|
|
2277
|
-
|
|
2278
|
-
### Features
|
|
2279
|
-
|
|
2280
|
-
- **billing:** add payout options for stripe ([cc6dd18](https://github.com/cdmbase/adminIde-stack/commit/cc6dd18a9004365925a46e544e453967227afbc1)), closes [#989](https://github.com/cdmbase/adminIde-stack/issues/989)
|
|
2281
|
-
|
|
2282
|
-
## [0.0.18-alpha.417](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.416...v0.0.18-alpha.417) (2021-03-10)
|
|
2283
|
-
|
|
2284
|
-
### Features
|
|
2285
|
-
|
|
2286
|
-
- **billing/payment-integrations:** add external account crud and dashboard ([4b5b267](https://github.com/cdmbase/adminIde-stack/commit/4b5b2675ae1a4a9a32573f4606f37b647cdc319a)), closes [#989](https://github.com/cdmbase/adminIde-stack/issues/989)
|
|
2287
|
-
|
|
2288
|
-
## [0.0.18-alpha.412](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.411...v0.0.18-alpha.412) (2021-03-09)
|
|
2289
|
-
|
|
2290
|
-
### Features
|
|
2291
|
-
|
|
2292
|
-
- **billing/payment-integration:** add paypal payment integration ([de13feb](https://github.com/cdmbase/adminIde-stack/commit/de13feb94b8556b57c7ae3301ed1fd2541e33d8c))
|
|
2293
|
-
|
|
2294
|
-
## [0.0.18-alpha.407](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.406...v0.0.18-alpha.407) (2021-03-04)
|
|
2295
|
-
|
|
2296
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2297
|
-
|
|
2298
|
-
## [0.0.18-alpha.404](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.403...v0.0.18-alpha.404) (2021-03-04)
|
|
2299
|
-
|
|
2300
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2301
|
-
|
|
2302
|
-
## [0.0.18-alpha.400](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.399...v0.0.18-alpha.400) (2021-03-03)
|
|
2303
|
-
|
|
2304
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2305
|
-
|
|
2306
|
-
## [0.0.18-alpha.397](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.396...v0.0.18-alpha.397) (2021-02-28)
|
|
2307
|
-
|
|
2308
|
-
### Features
|
|
2309
|
-
|
|
2310
|
-
- **billing/payment-transfer:** add payment method step ([8a6b87e](https://github.com/cdmbase/adminIde-stack/commit/8a6b87e23f2512e6f41f3178eda9b7ef4574a0a3))
|
|
2311
|
-
|
|
2312
|
-
## [0.0.18-alpha.396](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.395...v0.0.18-alpha.396) (2021-02-28)
|
|
2313
|
-
|
|
2314
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2315
|
-
|
|
2316
|
-
## [0.0.18-alpha.395](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.394...v0.0.18-alpha.395) (2021-02-28)
|
|
2317
|
-
|
|
2318
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2319
|
-
|
|
2320
|
-
## [0.0.18-alpha.390](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.389...v0.0.18-alpha.390) (2021-02-25)
|
|
2321
|
-
|
|
2322
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2323
|
-
|
|
2324
|
-
## [0.0.18-alpha.389](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.388...v0.0.18-alpha.389) (2021-02-25)
|
|
2325
|
-
|
|
2326
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2327
|
-
|
|
2328
|
-
## [0.0.18-alpha.387](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.386...v0.0.18-alpha.387) (2021-02-22)
|
|
2329
|
-
|
|
2330
|
-
### Features
|
|
2331
|
-
|
|
2332
|
-
- **billing:** add slot fill for payment integration component ([de97e7f](https://github.com/cdmbase/adminIde-stack/commit/de97e7f680f63b32e84f3d505b2bd572975369af))
|
|
2333
|
-
- **billing:** add stripe transfer preview component ([b448fde](https://github.com/cdmbase/adminIde-stack/commit/b448fde0568082e5b5cf88e4fe4e7443c6a875f2))
|
|
2334
|
-
- **billing/payment-profile:** add transfer between two stripe connect accounts ([5c25adf](https://github.com/cdmbase/adminIde-stack/commit/5c25adf86f744a89f64992d791676c93eb114e9c))
|
|
2335
|
-
|
|
2336
|
-
## [0.0.18-alpha.386](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.385...v0.0.18-alpha.386) (2021-02-20)
|
|
2337
|
-
|
|
2338
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2339
|
-
|
|
2340
|
-
## [0.0.18-alpha.385](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.384...v0.0.18-alpha.385) (2021-02-18)
|
|
2341
|
-
|
|
2342
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2343
|
-
|
|
2344
|
-
## [0.0.18-alpha.384](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.383...v0.0.18-alpha.384) (2021-02-18)
|
|
2345
|
-
|
|
2346
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2347
|
-
|
|
2348
|
-
## [0.0.18-alpha.382](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.381...v0.0.18-alpha.382) (2021-02-17)
|
|
2349
|
-
|
|
2350
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2351
|
-
|
|
2352
|
-
## [0.0.18-alpha.381](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.380...v0.0.18-alpha.381) (2021-02-16)
|
|
2353
|
-
|
|
2354
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2355
|
-
|
|
2356
|
-
## [0.0.18-alpha.380](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.379...v0.0.18-alpha.380) (2021-02-16)
|
|
2357
|
-
|
|
2358
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2359
|
-
|
|
2360
|
-
## [0.0.18-alpha.378](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.377...v0.0.18-alpha.378) (2021-02-14)
|
|
2361
|
-
|
|
2362
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2363
|
-
|
|
2364
|
-
## [0.0.18-alpha.377](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.376...v0.0.18-alpha.377) (2021-02-14)
|
|
2365
|
-
|
|
2366
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2367
|
-
|
|
2368
|
-
## [0.0.18-alpha.376](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.375...v0.0.18-alpha.376) (2021-02-13)
|
|
2369
|
-
|
|
2370
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2371
|
-
|
|
2372
|
-
## [0.0.18-alpha.375](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.374...v0.0.18-alpha.375) (2021-02-13)
|
|
2373
|
-
|
|
2374
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2375
|
-
|
|
2376
|
-
## [0.0.18-alpha.374](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.373...v0.0.18-alpha.374) (2021-02-12)
|
|
2377
|
-
|
|
2378
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2379
|
-
|
|
2380
|
-
## [0.0.18-alpha.373](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.372...v0.0.18-alpha.373) (2021-02-12)
|
|
2381
|
-
|
|
2382
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2383
|
-
|
|
2384
|
-
## [0.0.18-alpha.372](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.371...v0.0.18-alpha.372) (2021-02-12)
|
|
2385
|
-
|
|
2386
|
-
### Bug Fixes
|
|
2387
|
-
|
|
2388
|
-
- **billing/payment-profile:** case sensitive imports ([0cb79ba](https://github.com/cdmbase/adminIde-stack/commit/0cb79ba42e1cf061b5d78e805d48228d6522b14e))
|
|
2389
|
-
|
|
2390
|
-
### Features
|
|
2391
|
-
|
|
2392
|
-
- **billing:** add payment profiles & stripe connect integration ([5836c0b](https://github.com/cdmbase/adminIde-stack/commit/5836c0b0d43611908d13c929f0de18be351f5e1e))
|
|
2393
|
-
|
|
2394
|
-
## [0.0.18-alpha.371](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.370...v0.0.18-alpha.371) (2021-02-12)
|
|
2395
|
-
|
|
2396
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2397
|
-
|
|
2398
|
-
## [0.0.18-alpha.370](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.369...v0.0.18-alpha.370) (2021-02-10)
|
|
2399
|
-
|
|
2400
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2401
|
-
|
|
2402
|
-
## [0.0.18-alpha.369](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.368...v0.0.18-alpha.369) (2021-02-10)
|
|
2403
|
-
|
|
2404
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2405
|
-
|
|
2406
|
-
## [0.0.18-alpha.366](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.365...v0.0.18-alpha.366) (2021-02-09)
|
|
2407
|
-
|
|
2408
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2409
|
-
|
|
2410
|
-
## [0.0.18-alpha.364](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.363...v0.0.18-alpha.364) (2021-02-08)
|
|
2411
|
-
|
|
2412
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2413
|
-
|
|
2414
|
-
## [0.0.18-alpha.359](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.358...v0.0.18-alpha.359) (2021-02-07)
|
|
2415
|
-
|
|
2416
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2417
|
-
|
|
2418
|
-
## [0.0.18-alpha.358](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.357...v0.0.18-alpha.358) (2021-02-05)
|
|
2419
|
-
|
|
2420
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2421
|
-
|
|
2422
|
-
## [0.0.18-alpha.352](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.351...v0.0.18-alpha.352) (2021-02-04)
|
|
2423
|
-
|
|
2424
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2425
|
-
|
|
2426
|
-
## [0.0.18-alpha.351](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.350...v0.0.18-alpha.351) (2021-01-27)
|
|
2427
|
-
|
|
2428
|
-
### Bug Fixes
|
|
2429
|
-
|
|
2430
|
-
- **billing:** remove lodash-es usage ([4b4ef35](https://github.com/cdmbase/adminIde-stack/commit/4b4ef359e849080e901c0f978bc9f38285eb09d9))
|
|
2431
|
-
|
|
2432
|
-
## [0.0.18-alpha.350](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.349...v0.0.18-alpha.350) (2021-01-26)
|
|
2433
|
-
|
|
2434
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2435
|
-
|
|
2436
|
-
## [0.0.18-alpha.349](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.348...v0.0.18-alpha.349) (2021-01-25)
|
|
2437
|
-
|
|
2438
|
-
### Features
|
|
2439
|
-
|
|
2440
|
-
- **billing:** add separate pricing for containers storage ([0e57053](https://github.com/cdmbase/adminIde-stack/commit/0e570537ffb383a5c040db94b02feb57f2f1210f))
|
|
2441
|
-
|
|
2442
|
-
## [0.0.18-alpha.347](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.346...v0.0.18-alpha.347) (2021-01-22)
|
|
2443
|
-
|
|
2444
|
-
### Features
|
|
2445
|
-
|
|
2446
|
-
- **billing:** store prev and current subscription ([351256f](https://github.com/cdmbase/adminIde-stack/commit/351256f737966865856045fe8f198a728d11180d)), closes [#919](https://github.com/cdmbase/adminIde-stack/issues/919)
|
|
2447
|
-
|
|
2448
|
-
## [0.0.18-alpha.346](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.345...v0.0.18-alpha.346) (2021-01-22)
|
|
2449
|
-
|
|
2450
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2451
|
-
|
|
2452
|
-
## [0.0.18-alpha.345](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.344...v0.0.18-alpha.345) (2021-01-20)
|
|
2453
|
-
|
|
2454
|
-
### Bug Fixes
|
|
2455
|
-
|
|
2456
|
-
- **billing:** price calculation on home page ([659fb74](https://github.com/cdmbase/adminIde-stack/commit/659fb74841ab81787489c016b18a08be789ebcae))
|
|
2457
|
-
|
|
2458
|
-
## [0.0.18-alpha.344](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.343...v0.0.18-alpha.344) (2021-01-18)
|
|
2459
|
-
|
|
2460
|
-
### Features
|
|
2461
|
-
|
|
2462
|
-
- **billing:** add users in subscription plans ([b61039a](https://github.com/cdmbase/adminIde-stack/commit/b61039abdc3ba28a8ba2515a02ae9c4c6340a39c)), closes [#872](https://github.com/cdmbase/adminIde-stack/issues/872)
|
|
2463
|
-
- **billing:** add users in subscription plans ([c54a9ae](https://github.com/cdmbase/adminIde-stack/commit/c54a9ae5c2bf59141f08b2fa1f52243329630afe)), closes [#872](https://github.com/cdmbase/adminIde-stack/issues/872)
|
|
2464
|
-
|
|
2465
|
-
## [0.0.18-alpha.343](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.342...v0.0.18-alpha.343) (2021-01-17)
|
|
2466
|
-
|
|
2467
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2468
|
-
|
|
2469
|
-
## [0.0.18-alpha.342](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.341...v0.0.18-alpha.342) (2021-01-15)
|
|
2470
|
-
|
|
2471
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2472
|
-
|
|
2473
|
-
## [0.0.18-alpha.341](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.340...v0.0.18-alpha.341) (2021-01-15)
|
|
2474
|
-
|
|
2475
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2476
|
-
|
|
2477
|
-
## [0.0.18-alpha.340](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.339...v0.0.18-alpha.340) (2021-01-13)
|
|
2478
|
-
|
|
2479
|
-
### Features
|
|
2480
|
-
|
|
2481
|
-
- **billing:** add status in billing schema ([6254c5a](https://github.com/cdmbase/adminIde-stack/commit/6254c5ae5d8f783c9e9d692d1154ac4d8e6a8165)), closes [#875](https://github.com/cdmbase/adminIde-stack/issues/875)
|
|
2482
|
-
|
|
2483
|
-
## [0.0.18-alpha.339](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.338...v0.0.18-alpha.339) (2021-01-13)
|
|
2484
|
-
|
|
2485
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2486
|
-
|
|
2487
|
-
## [0.0.18-alpha.338](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.337...v0.0.18-alpha.338) (2021-01-12)
|
|
2488
|
-
|
|
2489
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2490
|
-
|
|
2491
|
-
## [0.0.18-alpha.337](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.336...v0.0.18-alpha.337) (2021-01-11)
|
|
2492
|
-
|
|
2493
|
-
### Bug Fixes
|
|
2494
|
-
|
|
2495
|
-
- **billing:** layout on home page ([022073f](https://github.com/cdmbase/adminIde-stack/commit/022073f71a9fad5edcb239f22c1d95c9594b3eec)), closes [#883](https://github.com/cdmbase/adminIde-stack/issues/883)
|
|
2496
|
-
|
|
2497
|
-
## [0.0.18-alpha.336](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.335...v0.0.18-alpha.336) (2021-01-11)
|
|
2498
|
-
|
|
2499
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2500
|
-
|
|
2501
|
-
## [0.0.18-alpha.334](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.333...v0.0.18-alpha.334) (2021-01-10)
|
|
2502
|
-
|
|
2503
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2504
|
-
|
|
2505
|
-
## [0.0.18-alpha.333](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.332...v0.0.18-alpha.333) (2021-01-09)
|
|
2506
|
-
|
|
2507
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2508
|
-
|
|
2509
|
-
## [0.0.18-alpha.332](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.331...v0.0.18-alpha.332) (2021-01-09)
|
|
2510
|
-
|
|
2511
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2512
|
-
|
|
2513
|
-
## [0.0.18-alpha.330](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.329...v0.0.18-alpha.330) (2021-01-08)
|
|
2514
|
-
|
|
2515
|
-
### Features
|
|
2516
|
-
|
|
2517
|
-
- add authority in routes ([1746aae](https://github.com/cdmbase/adminIde-stack/commit/1746aaefd750d67e2fc817837b2a8e21fe85b149))
|
|
2518
|
-
|
|
2519
|
-
## [0.0.18-alpha.328](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.327...v0.0.18-alpha.328) (2021-01-07)
|
|
2520
|
-
|
|
2521
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2522
|
-
|
|
2523
|
-
## [0.0.18-alpha.327](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.326...v0.0.18-alpha.327) (2021-01-07)
|
|
2524
|
-
|
|
2525
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2526
|
-
|
|
2527
|
-
## [0.0.18-alpha.326](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.325...v0.0.18-alpha.326) (2021-01-07)
|
|
2528
|
-
|
|
2529
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2530
|
-
|
|
2531
|
-
## [0.0.18-alpha.325](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.324...v0.0.18-alpha.325) (2021-01-06)
|
|
2532
|
-
|
|
2533
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2534
|
-
|
|
2535
|
-
## [0.0.18-alpha.324](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.323...v0.0.18-alpha.324) (2021-01-06)
|
|
2536
|
-
|
|
2537
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2538
|
-
|
|
2539
|
-
## [0.0.18-alpha.322](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.321...v0.0.18-alpha.322) (2021-01-06)
|
|
2540
|
-
|
|
2541
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2542
|
-
|
|
2543
|
-
## [0.0.18-alpha.321](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.320...v0.0.18-alpha.321) (2021-01-05)
|
|
2544
|
-
|
|
2545
|
-
### Bug Fixes
|
|
2546
|
-
|
|
2547
|
-
- **billing:** policy not being updated correctly after plan change ([7d47f54](https://github.com/cdmbase/adminIde-stack/commit/7d47f54e2efc0b299235667943e5f557bc8bd4bf))
|
|
2548
|
-
|
|
2549
|
-
## [0.0.18-alpha.318](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.317...v0.0.18-alpha.318) (2021-01-05)
|
|
2550
|
-
|
|
2551
|
-
### Bug Fixes
|
|
2552
|
-
|
|
2553
|
-
- :art: Remove the need for seperate menu generate as routes will do ([b0aa5fb](https://github.com/cdmbase/adminIde-stack/commit/b0aa5fb238610cd38bb6ffcc03bfb3b970e11c45))
|
|
2554
|
-
|
|
2555
|
-
## [0.0.18-alpha.316](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.315...v0.0.18-alpha.316) (2021-01-03)
|
|
2556
|
-
|
|
2557
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2558
|
-
|
|
2559
|
-
## [0.0.18-alpha.315](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.314...v0.0.18-alpha.315) (2021-01-01)
|
|
2560
|
-
|
|
2561
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2562
|
-
|
|
2563
|
-
## [0.0.18-alpha.314](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.313...v0.0.18-alpha.314) (2020-12-27)
|
|
2564
|
-
|
|
2565
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2566
|
-
|
|
2567
|
-
## [0.0.18-alpha.313](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.312...v0.0.18-alpha.313) (2020-12-25)
|
|
2568
|
-
|
|
2569
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2570
|
-
|
|
2571
|
-
## [0.0.18-alpha.312](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.311...v0.0.18-alpha.312) (2020-12-25)
|
|
2572
|
-
|
|
2573
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2574
|
-
|
|
2575
|
-
## [0.0.18-alpha.311](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.310...v0.0.18-alpha.311) (2020-12-23)
|
|
2576
|
-
|
|
2577
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2578
|
-
|
|
2579
|
-
## [0.0.18-alpha.309](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.308...v0.0.18-alpha.309) (2020-12-22)
|
|
2580
|
-
|
|
2581
|
-
### Features
|
|
2582
|
-
|
|
2583
|
-
- **policy:** add policy on change subscription ([dd648b8](https://github.com/cdmbase/adminIde-stack/commit/dd648b85d68cd85ae77c57381508873e1b2b021b))
|
|
2584
|
-
|
|
2585
|
-
## [0.0.18-alpha.308](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.307...v0.0.18-alpha.308) (2020-12-22)
|
|
2586
|
-
|
|
2587
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2588
|
-
|
|
2589
|
-
## [0.0.18-alpha.307](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.306...v0.0.18-alpha.307) (2020-12-21)
|
|
2590
|
-
|
|
2591
|
-
### Features
|
|
2592
|
-
|
|
2593
|
-
- integrated workspace branches and refactored codebase ([842f866](https://github.com/cdmbase/adminIde-stack/commit/842f8662b8144b8abd4baf7f344fce10b238f890))
|
|
2594
|
-
|
|
2595
|
-
## [0.0.18-alpha.305](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.304...v0.0.18-alpha.305) (2020-12-20)
|
|
2596
|
-
|
|
2597
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2598
|
-
|
|
2599
|
-
## [0.0.18-alpha.304](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.303...v0.0.18-alpha.304) (2020-12-20)
|
|
2600
|
-
|
|
2601
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2602
|
-
|
|
2603
|
-
## [0.0.18-alpha.303](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.302...v0.0.18-alpha.303) (2020-12-19)
|
|
2604
|
-
|
|
2605
|
-
### Features
|
|
2606
|
-
|
|
2607
|
-
- Moved Git Branches component to git-api project and handled commits ([f35b52c](https://github.com/cdmbase/adminIde-stack/commit/f35b52cf4e02099b9de39a761ec89316a1a1c061))
|
|
2608
|
-
|
|
2609
|
-
## [0.0.18-alpha.299](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.298...v0.0.18-alpha.299) (2020-12-15)
|
|
2610
|
-
|
|
2611
|
-
### Features
|
|
2612
|
-
|
|
2613
|
-
- **billing:** show details from policy configuration ([71a0449](https://github.com/cdmbase/adminIde-stack/commit/71a04494cd718d361189544bd33693a631478463))
|
|
2614
|
-
|
|
2615
|
-
## [0.0.18-alpha.297](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.296...v0.0.18-alpha.297) (2020-12-13)
|
|
2616
|
-
|
|
2617
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2618
|
-
|
|
2619
|
-
## [0.0.18-alpha.295](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.294...v0.0.18-alpha.295) (2020-12-12)
|
|
2620
|
-
|
|
2621
|
-
### Bug Fixes
|
|
2622
|
-
|
|
2623
|
-
- treat pro plan as archive unless all cli copies gets updated ([4158bcf](https://github.com/cdmbase/adminIde-stack/commit/4158bcf2dff2ba740f89d5a673051a7d63f0c0c8))
|
|
2624
|
-
|
|
2625
|
-
## [0.0.18-alpha.293](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.292...v0.0.18-alpha.293) (2020-12-12)
|
|
2626
|
-
|
|
2627
|
-
### Features
|
|
2628
|
-
|
|
2629
|
-
- **billing:** introduced new payment plans ([f269aa5](https://github.com/cdmbase/adminIde-stack/commit/f269aa50f50b1177b234c98da93aefb1aeaf0f2b))
|
|
2630
|
-
|
|
2631
|
-
## [0.0.18-alpha.291](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.290...v0.0.18-alpha.291) (2020-12-07)
|
|
2632
|
-
|
|
2633
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2634
|
-
|
|
2635
|
-
## [0.0.18-alpha.290](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.289...v0.0.18-alpha.290) (2020-12-06)
|
|
2636
|
-
|
|
2637
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2638
|
-
|
|
2639
|
-
## [0.0.18-alpha.288](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.287...v0.0.18-alpha.288) (2020-12-03)
|
|
2640
|
-
|
|
2641
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2642
|
-
|
|
2643
|
-
## [0.0.18-alpha.286](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.285...v0.0.18-alpha.286) (2020-12-03)
|
|
2644
|
-
|
|
2645
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2646
|
-
|
|
2647
|
-
## [0.0.18-alpha.284](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.283...v0.0.18-alpha.284) (2020-12-02)
|
|
2648
|
-
|
|
2649
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2650
|
-
|
|
2651
|
-
## [0.0.18-alpha.283](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.282...v0.0.18-alpha.283) (2020-12-02)
|
|
2652
|
-
|
|
2653
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2654
|
-
|
|
2655
|
-
## [0.0.18-alpha.282](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.281...v0.0.18-alpha.282) (2020-12-02)
|
|
2656
|
-
|
|
2657
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2658
|
-
|
|
2659
|
-
## [0.0.18-alpha.281](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.280...v0.0.18-alpha.281) (2020-12-01)
|
|
2660
|
-
|
|
2661
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2662
|
-
|
|
2663
|
-
## [0.0.18-alpha.280](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.279...v0.0.18-alpha.280) (2020-12-01)
|
|
2664
|
-
|
|
2665
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2666
|
-
|
|
2667
|
-
## [0.0.18-alpha.279](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.278...v0.0.18-alpha.279) (2020-12-01)
|
|
2668
|
-
|
|
2669
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2670
|
-
|
|
2671
|
-
## [0.0.18-alpha.277](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.276...v0.0.18-alpha.277) (2020-11-30)
|
|
2672
|
-
|
|
2673
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2674
|
-
|
|
2675
|
-
## [0.0.18-alpha.276](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.275...v0.0.18-alpha.276) (2020-11-29)
|
|
2676
|
-
|
|
2677
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2678
|
-
|
|
2679
|
-
## [0.0.18-alpha.275](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.274...v0.0.18-alpha.275) (2020-11-28)
|
|
2680
|
-
|
|
2681
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2682
|
-
|
|
2683
|
-
## [0.0.18-alpha.274](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.273...v0.0.18-alpha.274) (2020-11-27)
|
|
2684
|
-
|
|
2685
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2686
|
-
|
|
2687
|
-
## [0.0.18-alpha.272](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.271...v0.0.18-alpha.272) (2020-11-25)
|
|
2688
|
-
|
|
2689
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2690
|
-
|
|
2691
|
-
## [0.0.18-alpha.271](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.270...v0.0.18-alpha.271) (2020-11-25)
|
|
2692
|
-
|
|
2693
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2694
|
-
|
|
2695
|
-
## [0.0.18-alpha.270](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.269...v0.0.18-alpha.270) (2020-11-24)
|
|
2696
|
-
|
|
2697
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2698
|
-
|
|
2699
|
-
## [0.0.18-alpha.269](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.268...v0.0.18-alpha.269) (2020-11-23)
|
|
2700
|
-
|
|
2701
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2702
|
-
|
|
2703
|
-
## [0.0.18-alpha.268](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.267...v0.0.18-alpha.268) (2020-11-22)
|
|
2704
|
-
|
|
2705
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2706
|
-
|
|
2707
|
-
## [0.0.18-alpha.266](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.265...v0.0.18-alpha.266) (2020-11-19)
|
|
2708
|
-
|
|
2709
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2710
|
-
|
|
2711
|
-
## [0.0.18-alpha.265](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.264...v0.0.18-alpha.265) (2020-11-19)
|
|
2712
|
-
|
|
2713
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2714
|
-
|
|
2715
|
-
## [0.0.18-alpha.264](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.263...v0.0.18-alpha.264) (2020-11-19)
|
|
2716
|
-
|
|
2717
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2718
|
-
|
|
2719
|
-
## [0.0.18-alpha.263](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.262...v0.0.18-alpha.263) (2020-11-18)
|
|
2720
|
-
|
|
2721
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2722
|
-
|
|
2723
|
-
## [0.0.18-alpha.262](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.261...v0.0.18-alpha.262) (2020-11-18)
|
|
2724
|
-
|
|
2725
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2726
|
-
|
|
2727
|
-
## [0.0.18-alpha.261](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.260...v0.0.18-alpha.261) (2020-11-17)
|
|
2728
|
-
|
|
2729
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2730
|
-
|
|
2731
|
-
## [0.0.18-alpha.260](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.259...v0.0.18-alpha.260) (2020-11-17)
|
|
2732
|
-
|
|
2733
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2734
|
-
|
|
2735
|
-
## [0.0.18-alpha.259](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.258...v0.0.18-alpha.259) (2020-11-16)
|
|
2736
|
-
|
|
2737
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2738
|
-
|
|
2739
|
-
## [0.0.18-alpha.258](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.257...v0.0.18-alpha.258) (2020-11-16)
|
|
2740
|
-
|
|
2741
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2742
|
-
|
|
2743
|
-
## [0.0.18-alpha.256](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.255...v0.0.18-alpha.256) (2020-11-16)
|
|
2744
|
-
|
|
2745
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2746
|
-
|
|
2747
|
-
## [0.0.18-alpha.255](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.254...v0.0.18-alpha.255) (2020-11-14)
|
|
2748
|
-
|
|
2749
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2750
|
-
|
|
2751
|
-
## [0.0.18-alpha.253](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.252...v0.0.18-alpha.253) (2020-11-12)
|
|
2752
|
-
|
|
2753
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2754
|
-
|
|
2755
|
-
## [0.0.18-alpha.251](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.250...v0.0.18-alpha.251) (2020-11-11)
|
|
2756
|
-
|
|
2757
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2758
|
-
|
|
2759
|
-
## [0.0.18-alpha.249](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.248...v0.0.18-alpha.249) (2020-11-11)
|
|
2760
|
-
|
|
2761
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2762
|
-
|
|
2763
|
-
## [0.0.18-alpha.247](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.246...v0.0.18-alpha.247) (2020-11-10)
|
|
2764
|
-
|
|
2765
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2766
|
-
|
|
2767
|
-
## [0.0.18-alpha.244](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.243...v0.0.18-alpha.244) (2020-11-10)
|
|
2768
|
-
|
|
2769
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2770
|
-
|
|
2771
|
-
## [0.0.18-alpha.240](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.239...v0.0.18-alpha.240) (2020-11-07)
|
|
2772
|
-
|
|
2773
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2774
|
-
|
|
2775
|
-
## [0.0.18-alpha.238](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.237...v0.0.18-alpha.238) (2020-11-07)
|
|
2776
|
-
|
|
2777
|
-
### Features
|
|
2778
|
-
|
|
2779
|
-
- **billing:** list all organizations and add option to select organizations to manage billing ([2c44c03](https://github.com/cdmbase/adminIde-stack/commit/2c44c03c32f9421a176c2c71d90d85f755c429f7))
|
|
2780
|
-
|
|
2781
|
-
## [0.0.18-alpha.236](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.235...v0.0.18-alpha.236) (2020-11-06)
|
|
2782
|
-
|
|
2783
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2784
|
-
|
|
2785
|
-
## [0.0.18-alpha.235](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.234...v0.0.18-alpha.235) (2020-11-05)
|
|
2786
|
-
|
|
2787
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2788
|
-
|
|
2789
|
-
## [0.0.18-alpha.233](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.232...v0.0.18-alpha.233) (2020-11-05)
|
|
2790
|
-
|
|
2791
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2792
|
-
|
|
2793
|
-
## [0.0.18-alpha.232](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.231...v0.0.18-alpha.232) (2020-11-05)
|
|
2794
|
-
|
|
2795
|
-
### Features
|
|
2796
|
-
|
|
2797
|
-
- **billing:** move billing module from user to organization ([c2c5abb](https://github.com/cdmbase/adminIde-stack/commit/c2c5abb80886df20cac11a5756c6fa02ce8fde27))
|
|
2798
|
-
|
|
2799
|
-
## [0.0.18-alpha.231](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.230...v0.0.18-alpha.231) (2020-11-05)
|
|
2800
|
-
|
|
2801
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2802
|
-
|
|
2803
|
-
## [0.0.18-alpha.229](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.228...v0.0.18-alpha.229) (2020-11-05)
|
|
2804
|
-
|
|
2805
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2806
|
-
|
|
2807
|
-
## [0.0.18-alpha.228](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.227...v0.0.18-alpha.228) (2020-11-04)
|
|
2808
|
-
|
|
2809
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2810
|
-
|
|
2811
|
-
## [0.0.18-alpha.226](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.225...v0.0.18-alpha.226) (2020-11-02)
|
|
2812
|
-
|
|
2813
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2814
|
-
|
|
2815
|
-
## [0.0.18-alpha.225](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.224...v0.0.18-alpha.225) (2020-11-02)
|
|
2816
|
-
|
|
2817
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2818
|
-
|
|
2819
|
-
## [0.0.18-alpha.223](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.222...v0.0.18-alpha.223) (2020-11-01)
|
|
2820
|
-
|
|
2821
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2822
|
-
|
|
2823
|
-
## [0.0.18-alpha.222](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.221...v0.0.18-alpha.222) (2020-11-01)
|
|
2824
|
-
|
|
2825
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2826
|
-
|
|
2827
|
-
## [0.0.18-alpha.220](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.219...v0.0.18-alpha.220) (2020-10-30)
|
|
2828
|
-
|
|
2829
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2830
|
-
|
|
2831
|
-
## [0.0.18-alpha.218](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.217...v0.0.18-alpha.218) (2020-10-29)
|
|
2832
|
-
|
|
2833
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2834
|
-
|
|
2835
|
-
## [0.0.18-alpha.215](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.214...v0.0.18-alpha.215) (2020-10-28)
|
|
2836
|
-
|
|
2837
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2838
|
-
|
|
2839
|
-
## [0.0.18-alpha.213](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.212...v0.0.18-alpha.213) (2020-10-27)
|
|
2840
|
-
|
|
2841
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2842
|
-
|
|
2843
|
-
## [0.0.18-alpha.212](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.211...v0.0.18-alpha.212) (2020-10-27)
|
|
2844
|
-
|
|
2845
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2846
|
-
|
|
2847
|
-
## [0.0.18-alpha.210](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.209...v0.0.18-alpha.210) (2020-10-26)
|
|
2848
|
-
|
|
2849
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2850
|
-
|
|
2851
|
-
## [0.0.18-alpha.207](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.206...v0.0.18-alpha.207) (2020-10-24)
|
|
2852
|
-
|
|
2853
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2854
|
-
|
|
2855
|
-
## [0.0.18-alpha.205](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.204...v0.0.18-alpha.205) (2020-10-24)
|
|
2856
|
-
|
|
2857
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2858
|
-
|
|
2859
|
-
## [0.0.18-alpha.204](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.203...v0.0.18-alpha.204) (2020-10-23)
|
|
2860
|
-
|
|
2861
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2862
|
-
|
|
2863
|
-
## [0.0.18-alpha.203](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.202...v0.0.18-alpha.203) (2020-10-22)
|
|
2864
|
-
|
|
2865
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2866
|
-
|
|
2867
|
-
## [0.0.18-alpha.201](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.200...v0.0.18-alpha.201) (2020-10-22)
|
|
2868
|
-
|
|
2869
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2870
|
-
|
|
2871
|
-
## [0.0.18-alpha.193](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.192...v0.0.18-alpha.193) (2020-10-21)
|
|
2872
|
-
|
|
2873
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2874
|
-
|
|
2875
|
-
## [0.0.18-alpha.189](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.188...v0.0.18-alpha.189) (2020-10-20)
|
|
2876
|
-
|
|
2877
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2878
|
-
|
|
2879
|
-
## [0.0.18-alpha.188](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.187...v0.0.18-alpha.188) (2020-10-20)
|
|
2880
|
-
|
|
2881
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2882
|
-
|
|
2883
|
-
## [0.0.18-alpha.186](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.185...v0.0.18-alpha.186) (2020-10-19)
|
|
2884
|
-
|
|
2885
|
-
### Bug Fixes
|
|
2886
|
-
|
|
2887
|
-
- **create-workspace:** form to generate valid data ([d7f5e08](https://github.com/cdmbase/adminIde-stack/commit/d7f5e085f498d1153b6be43c990c2fca421f7b45))
|
|
2888
|
-
|
|
2889
|
-
## [0.0.18-alpha.184](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.183...v0.0.18-alpha.184) (2020-10-18)
|
|
2890
|
-
|
|
2891
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2892
|
-
|
|
2893
|
-
## [0.0.18-alpha.182](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.181...v0.0.18-alpha.182) (2020-10-17)
|
|
2894
|
-
|
|
2895
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2896
|
-
|
|
2897
|
-
## [0.0.18-alpha.181](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.180...v0.0.18-alpha.181) (2020-10-16)
|
|
2898
|
-
|
|
2899
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2900
|
-
|
|
2901
|
-
## [0.0.18-alpha.180](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.179...v0.0.18-alpha.180) (2020-10-16)
|
|
2902
|
-
|
|
2903
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2904
|
-
|
|
2905
|
-
## [0.0.18-alpha.179](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.178...v0.0.18-alpha.179) (2020-10-16)
|
|
2906
|
-
|
|
2907
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2908
|
-
|
|
2909
|
-
## [0.0.18-alpha.178](https://github.com/cdmbase/adminIde-stack/compare/v0.0.16-3...v0.0.18-alpha.178) (2020-10-16)
|
|
2910
|
-
|
|
2911
|
-
### Bug Fixes
|
|
2912
|
-
|
|
2913
|
-
- **billing:** fix price calculation in payment plans ([74f69e7](https://github.com/cdmbase/adminIde-stack/commit/74f69e7467f5741688fe7878ebde0fa504797a65))
|
|
2914
|
-
- **billing:** update invoice resolver to return only user's invoice ([8ebae1e](https://github.com/cdmbase/adminIde-stack/commit/8ebae1e53c46116d751f09294af8a6ba999cdb0f))
|
|
2915
|
-
- **billing-api:** add support to apply filter on multiple statuses in invoice ([cf984cd](https://github.com/cdmbase/adminIde-stack/commit/cf984cd675e2fbf261bf68bcaa7f20a63f2b7ff9))
|
|
2916
|
-
- **billing-api:** broken redirection from home to plans after route change ([43e4255](https://github.com/cdmbase/adminIde-stack/commit/43e4255fed4b563db781cfbc34d2519ca9a81dec))
|
|
2917
|
-
- **billing-api:** fix plan not being updated along-with payments ([82505e9](https://github.com/cdmbase/adminIde-stack/commit/82505e945b09719831f8831b35f8f21dedf57243))
|
|
2918
|
-
- **billing-api:** update plan button state enable/disable based on dirty state ([1450e08](https://github.com/cdmbase/adminIde-stack/commit/1450e0881aa5f734632fda81c2776e7846168e56))
|
|
2919
|
-
- **billing-api-browser:** some layout related issues ([3b35c44](https://github.com/cdmbase/adminIde-stack/commit/3b35c44c4b8f63b7071af8418dbd335e9a6cbc46))
|
|
2920
|
-
- **workspace:** redirection after workspace save, and react error on git provider tab change ([2ec12c5](https://github.com/cdmbase/adminIde-stack/commit/2ec12c5110ed967f2ae82efee67b9e47a6b85156))
|
|
2921
|
-
|
|
2922
|
-
### Features
|
|
2923
|
-
|
|
2924
|
-
- **billing:** add CRUD operations for bank account source ([21625cb](https://github.com/cdmbase/adminIde-stack/commit/21625cbbb6efd28e9664c5b2a77388847d1a13f7))
|
|
2925
|
-
- **billing:** add default usage on subscription create ([c615dce](https://github.com/cdmbase/adminIde-stack/commit/c615dcef0b65ca52413a96fdc39099b0c97f8399))
|
|
2926
|
-
- **billing:** add home screen to the billing module ([b40c67f](https://github.com/cdmbase/adminIde-stack/commit/b40c67ffab3a8af78a82ebb2d0bccb5126682d90))
|
|
2927
|
-
- **billing:** add support for invoices ([2847a54](https://github.com/cdmbase/adminIde-stack/commit/2847a54219ed526b6993a963bf58b79cea20e3e4))
|
|
2928
|
-
- **billing:** add support to persist state of all plan cards ([be5359f](https://github.com/cdmbase/adminIde-stack/commit/be5359f165ea5936b8c83f6875f09fc30fbcc125))
|
|
2929
|
-
- **billing:** change plan with existing user ([6c81368](https://github.com/cdmbase/adminIde-stack/commit/6c81368fc768953ba852581a0465d8352004800f)), closes [#449](https://github.com/cdmbase/adminIde-stack/issues/449)
|
|
2930
|
-
- **billing:** make payment screen modular ([108e614](https://github.com/cdmbase/adminIde-stack/commit/108e614510cc9d381112ed13f6a852ee29b0b941))
|
|
2931
|
-
- **billing:** move from metered plans to fixed price plans ([1ccb791](https://github.com/cdmbase/adminIde-stack/commit/1ccb7915c4fbcd8bde78f3ac2efe7abacc35b28b))
|
|
2932
|
-
- **billing:** update invoices table ([72c005f](https://github.com/cdmbase/adminIde-stack/commit/72c005f0bbecb16e3bb81724ec37585eb844883b))
|
|
2933
|
-
- **billing-api:** add bank account form ([4747d99](https://github.com/cdmbase/adminIde-stack/commit/4747d99eea490570837cb1e99c78d08ba46027fa))
|
|
2934
|
-
- **billing-api:** add complete workflow of plan subscriptions ([7212b5b](https://github.com/cdmbase/adminIde-stack/commit/7212b5b011e90ffae37b0d5300a214aed6df99e2))
|
|
2935
|
-
- **billing-api:** add CRUD for payment methods ([8403291](https://github.com/cdmbase/adminIde-stack/commit/840329171148f39c51518356af9b6e90d9a1ea0f))
|
|
2936
|
-
- **billing-api:** add support to change usage through plan cards ([b56ffc0](https://github.com/cdmbase/adminIde-stack/commit/b56ffc02a09c68188b282c7c4242a9e4bc6cceed))
|
|
2937
|
-
- **billing-api:** keep container count while switching between plan intervals ([dd5d730](https://github.com/cdmbase/adminIde-stack/commit/dd5d730cf8c62b3a7229fe1a68c9f98094cdce28))
|
|
2938
|
-
- **billing-api:** make dynamic payment plan cards ([e144968](https://github.com/cdmbase/adminIde-stack/commit/e1449680ee17854d92cb98059a84fab043ad4da0))
|
|
2939
|
-
- :art: Add lifecycle to wrapper to configuration and permissions ([efe2014](https://github.com/cdmbase/adminIde-stack/commit/efe2014e816df96dde6ebcfe909544e48dfeab09))
|
|
2940
|
-
- **billing-api:** make payments component modular ([e6c1bc1](https://github.com/cdmbase/adminIde-stack/commit/e6c1bc1efe842269e9b528bfe1ed2300c0b3a31b))
|
|
2941
|
-
- **billing-api-server:** add subscriptions and custom fields resolvers ([5df9952](https://github.com/cdmbase/adminIde-stack/commit/5df9952054d3e00a148369a5b4971ac72fa175b0))
|
|
2942
|
-
- add annual plans ([dad30e8](https://github.com/cdmbase/adminIde-stack/commit/dad30e8fb53c7ddd4d916ef2efb22e68713fe051))
|
|
2943
|
-
- add roles and permissions in billing module ([08a7a25](https://github.com/cdmbase/adminIde-stack/commit/08a7a25e565402a4567e8a1695629c1dda2fabb0))
|
|
2944
|
-
- **payment-plans:** highlight the currently active payment plan for user ([0fe50a8](https://github.com/cdmbase/adminIde-stack/commit/0fe50a8ceca6be8fa208521ec2165405fbfe3d10))
|
|
2945
|
-
|
|
2946
|
-
## [0.0.18-alpha.177](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.176...v0.0.18-alpha.177) (2020-10-16)
|
|
2947
|
-
|
|
2948
|
-
### Bug Fixes
|
|
2949
|
-
|
|
2950
|
-
- **workspace:** redirection after workspace save, and react error on git provider tab change ([2ec12c5](https://github.com/cdmbase/adminIde-stack/commit/2ec12c5110ed967f2ae82efee67b9e47a6b85156))
|
|
2951
|
-
|
|
2952
|
-
## [0.0.18-alpha.176](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.175...v0.0.18-alpha.176) (2020-10-15)
|
|
2953
|
-
|
|
2954
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2955
|
-
|
|
2956
|
-
## [0.0.18-alpha.174](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.173...v0.0.18-alpha.174) (2020-10-15)
|
|
2957
|
-
|
|
2958
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2959
|
-
|
|
2960
|
-
## [0.0.18-alpha.173](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.172...v0.0.18-alpha.173) (2020-10-15)
|
|
2961
|
-
|
|
2962
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2963
|
-
|
|
2964
|
-
## [0.0.18-alpha.172](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.171...v0.0.18-alpha.172) (2020-10-13)
|
|
2965
|
-
|
|
2966
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2967
|
-
|
|
2968
|
-
## [0.0.18-alpha.171](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.170...v0.0.18-alpha.171) (2020-10-13)
|
|
2969
|
-
|
|
2970
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2971
|
-
|
|
2972
|
-
## [0.0.18-alpha.170](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.169...v0.0.18-alpha.170) (2020-10-13)
|
|
2973
|
-
|
|
2974
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2975
|
-
|
|
2976
|
-
## [0.0.18-alpha.169](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.168...v0.0.18-alpha.169) (2020-10-13)
|
|
2977
|
-
|
|
2978
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2979
|
-
|
|
2980
|
-
## [0.0.18-alpha.168](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.167...v0.0.18-alpha.168) (2020-10-12)
|
|
2981
|
-
|
|
2982
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2983
|
-
|
|
2984
|
-
## [0.0.18-alpha.166](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.165...v0.0.18-alpha.166) (2020-10-11)
|
|
2985
|
-
|
|
2986
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2987
|
-
|
|
2988
|
-
## [0.0.18-alpha.163](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.162...v0.0.18-alpha.163) (2020-10-11)
|
|
2989
|
-
|
|
2990
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2991
|
-
|
|
2992
|
-
## [0.0.18-alpha.162](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.161...v0.0.18-alpha.162) (2020-10-11)
|
|
2993
|
-
|
|
2994
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2995
|
-
|
|
2996
|
-
## [0.0.18-alpha.161](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.160...v0.0.18-alpha.161) (2020-10-10)
|
|
2997
|
-
|
|
2998
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
2999
|
-
|
|
3000
|
-
## [0.0.18-alpha.158](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.157...v0.0.18-alpha.158) (2020-10-09)
|
|
3001
|
-
|
|
3002
|
-
### Features
|
|
3003
|
-
|
|
3004
|
-
- :art: Add lifecycle to wrapper to configuration and permissions ([efe2014](https://github.com/cdmbase/adminIde-stack/commit/efe2014e816df96dde6ebcfe909544e48dfeab09))
|
|
3005
|
-
|
|
3006
|
-
## [0.0.18-alpha.151](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.150...v0.0.18-alpha.151) (2020-10-07)
|
|
3007
|
-
|
|
3008
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
3009
|
-
|
|
3010
|
-
## [0.0.18-alpha.143](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.142...v0.0.18-alpha.143) (2020-10-06)
|
|
3011
|
-
|
|
3012
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
3013
|
-
|
|
3014
|
-
## [0.0.18-alpha.142](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.141...v0.0.18-alpha.142) (2020-10-06)
|
|
3015
|
-
|
|
3016
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
3017
|
-
|
|
3018
|
-
## [0.0.18-alpha.137](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.136...v0.0.18-alpha.137) (2020-09-27)
|
|
3019
|
-
|
|
3020
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
3021
|
-
|
|
3022
|
-
## [0.0.18-alpha.135](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.134...v0.0.18-alpha.135) (2020-09-27)
|
|
3023
|
-
|
|
3024
|
-
### Features
|
|
3025
|
-
|
|
3026
|
-
- add roles and permissions in billing module ([08a7a25](https://github.com/cdmbase/adminIde-stack/commit/08a7a25e565402a4567e8a1695629c1dda2fabb0))
|
|
3027
|
-
|
|
3028
|
-
## [0.0.18-alpha.134](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.133...v0.0.18-alpha.134) (2020-09-23)
|
|
3029
|
-
|
|
3030
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
3031
|
-
|
|
3032
|
-
## [0.0.18-alpha.131](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.130...v0.0.18-alpha.131) (2020-09-22)
|
|
3033
|
-
|
|
3034
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
3035
|
-
|
|
3036
|
-
## [0.0.18-alpha.130](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.129...v0.0.18-alpha.130) (2020-09-21)
|
|
3037
|
-
|
|
3038
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
3039
|
-
|
|
3040
|
-
## [0.0.18-alpha.125](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.124...v0.0.18-alpha.125) (2020-09-21)
|
|
3041
|
-
|
|
3042
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
3043
|
-
|
|
3044
|
-
## [0.0.18-alpha.123](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.122...v0.0.18-alpha.123) (2020-09-19)
|
|
3045
|
-
|
|
3046
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
3047
|
-
|
|
3048
|
-
## [0.0.18-alpha.119](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.118...v0.0.18-alpha.119) (2020-09-17)
|
|
3049
|
-
|
|
3050
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
3051
|
-
|
|
3052
|
-
## [0.0.18-alpha.118](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.117...v0.0.18-alpha.118) (2020-09-15)
|
|
3053
|
-
|
|
3054
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
3055
|
-
|
|
3056
|
-
## [0.0.18-alpha.117](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.116...v0.0.18-alpha.117) (2020-09-15)
|
|
3057
|
-
|
|
3058
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
3059
|
-
|
|
3060
|
-
## [0.0.18-alpha.116](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.115...v0.0.18-alpha.116) (2020-09-14)
|
|
3061
|
-
|
|
3062
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
3063
|
-
|
|
3064
|
-
## [0.0.18-alpha.115](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.114...v0.0.18-alpha.115) (2020-09-14)
|
|
3065
|
-
|
|
3066
|
-
### Features
|
|
3067
|
-
|
|
3068
|
-
- **billing:** move from metered plans to fixed price plans ([1ccb791](https://github.com/cdmbase/adminIde-stack/commit/1ccb7915c4fbcd8bde78f3ac2efe7abacc35b28b))
|
|
3069
|
-
|
|
3070
|
-
## [0.0.18-alpha.114](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.113...v0.0.18-alpha.114) (2020-09-13)
|
|
3071
|
-
|
|
3072
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
3073
|
-
|
|
3074
|
-
## [0.0.18-alpha.111](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.110...v0.0.18-alpha.111) (2020-09-10)
|
|
3075
|
-
|
|
3076
|
-
**Note:** Version bump only for package @adminide-stack/billing-api-browser
|
|
3077
|
-
|
|
3078
|
-
## [0.0.18-alpha.110](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.109...v0.0.18-alpha.110) (2020-09-08)
|
|
3079
|
-
|
|
3080
|
-
### Bug Fixes
|
|
3081
|
-
|
|
3082
|
-
- **billing-api:** add support to apply filter on multiple statuses in invoice ([cf984cd](https://github.com/cdmbase/adminIde-stack/commit/cf984cd675e2fbf261bf68bcaa7f20a63f2b7ff9))
|
|
3083
|
-
|
|
3084
|
-
## [0.0.18-alpha.109](https://github.com/cdmbase/adminIde-stack/compare/v0.0.18-alpha.108...v0.0.18-alpha.109) (2020-09-08)
|
|
3085
|
-
|
|
3086
|
-
### Bug Fixes
|
|
3087
|
-
|
|
3088
|
-
- **billing-api:** broken redirection from home to plans after route change ([43e4255](https://github.com/cdmbase/adminIde-stack/commit/43e4255fed4b563db781cfbc34d2519ca9a81dec))
|
|
3089
|
-
- **billing-api:** fix plan not being updated along-with payments ([82505e9](https://github.com/cdmbase/adminIde-stack/commit/82505e945b09719831f8831b35f8f21dedf57243))
|
|
3090
|
-
|
|
3091
|
-
## [0.0.18-alpha.108](https://github.com/cdmbase/adminIde-stack/compare/v0.0.16-3...v0.0.18-alpha.108) (2020-09-07)
|
|
3092
|
-
|
|
3093
|
-
### Bug Fixes
|
|
3094
|
-
|
|
3095
|
-
- **billing:** fix price calculation in payment plans ([74f69e7](https://github.com/cdmbase/adminIde-stack/commit/74f69e7467f5741688fe7878ebde0fa504797a65))
|
|
3096
|
-
- **billing:** update invoice resolver to return only user's invoice ([8ebae1e](https://github.com/cdmbase/adminIde-stack/commit/8ebae1e53c46116d751f09294af8a6ba999cdb0f))
|
|
3097
|
-
- **billing-api:** update plan button state enable/disable based on dirty state ([1450e08](https://github.com/cdmbase/adminIde-stack/commit/1450e0881aa5f734632fda81c2776e7846168e56))
|
|
3098
|
-
- **billing-api-browser:** some layout related issues ([3b35c44](https://github.com/cdmbase/adminIde-stack/commit/3b35c44c4b8f63b7071af8418dbd335e9a6cbc46))
|
|
3099
|
-
|
|
3100
|
-
### Features
|
|
3101
|
-
|
|
3102
|
-
- **billing:** add CRUD operations for bank account source ([21625cb](https://github.com/cdmbase/adminIde-stack/commit/21625cbbb6efd28e9664c5b2a77388847d1a13f7))
|
|
3103
|
-
- **billing:** add default usage on subscription create ([c615dce](https://github.com/cdmbase/adminIde-stack/commit/c615dcef0b65ca52413a96fdc39099b0c97f8399))
|
|
3104
|
-
- **billing:** add home screen to the billing module ([b40c67f](https://github.com/cdmbase/adminIde-stack/commit/b40c67ffab3a8af78a82ebb2d0bccb5126682d90))
|
|
3105
|
-
- **billing:** add support for invoices ([2847a54](https://github.com/cdmbase/adminIde-stack/commit/2847a54219ed526b6993a963bf58b79cea20e3e4))
|
|
3106
|
-
- **billing:** add support to persist state of all plan cards ([be5359f](https://github.com/cdmbase/adminIde-stack/commit/be5359f165ea5936b8c83f6875f09fc30fbcc125))
|
|
3107
|
-
- **billing:** change plan with existing user ([6c81368](https://github.com/cdmbase/adminIde-stack/commit/6c81368fc768953ba852581a0465d8352004800f)), closes [#449](https://github.com/cdmbase/adminIde-stack/issues/449)
|
|
3108
|
-
- **billing:** make payment screen modular ([108e614](https://github.com/cdmbase/adminIde-stack/commit/108e614510cc9d381112ed13f6a852ee29b0b941))
|
|
3109
|
-
- **billing:** update invoices table ([72c005f](https://github.com/cdmbase/adminIde-stack/commit/72c005f0bbecb16e3bb81724ec37585eb844883b))
|
|
3110
|
-
- **billing-api:** add bank account form ([4747d99](https://github.com/cdmbase/adminIde-stack/commit/4747d99eea490570837cb1e99c78d08ba46027fa))
|
|
3111
|
-
- **billing-api:** add complete workflow of plan subscriptions ([7212b5b](https://github.com/cdmbase/adminIde-stack/commit/7212b5b011e90ffae37b0d5300a214aed6df99e2))
|
|
3112
|
-
- add annual plans ([dad30e8](https://github.com/cdmbase/adminIde-stack/commit/dad30e8fb53c7ddd4d916ef2efb22e68713fe051))
|
|
3113
|
-
- **billing-api:** add CRUD for payment methods ([8403291](https://github.com/cdmbase/adminIde-stack/commit/840329171148f39c51518356af9b6e90d9a1ea0f))
|
|
3114
|
-
- **billing-api:** add support to change usage through plan cards ([b56ffc0](https://github.com/cdmbase/adminIde-stack/commit/b56ffc02a09c68188b282c7c4242a9e4bc6cceed))
|
|
3115
|
-
- **billing-api:** keep container count while switching between plan intervals ([dd5d730](https://github.com/cdmbase/adminIde-stack/commit/dd5d730cf8c62b3a7229fe1a68c9f98094cdce28))
|
|
3116
|
-
- **billing-api:** make dynamic payment plan cards ([e144968](https://github.com/cdmbase/adminIde-stack/commit/e1449680ee17854d92cb98059a84fab043ad4da0))
|
|
3117
|
-
- **billing-api:** make payments component modular ([e6c1bc1](https://github.com/cdmbase/adminIde-stack/commit/e6c1bc1efe842269e9b528bfe1ed2300c0b3a31b))
|
|
3118
|
-
- **billing-api-server:** add subscriptions and custom fields resolvers ([5df9952](https://github.com/cdmbase/adminIde-stack/commit/5df9952054d3e00a148369a5b4971ac72fa175b0))
|
|
3119
|
-
- **payment-plans:** highlight the currently active payment plan for user ([0fe50a8](https://github.com/cdmbase/adminIde-stack/commit/0fe50a8ceca6be8fa208521ec2165405fbfe3d10))
|