Skip to content

Commit 8407fad

Browse files
committed
chore(release): publish releases
- @microfleet/[email protected] - @microfleet/[email protected]
1 parent e371d9d commit 8407fad

File tree

4 files changed

+28
-126
lines changed

4 files changed

+28
-126
lines changed

packages/clickhouse-adapter/CHANGELOG.md

Lines changed: 19 additions & 112 deletions
Original file line numberDiff line numberDiff line change
@@ -3,221 +3,128 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
## [0.5.3](https://github.com/microfleet/clickhouse-adapter/compare/@microfleet/[email protected]...@microfleet/[email protected]) (2022-05-28)
7-
6+
## [0.5.4](https://github.com/microfleet/clickhouse-adapter/compare/@microfleet/[email protected]...@microfleet/[email protected]) (2023-05-20)
87

98
### Bug Fixes
109

11-
* bump clickhouse client ([#149](https://github.com/microfleet/clickhouse-adapter/issues/149)) ([53d6506](https://github.com/microfleet/clickhouse-adapter/commit/53d65066fb464201a5f98758e77bc06c254f1ac4))
12-
10+
- update adapter ([6b10a46](https://github.com/microfleet/clickhouse-adapter/commit/6b10a46ff8c6aa02607003de88c8d5083a909521))
1311

12+
## [0.5.3](https://github.com/microfleet/clickhouse-adapter/compare/@microfleet/[email protected]...@microfleet/[email protected]) (2022-05-28)
1413

14+
### Bug Fixes
1515

16+
- bump clickhouse client ([#149](https://github.com/microfleet/clickhouse-adapter/issues/149)) ([53d6506](https://github.com/microfleet/clickhouse-adapter/commit/53d65066fb464201a5f98758e77bc06c254f1ac4))
1617

1718
## [0.5.2](https://github.com/microfleet/clickhouse-adapter/compare/@microfleet/[email protected]...@microfleet/[email protected]) (2022-04-03)
1819

19-
2020
### Bug Fixes
2121

22-
* update deps, add debug module ([f1d8325](https://github.com/microfleet/clickhouse-adapter/commit/f1d83257cbc578bf2b6bfabc1288318b054e15d6))
23-
24-
25-
26-
22+
- update deps, add debug module ([f1d8325](https://github.com/microfleet/clickhouse-adapter/commit/f1d83257cbc578bf2b6bfabc1288318b054e15d6))
2723

2824
## [0.5.1](https://github.com/microfleet/clickhouse-adapter/compare/@microfleet/[email protected]...@microfleet/[email protected]) (2021-08-26)
2925

30-
3126
### Bug Fixes
3227

33-
* missing module ([2b6af38](https://github.com/microfleet/clickhouse-adapter/commit/2b6af380b01f6fcadcd419e4a53817bb1a9f492d))
34-
35-
36-
37-
28+
- missing module ([2b6af38](https://github.com/microfleet/clickhouse-adapter/commit/2b6af380b01f6fcadcd419e4a53817bb1a9f492d))
3829

3930
# [0.5.0](https://github.com/microfleet/clickhouse-adapter/compare/@microfleet/[email protected]...@microfleet/[email protected]) (2021-08-26)
4031

41-
4232
### Features
4333

44-
* upgrade clickhouse adapter ([50912fc](https://github.com/microfleet/clickhouse-adapter/commit/50912fcddc180089a7c2a336ee8ec26c53e09aa7))
45-
34+
- upgrade clickhouse adapter ([50912fc](https://github.com/microfleet/clickhouse-adapter/commit/50912fcddc180089a7c2a336ee8ec26c53e09aa7))
4635

4736
### BREAKING CHANGES
4837

49-
* requires issuing .close() as internally uses a pool to connect to CH, multiple other changes, which arent breaking
50-
51-
52-
53-
38+
- requires issuing .close() as internally uses a pool to connect to CH, multiple other changes, which arent breaking
5439

5540
## [0.4.2](https://github.com/microfleet/clickhouse-adapter/compare/@microfleet/[email protected]...@microfleet/[email protected]) (2021-08-24)
5641

57-
5842
### Bug Fixes
5943

60-
* include more supported formats ([539545f](https://github.com/microfleet/clickhouse-adapter/commit/539545f637b96d9a56fa09efffec75cc41ad7277))
61-
62-
63-
64-
44+
- include more supported formats ([539545f](https://github.com/microfleet/clickhouse-adapter/commit/539545f637b96d9a56fa09efffec75cc41ad7277))
6545

6646
## [0.4.1](https://github.com/microfleet/clickhouse-adapter/compare/@microfleet/[email protected]...@microfleet/[email protected]) (2021-08-10)
6747

68-
6948
### Bug Fixes
7049

71-
* publish types ([17345d1](https://github.com/microfleet/clickhouse-adapter/commit/17345d16f0ec79ae6aa57234c46fc0fc759f8066))
72-
73-
74-
75-
50+
- publish types ([17345d1](https://github.com/microfleet/clickhouse-adapter/commit/17345d16f0ec79ae6aa57234c46fc0fc759f8066))
7651

7752
# [0.4.0](https://github.com/microfleet/clickhouse-adapter/compare/@microfleet/[email protected]...@microfleet/[email protected]) (2021-08-10)
7853

79-
8054
### Features
8155

82-
* upgrade to latest adapter ([19a6a96](https://github.com/microfleet/clickhouse-adapter/commit/19a6a9632f6674b7be1a9d2171aa7cee808fe11a))
83-
84-
85-
86-
56+
- upgrade to latest adapter ([19a6a96](https://github.com/microfleet/clickhouse-adapter/commit/19a6a9632f6674b7be1a9d2171aa7cee808fe11a))
8757

8858
## [0.3.1](https://github.com/microfleet/clickhouse-adapter/compare/@microfleet/[email protected]...@microfleet/[email protected]) (2020-08-18)
8959

9060
**Note:** Version bump only for package @microfleet/clickhouse-adapter
9161

92-
93-
94-
95-
9662
# [0.3.0](https://github.com/microfleet/clickhouse-adapter/compare/@microfleet/[email protected]...@microfleet/[email protected]) (2020-07-30)
9763

98-
9964
### Features
10065

101-
* query options ([6894419](https://github.com/microfleet/clickhouse-adapter/commit/6894419611fff823e2757657f8c5088609fe45df))
102-
103-
104-
105-
66+
- query options ([6894419](https://github.com/microfleet/clickhouse-adapter/commit/6894419611fff823e2757657f8c5088609fe45df))
10667

10768
## [0.2.7](https://github.com/microfleet/clickhouse-adapter/compare/@microfleet/[email protected]...@microfleet/[email protected]) (2020-07-22)
10869

10970
**Note:** Version bump only for package @microfleet/clickhouse-adapter
11071

111-
112-
113-
114-
11572
## [0.2.6](https://github.com/microfleet/clickhouse-adapter/compare/@microfleet/[email protected]...@microfleet/[email protected]) (2020-07-09)
11673

117-
11874
### Bug Fixes
11975

120-
* **deps:** update dependency lodash to v4.17.19 ([0d8939e](https://github.com/microfleet/clickhouse-adapter/commit/0d8939e4328eb851c9ae12f7749dc8e994527b4f))
121-
122-
123-
124-
76+
- **deps:** update dependency lodash to v4.17.19 ([0d8939e](https://github.com/microfleet/clickhouse-adapter/commit/0d8939e4328eb851c9ae12f7749dc8e994527b4f))
12577

12678
## [0.2.5](https://github.com/microfleet/clickhouse-adapter/compare/@microfleet/[email protected]...@microfleet/[email protected]) (2020-06-25)
12779

12880
**Note:** Version bump only for package @microfleet/clickhouse-adapter
12981

130-
131-
132-
133-
13482
## [0.2.4](https://github.com/microfleet/clickhouse-adapter/compare/@microfleet/[email protected]...@microfleet/[email protected]) (2020-06-25)
13583

136-
13784
### Bug Fixes
13885

139-
* **deps:** update dependency moment to v2.27.0 ([f129236](https://github.com/microfleet/clickhouse-adapter/commit/f12923666602f42b4105bac4194d3cc6507b956f))
140-
141-
142-
143-
86+
- **deps:** update dependency moment to v2.27.0 ([f129236](https://github.com/microfleet/clickhouse-adapter/commit/f12923666602f42b4105bac4194d3cc6507b956f))
14487

14588
## [0.2.3](https://github.com/microfleet/clickhouse-adapter/compare/@microfleet/[email protected]...@microfleet/[email protected]) (2020-06-25)
14689

147-
14890
### Bug Fixes
14991

150-
* **deps:** update dependency @apla/clickhouse to v1.6.3 ([84e55c8](https://github.com/microfleet/clickhouse-adapter/commit/84e55c82841f62312b3c4e5221ffe2c44f778eb4))
151-
152-
153-
154-
92+
- **deps:** update dependency @apla/clickhouse to v1.6.3 ([84e55c8](https://github.com/microfleet/clickhouse-adapter/commit/84e55c82841f62312b3c4e5221ffe2c44f778eb4))
15593

15694
## [0.2.2](https://github.com/microfleet/clickhouse-adapter/compare/@microfleet/[email protected]...@microfleet/[email protected]) (2020-06-24)
15795

15896
**Note:** Version bump only for package @microfleet/clickhouse-adapter
15997

160-
161-
162-
163-
16498
## [0.2.1](https://github.com/microfleet/clickhouse-adapter/compare/@microfleet/[email protected]...@microfleet/[email protected]) (2020-06-19)
16599

166100
**Note:** Version bump only for package @microfleet/clickhouse-adapter
167101

168-
169-
170-
171-
172102
# [0.2.0](https://github.com/microfleet/clickhouse-adapter/compare/@microfleet/[email protected]...@microfleet/[email protected]) (2020-06-17)
173103

174-
175104
### Features
176105

177-
* switch to cluster mode ([ef664d3](https://github.com/microfleet/clickhouse-adapter/commit/ef664d37cf4e265ddafa59088e4bd5c3ec7e1905))
178-
179-
180-
181-
106+
- switch to cluster mode ([ef664d3](https://github.com/microfleet/clickhouse-adapter/commit/ef664d37cf4e265ddafa59088e4bd5c3ec7e1905))
182107

183108
## [0.1.4](https://github.com/microfleet/clickhouse-adapter/compare/@microfleet/[email protected]...@microfleet/[email protected]) (2020-06-01)
184109

185110
**Note:** Version bump only for package @microfleet/clickhouse-adapter
186111

187-
188-
189-
190-
191112
## [0.1.3](https://github.com/microfleet/clickhouse-adapter/compare/@microfleet/[email protected]...@microfleet/[email protected]) (2020-06-01)
192113

193114
**Note:** Version bump only for package @microfleet/clickhouse-adapter
194115

195-
196-
197-
198-
199116
## [0.1.2](https://github.com/microfleet/clickhouse-adapter/compare/@microfleet/[email protected]...@microfleet/[email protected]) (2020-05-28)
200117

201118
**Note:** Version bump only for package @microfleet/clickhouse-adapter
202119

203-
204-
205-
206-
207120
## [0.1.1](https://github.com/microfleet/clickhouse-adapter/compare/@microfleet/[email protected]...@microfleet/[email protected]) (2020-05-28)
208121

209-
210122
### Bug Fixes
211123

212-
* **clickhouse-adapter:** make sequential migration ([324c88f](https://github.com/microfleet/clickhouse-adapter/commit/324c88f0dacc2d6f5dd02e7e9a527142d8a32e50))
213-
214-
215-
216-
124+
- **clickhouse-adapter:** make sequential migration ([324c88f](https://github.com/microfleet/clickhouse-adapter/commit/324c88f0dacc2d6f5dd02e7e9a527142d8a32e50))
217125

218126
# 0.1.0 (2020-05-28)
219127

220-
221128
### Features
222129

223-
* init clickhouse-adapter ([198e600](https://github.com/microfleet/clickhouse-adapter/commit/198e6004c21c14feef6015edc28e7f4ca53d6bc8))
130+
- init clickhouse-adapter ([198e600](https://github.com/microfleet/clickhouse-adapter/commit/198e6004c21c14feef6015edc28e7f4ca53d6bc8))

packages/clickhouse-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dist",
1010
"types"
1111
],
12-
"version": "0.5.3",
12+
"version": "0.5.4",
1313
"scripts": {
1414
"compile": "tsc -p tsconfig.build.json",
1515
"test": "yarn test:unit && yarn test:e2e",

test/CHANGELOG.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,26 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
## [0.2.1](https://github.com/microfleet/clickhouse-adapter/compare/@microfleet/[email protected]...@microfleet/[email protected]) (2022-04-03)
7-
6+
## [0.2.2](https://github.com/microfleet/clickhouse-adapter/compare/@microfleet/[email protected]...@microfleet/[email protected]) (2023-05-20)
87

98
### Bug Fixes
109

11-
* update deps, add debug module ([f1d8325](https://github.com/microfleet/clickhouse-adapter/commit/f1d83257cbc578bf2b6bfabc1288318b054e15d6))
12-
10+
- update adapter ([6b10a46](https://github.com/microfleet/clickhouse-adapter/commit/6b10a46ff8c6aa02607003de88c8d5083a909521))
1311

12+
## [0.2.1](https://github.com/microfleet/clickhouse-adapter/compare/@microfleet/[email protected]...@microfleet/[email protected]) (2022-04-03)
1413

14+
### Bug Fixes
1515

16+
- update deps, add debug module ([f1d8325](https://github.com/microfleet/clickhouse-adapter/commit/f1d83257cbc578bf2b6bfabc1288318b054e15d6))
1617

1718
# [0.2.0](https://github.com/microfleet/clickhouse-adapter/compare/@microfleet/[email protected]...@microfleet/[email protected]) (2021-08-10)
1819

19-
2020
### Features
2121

22-
* upgrade to latest adapter ([19a6a96](https://github.com/microfleet/clickhouse-adapter/commit/19a6a9632f6674b7be1a9d2171aa7cee808fe11a))
23-
24-
25-
26-
22+
- upgrade to latest adapter ([19a6a96](https://github.com/microfleet/clickhouse-adapter/commit/19a6a9632f6674b7be1a9d2171aa7cee808fe11a))
2723

2824
# 0.1.0 (2020-05-28)
2925

30-
3126
### Features
3227

33-
* init clickhouse-adapter ([198e600](https://github.com/microfleet/clickhouse-adapter/commit/198e6004c21c14feef6015edc28e7f4ca53d6bc8))
28+
- init clickhouse-adapter ([198e600](https://github.com/microfleet/clickhouse-adapter/commit/198e6004c21c14feef6015edc28e7f4ca53d6bc8))

test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@microfleet/root-test",
33
"main": "index.ts",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"private": true,
66
"dependencies": {
77
"moment": "2.29.4"

0 commit comments

Comments
 (0)