Skip to content

Commit

Permalink
Merge pull request #10 from FranciscoMoretti/changeset-release/main
Browse files Browse the repository at this point in the history
chore(release): version packages
  • Loading branch information
FranciscoMoretti authored Sep 20, 2024
2 parents 6194fc4 + cb8f529 commit 0bb701b
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-turkeys-heal.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/curly-suits-admire.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/purple-bulldogs-raise.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/two-spoons-arrive.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/download-notion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)]:
- [email protected]
- [email protected]

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/download-notion/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
10 changes: 10 additions & 0 deletions packages/notion-cache-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/notion-cache-client/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
13 changes: 13 additions & 0 deletions packages/notion-downloader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)]:
- [email protected]

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/notion-downloader/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 0bb701b

Please sign in to comment.