Skip to content

Commit

Permalink
chore(release): publish 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gum-Joe committed Oct 23, 2024
1 parent c1ed507 commit 2b66be0
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 23 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
## 1.6.0 (2024-10-23)


### 🚀 Features

- new get academic years function ([ac65f50](https://github.com/icdocsoc/docsoc-tools/commit/ac65f50))
- add select box for search ([dc432ab](https://github.com/icdocsoc/docsoc-tools/commit/dc432ab))
- useForm and enable academic year selection ([0ad967e](https://github.com/icdocsoc/docsoc-tools/commit/0ad967e))
- query by academic year ([534c267](https://github.com/icdocsoc/docsoc-tools/commit/534c267))
- CSV upload scaffold ([a5d8dd7](https://github.com/icdocsoc/docsoc-tools/commit/a5d8dd7))
- implement CSV import ([76665ce](https://github.com/icdocsoc/docsoc-tools/commit/76665ce))
- select academic year of imports ([0d46400](https://github.com/icdocsoc/docsoc-tools/commit/0d46400))
- add import ids ([951b952](https://github.com/icdocsoc/docsoc-tools/commit/951b952))
- add previous import listing ([457e305](https://github.com/icdocsoc/docsoc-tools/commit/457e305))
- show imports in accordian ([f9e73ab](https://github.com/icdocsoc/docsoc-tools/commit/f9e73ab))
- add import rollback ([da0893c](https://github.com/icdocsoc/docsoc-tools/commit/da0893c))
- add working docker compose ([8a5df0c](https://github.com/icdocsoc/docsoc-tools/commit/8a5df0c))
- add eactivities calls for products ([538a3ee](https://github.com/icdocsoc/docsoc-tools/commit/538a3ee))
- UI to map to products to eactivites ([c6751ed](https://github.com/icdocsoc/docsoc-tools/commit/c6751ed))
- Product selection UI for sync ([630aedc](https://github.com/icdocsoc/docsoc-tools/commit/630aedc))
- switch to a bulk load strategy for sales from eActivities ([a93e991](https://github.com/icdocsoc/docsoc-tools/commit/a93e991))
- add a JSON Backend so we can do lists in nunjucks ([21a454d](https://github.com/icdocsoc/docsoc-tools/commit/21a454d))
- change behaviour of mapFieldInteractive to allow fields to be passed as-is ([0ceb6dc](https://github.com/icdocsoc/docsoc-tools/commit/0ceb6dc))
- add reminder emails for collection system ([0b8eee9](https://github.com/icdocsoc/docsoc-tools/commit/0b8eee9))
- add a import script to collection for JSON data ([276789f](https://github.com/icdocsoc/docsoc-tools/commit/276789f))
- 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))

### 🩹 Fixes

- allow products to be deleted when variants 0 ([399aec0](https://github.com/icdocsoc/docsoc-tools/commit/399aec0))
- 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))
- spelling error in estimated ([c1ed507](https://github.com/icdocsoc/docsoc-tools/commit/c1ed507))

### ❤️ Thank You

- Kishan Sambhi @Gum-Joe

## 1.5.0 (2024-08-13)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clickup/calendar-sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name = 'clickup-ical-sync'
description = 'Sync iCal calendar to ClickUp tasks. One-way sync from iCal to ClickUp.'
license = 'MIT'
version = '1.5.0'
version = '1.6.0'
edition = '2021'
homepage = 'https://github.com/icdocsoc/docsoc-tools/tree/main/clickup/calendar-sync'
repository = 'https://github.com/icdocsoc/docsoc-tools/tree/main/clickup/calendar-sync'
Expand Down
49 changes: 28 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2b66be0

Please sign in to comment.