diff --git a/.changeset/cuddly-turkeys-heal.md b/.changeset/cuddly-turkeys-heal.md deleted file mode 100644 index 2ab0f77..0000000 --- a/.changeset/cuddly-turkeys-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"notion-downloader-cli": patch ---- - -Images now have their own layout strategy diff --git a/.changeset/curly-suits-admire.md b/.changeset/curly-suits-admire.md deleted file mode 100644 index 94740eb..0000000 --- a/.changeset/curly-suits-admire.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"notion-downloader-cli": patch -"notion-cache-client": patch -"notion-downloader": patch ---- - -Bug fixes and handling of corner cases diff --git a/.changeset/purple-bulldogs-raise.md b/.changeset/purple-bulldogs-raise.md deleted file mode 100644 index e2978b9..0000000 --- a/.changeset/purple-bulldogs-raise.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"notion-downloader-cli": patch -"notion-cache-client": patch -"notion-downloader": patch ---- - -Download and cache all type of assets diff --git a/.changeset/two-spoons-arrive.md b/.changeset/two-spoons-arrive.md deleted file mode 100644 index 29db39f..0000000 --- a/.changeset/two-spoons-arrive.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"notion-downloader-cli": patch -"notion-cache-client": patch -"notion-downloader": patch ---- - -Layout strategies and naming strategies now can be configurable per asset diff --git a/packages/download-notion/CHANGELOG.md b/packages/download-notion/CHANGELOG.md index 4c88dd6..a1fa7e8 100644 --- a/packages/download-notion/CHANGELOG.md +++ b/packages/download-notion/CHANGELOG.md @@ -1,5 +1,21 @@ # download-notion +## 0.0.9 + +### Patch Changes + +- [`7c2582b1d377d29fab922009dc7ae5a155e31d97`](https://github.com/FranciscoMoretti/notion-downloader/commit/7c2582b1d377d29fab922009dc7ae5a155e31d97) Thanks [@FranciscoMoretti](https://github.com/FranciscoMoretti)! - Images now have their own layout strategy + +- [`4af458bf90aa689d03d2d36eb3cd83dbcd49c02a`](https://github.com/FranciscoMoretti/notion-downloader/commit/4af458bf90aa689d03d2d36eb3cd83dbcd49c02a) Thanks [@FranciscoMoretti](https://github.com/FranciscoMoretti)! - Bug fixes and handling of corner cases + +- [`c3c10a6043978b768987d15a762c0ce3435950c0`](https://github.com/FranciscoMoretti/notion-downloader/commit/c3c10a6043978b768987d15a762c0ce3435950c0) Thanks [@FranciscoMoretti](https://github.com/FranciscoMoretti)! - Download and cache all type of assets + +- [`7a55f5f12f3f81a632308d049e4ea1b7ad085ba2`](https://github.com/FranciscoMoretti/notion-downloader/commit/7a55f5f12f3f81a632308d049e4ea1b7ad085ba2) Thanks [@FranciscoMoretti](https://github.com/FranciscoMoretti)! - Layout strategies and naming strategies now can be configurable per asset + +- Updated dependencies [[`4af458bf90aa689d03d2d36eb3cd83dbcd49c02a`](https://github.com/FranciscoMoretti/notion-downloader/commit/4af458bf90aa689d03d2d36eb3cd83dbcd49c02a), [`c3c10a6043978b768987d15a762c0ce3435950c0`](https://github.com/FranciscoMoretti/notion-downloader/commit/c3c10a6043978b768987d15a762c0ce3435950c0), [`7a55f5f12f3f81a632308d049e4ea1b7ad085ba2`](https://github.com/FranciscoMoretti/notion-downloader/commit/7a55f5f12f3f81a632308d049e4ea1b7ad085ba2)]: + - notion-cache-client@0.0.7 + - notion-downloader@0.0.7 + ## 0.0.8 ### Patch Changes diff --git a/packages/download-notion/package.json b/packages/download-notion/package.json index 4eb325c..1dc35c0 100644 --- a/packages/download-notion/package.json +++ b/packages/download-notion/package.json @@ -1,6 +1,6 @@ { "name": "notion-downloader-cli", - "version": "0.0.8", + "version": "0.0.9", "description": "A CLI to download notion pages.", "publishConfig": { "access": "public" diff --git a/packages/notion-cache-client/CHANGELOG.md b/packages/notion-cache-client/CHANGELOG.md index f3f2464..59f9211 100644 --- a/packages/notion-cache-client/CHANGELOG.md +++ b/packages/notion-cache-client/CHANGELOG.md @@ -1,5 +1,15 @@ # notion-cache-client +## 0.0.7 + +### Patch Changes + +- [`4af458bf90aa689d03d2d36eb3cd83dbcd49c02a`](https://github.com/FranciscoMoretti/notion-downloader/commit/4af458bf90aa689d03d2d36eb3cd83dbcd49c02a) Thanks [@FranciscoMoretti](https://github.com/FranciscoMoretti)! - Bug fixes and handling of corner cases + +- [`c3c10a6043978b768987d15a762c0ce3435950c0`](https://github.com/FranciscoMoretti/notion-downloader/commit/c3c10a6043978b768987d15a762c0ce3435950c0) Thanks [@FranciscoMoretti](https://github.com/FranciscoMoretti)! - Download and cache all type of assets + +- [`7a55f5f12f3f81a632308d049e4ea1b7ad085ba2`](https://github.com/FranciscoMoretti/notion-downloader/commit/7a55f5f12f3f81a632308d049e4ea1b7ad085ba2) Thanks [@FranciscoMoretti](https://github.com/FranciscoMoretti)! - Layout strategies and naming strategies now can be configurable per asset + ## 0.0.6 ### Patch Changes diff --git a/packages/notion-cache-client/package.json b/packages/notion-cache-client/package.json index 40529d3..b185f77 100644 --- a/packages/notion-cache-client/package.json +++ b/packages/notion-cache-client/package.json @@ -1,6 +1,6 @@ { "name": "notion-cache-client", - "version": "0.0.6", + "version": "0.0.7", "description": "A variant of the official notion client that uses a cache.", "publishConfig": { "access": "public" diff --git a/packages/notion-downloader/CHANGELOG.md b/packages/notion-downloader/CHANGELOG.md index d4ecb68..e9d9f0b 100644 --- a/packages/notion-downloader/CHANGELOG.md +++ b/packages/notion-downloader/CHANGELOG.md @@ -1,5 +1,18 @@ # notion-downloader +## 0.0.7 + +### Patch Changes + +- [`4af458bf90aa689d03d2d36eb3cd83dbcd49c02a`](https://github.com/FranciscoMoretti/notion-downloader/commit/4af458bf90aa689d03d2d36eb3cd83dbcd49c02a) Thanks [@FranciscoMoretti](https://github.com/FranciscoMoretti)! - Bug fixes and handling of corner cases + +- [`c3c10a6043978b768987d15a762c0ce3435950c0`](https://github.com/FranciscoMoretti/notion-downloader/commit/c3c10a6043978b768987d15a762c0ce3435950c0) Thanks [@FranciscoMoretti](https://github.com/FranciscoMoretti)! - Download and cache all type of assets + +- [`7a55f5f12f3f81a632308d049e4ea1b7ad085ba2`](https://github.com/FranciscoMoretti/notion-downloader/commit/7a55f5f12f3f81a632308d049e4ea1b7ad085ba2) Thanks [@FranciscoMoretti](https://github.com/FranciscoMoretti)! - Layout strategies and naming strategies now can be configurable per asset + +- Updated dependencies [[`4af458bf90aa689d03d2d36eb3cd83dbcd49c02a`](https://github.com/FranciscoMoretti/notion-downloader/commit/4af458bf90aa689d03d2d36eb3cd83dbcd49c02a), [`c3c10a6043978b768987d15a762c0ce3435950c0`](https://github.com/FranciscoMoretti/notion-downloader/commit/c3c10a6043978b768987d15a762c0ce3435950c0), [`7a55f5f12f3f81a632308d049e4ea1b7ad085ba2`](https://github.com/FranciscoMoretti/notion-downloader/commit/7a55f5f12f3f81a632308d049e4ea1b7ad085ba2)]: + - notion-cache-client@0.0.7 + ## 0.0.6 ### Patch Changes diff --git a/packages/notion-downloader/package.json b/packages/notion-downloader/package.json index ff84b7d..ff195e6 100644 --- a/packages/notion-downloader/package.json +++ b/packages/notion-downloader/package.json @@ -1,6 +1,6 @@ { "name": "notion-downloader", - "version": "0.0.6", + "version": "0.0.7", "description": "A variant of the official notion client that uses a cache.", "publishConfig": { "access": "public"