Skip to content

Commit

Permalink
chore(release): 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNZL committed Jul 4, 2024
1 parent ddc1e77 commit f8b601d
Show file tree
Hide file tree
Showing 9 changed files with 340 additions and 327 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [5.0.0](https://github.com/JamesNZL/notion-assignment-import/compare/v4.3.3...v5.0.0) (2024-07-04)


### ⚠ BREAKING CHANGES

* **import:** This requires a new previously unheld capability on the integration. Existing users must reauthorise with Notion.

### Features

* **import:** :sparkles: allow import of past assignments ([#386](https://github.com/JamesNZL/notion-assignment-import/issues/386)) ([a6c6417](https://github.com/JamesNZL/notion-assignment-import/commit/a6c64170d5a7ce06cf0e34b2b39dd57a24dcfa07))
* **import:** :sparkles: update existing pages if assignment has changed ([#385](https://github.com/JamesNZL/notion-assignment-import/issues/385)) ([#387](https://github.com/JamesNZL/notion-assignment-import/issues/387)) ([0f22184](https://github.com/JamesNZL/notion-assignment-import/commit/0f2218458f29239fcd933e1620e3e5dea92511be)), closes [#251](https://github.com/JamesNZL/notion-assignment-import/issues/251) [#384](https://github.com/JamesNZL/notion-assignment-import/issues/384) [#251](https://github.com/JamesNZL/notion-assignment-import/issues/251) [#251](https://github.com/JamesNZL/notion-assignment-import/issues/251) [#252](https://github.com/JamesNZL/notion-assignment-import/issues/252)
* **interface:** :children_crossing: use keyboard meta + s for option page save shortcut ([ac70f5f](https://github.com/JamesNZL/notion-assignment-import/commit/ac70f5f095e172278e7763032852d82663821e22))


### Bug Fixes

* **canvas:** :bug: fix available date being set after due date ([#388](https://github.com/JamesNZL/notion-assignment-import/issues/388)) ([39e0d52](https://github.com/JamesNZL/notion-assignment-import/commit/39e0d520fe564df1269350455171c43aaf57f399))
* **import:** :bug: treat due dates in 1970 as missing ([#251](https://github.com/JamesNZL/notion-assignment-import/issues/251)) ([6424e49](https://github.com/JamesNZL/notion-assignment-import/commit/6424e4948ee46087aedfb37df3cb25403f19cbf2))
* **import:** fix import of assignments without due dates ([#251](https://github.com/JamesNZL/notion-assignment-import/issues/251)) ([#384](https://github.com/JamesNZL/notion-assignment-import/issues/384)) ([c68d443](https://github.com/JamesNZL/notion-assignment-import/commit/c68d44355acef792e8400ab2dc0e097b487c2cff))
* **validator:** :bug: fix timezone validation ([#252](https://github.com/JamesNZL/notion-assignment-import/issues/252)) ([00191ed](https://github.com/JamesNZL/notion-assignment-import/commit/00191ed67abb930e892e8ed36185edc92ec558a0))

### [4.3.3](https://github.com/JamesNZL/notion-assignment-import/compare/v4.3.2...v4.3.3) (2023-06-23)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "notion-assignment-import",
"type": "module",
"license": "SEE LICENSE IN LICENSE.md",
"version": "4.3.3",
"version": "5.0.0",
"repository": {
"type": "git",
"url": "https://github.com/JamesNZL/notion-assignment-import.git"
Expand Down Expand Up @@ -69,4 +69,4 @@
"path": "path-browserify",
"url": "url-polyfill"
}
}
}
638 changes: 315 additions & 323 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file modified releases/firefox/notion-assignment-import-firefox_latest.zip
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/manifest-chromium.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Notion Canvas Assignment Import",
"description": "Automatically import Canvas assignments into a Notion database.",
"version": "4.3.3",
"version": "5.0.0",
"manifest_version": 3,
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhEFrWfD1/qqMVJQknBDk2PqlWLvnt8FrS4c56g2xAu+pK5w/TaScf5RXaGZ/aKFSt4ap10KN7YVEcMkb5aOwGcZWr7MmxfUFDM9pbPGUE6P7MaH4TtLnDhATaT1FfEt38P0v95fQHGj3/a2fwHjoz3zHx7fYoZ8hZPuNmwYASjE0ocCQgiZ8vq+zMykY4DNpt9Ea3aFddItOrMpHqjv6ZjfRc4gyWAdCCHg8sohMz7h3zvJvbQVhXPhU/HyQ2pCYqh7n9BwKFL5WiBxvhqZjC7AJdH+Zd2wDl3IIQNtY/cqgOYbuvFiI9k4+mWGew5r68rBDouhrYFYM8MGbKtHKkwIDAQAB",
"options_ui": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest-firefox.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Notion Canvas Assignment Import",
"description": "Automatically import Canvas assignments into a Notion database.",
"version": "4.3.3",
"version": "5.0.0",
"manifest_version": 2,
"browser_specific_settings": {
"gecko": {
Expand Down

0 comments on commit f8b601d

Please sign in to comment.