Skip to content

Commit 2b66be0

Browse files
committed
chore(release): publish 1.6.0
1 parent c1ed507 commit 2b66be0

File tree

4 files changed

+67
-23
lines changed

4 files changed

+67
-23
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
## 1.6.0 (2024-10-23)
2+
3+
4+
### 🚀 Features
5+
6+
- new get academic years function ([ac65f50](https://github.com/icdocsoc/docsoc-tools/commit/ac65f50))
7+
- add select box for search ([dc432ab](https://github.com/icdocsoc/docsoc-tools/commit/dc432ab))
8+
- useForm and enable academic year selection ([0ad967e](https://github.com/icdocsoc/docsoc-tools/commit/0ad967e))
9+
- query by academic year ([534c267](https://github.com/icdocsoc/docsoc-tools/commit/534c267))
10+
- CSV upload scaffold ([a5d8dd7](https://github.com/icdocsoc/docsoc-tools/commit/a5d8dd7))
11+
- implement CSV import ([76665ce](https://github.com/icdocsoc/docsoc-tools/commit/76665ce))
12+
- select academic year of imports ([0d46400](https://github.com/icdocsoc/docsoc-tools/commit/0d46400))
13+
- add import ids ([951b952](https://github.com/icdocsoc/docsoc-tools/commit/951b952))
14+
- add previous import listing ([457e305](https://github.com/icdocsoc/docsoc-tools/commit/457e305))
15+
- show imports in accordian ([f9e73ab](https://github.com/icdocsoc/docsoc-tools/commit/f9e73ab))
16+
- add import rollback ([da0893c](https://github.com/icdocsoc/docsoc-tools/commit/da0893c))
17+
- add working docker compose ([8a5df0c](https://github.com/icdocsoc/docsoc-tools/commit/8a5df0c))
18+
- add eactivities calls for products ([538a3ee](https://github.com/icdocsoc/docsoc-tools/commit/538a3ee))
19+
- UI to map to products to eactivites ([c6751ed](https://github.com/icdocsoc/docsoc-tools/commit/c6751ed))
20+
- Product selection UI for sync ([630aedc](https://github.com/icdocsoc/docsoc-tools/commit/630aedc))
21+
- switch to a bulk load strategy for sales from eActivities ([a93e991](https://github.com/icdocsoc/docsoc-tools/commit/a93e991))
22+
- add a JSON Backend so we can do lists in nunjucks ([21a454d](https://github.com/icdocsoc/docsoc-tools/commit/21a454d))
23+
- change behaviour of mapFieldInteractive to allow fields to be passed as-is ([0ceb6dc](https://github.com/icdocsoc/docsoc-tools/commit/0ceb6dc))
24+
- add reminder emails for collection system ([0b8eee9](https://github.com/icdocsoc/docsoc-tools/commit/0b8eee9))
25+
- add a import script to collection for JSON data ([276789f](https://github.com/icdocsoc/docsoc-tools/commit/276789f))
26+
- skip product import from eactivities when no new purchases found (to avoid unecessary requests to eactivities) ([a8c7efc](https://github.com/icdocsoc/docsoc-tools/commit/a8c7efc))
27+
28+
### 🩹 Fixes
29+
30+
- allow products to be deleted when variants 0 ([399aec0](https://github.com/icdocsoc/docsoc-tools/commit/399aec0))
31+
- issue where pride.ts tried to be compiled so had to be upgraded to new schema ([af231d2](https://github.com/icdocsoc/docsoc-tools/commit/af231d2))
32+
- spelling error in estimated ([c1ed507](https://github.com/icdocsoc/docsoc-tools/commit/c1ed507))
33+
34+
### ❤️ Thank You
35+
36+
- Kishan Sambhi @Gum-Joe
37+
138
## 1.5.0 (2024-08-13)
239

340

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clickup/calendar-sync/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name = 'clickup-ical-sync'
44
description = 'Sync iCal calendar to ClickUp tasks. One-way sync from iCal to ClickUp.'
55
license = 'MIT'
6-
version = '1.5.0'
6+
version = '1.6.0'
77
edition = '2021'
88
homepage = 'https://github.com/icdocsoc/docsoc-tools/tree/main/clickup/calendar-sync'
99
repository = 'https://github.com/icdocsoc/docsoc-tools/tree/main/clickup/calendar-sync'

package-lock.json

Lines changed: 28 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)