Skip to content

Commit

Permalink
Merge pull request #6 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 Aug 16, 2024
2 parents d96a0d9 + 937d9fd commit c152db5
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 17 deletions.
7 changes: 0 additions & 7 deletions .changeset/afraid-chairs-melt.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/funny-dots-brush.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/download-notion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# download-notion

## 0.0.5

### Patch Changes

- [`d96a0d9a942d2d9850497fc27a4fcadb3aa37ff5`](https://github.com/FranciscoMoretti/notion-downloader/commit/d96a0d9a942d2d9850497fc27a4fcadb3aa37ff5) Thanks [@FranciscoMoretti](https://github.com/FranciscoMoretti)! - Bugfixes

- [`2a9d7f6df589eaaba9e7770db0f6dc3fa9c2b79a`](https://github.com/FranciscoMoretti/notion-downloader/commit/2a9d7f6df589eaaba9e7770db0f6dc3fa9c2b79a) Thanks [@FranciscoMoretti](https://github.com/FranciscoMoretti)! - Built a cache mechanism that refreshes only what's needed based on edit date

- Updated dependencies [[`d96a0d9a942d2d9850497fc27a4fcadb3aa37ff5`](https://github.com/FranciscoMoretti/notion-downloader/commit/d96a0d9a942d2d9850497fc27a4fcadb3aa37ff5), [`2a9d7f6df589eaaba9e7770db0f6dc3fa9c2b79a`](https://github.com/FranciscoMoretti/notion-downloader/commit/2a9d7f6df589eaaba9e7770db0f6dc3fa9c2b79a)]:
- [email protected]
- [email protected]

## 0.0.4

### 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.4",
"version": "0.0.5",
"description": "A CLI to download notion pages.",
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/notion-cache-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# notion-cache-client

## 0.0.3

### Patch Changes

- [`d96a0d9a942d2d9850497fc27a4fcadb3aa37ff5`](https://github.com/FranciscoMoretti/notion-downloader/commit/d96a0d9a942d2d9850497fc27a4fcadb3aa37ff5) Thanks [@FranciscoMoretti](https://github.com/FranciscoMoretti)! - Bugfixes

- [`2a9d7f6df589eaaba9e7770db0f6dc3fa9c2b79a`](https://github.com/FranciscoMoretti/notion-downloader/commit/2a9d7f6df589eaaba9e7770db0f6dc3fa9c2b79a) Thanks [@FranciscoMoretti](https://github.com/FranciscoMoretti)! - Built a cache mechanism that refreshes only what's needed based on edit date

## 0.0.2

### 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.2",
"version": "0.0.3",
"description": "A variant of the official notion client that uses a cache.",
"publishConfig": {
"access": "public"
Expand Down
11 changes: 11 additions & 0 deletions packages/notion-downloader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# notion-downloader

## 0.0.3

### Patch Changes

- [`d96a0d9a942d2d9850497fc27a4fcadb3aa37ff5`](https://github.com/FranciscoMoretti/notion-downloader/commit/d96a0d9a942d2d9850497fc27a4fcadb3aa37ff5) Thanks [@FranciscoMoretti](https://github.com/FranciscoMoretti)! - Bugfixes

- [`2a9d7f6df589eaaba9e7770db0f6dc3fa9c2b79a`](https://github.com/FranciscoMoretti/notion-downloader/commit/2a9d7f6df589eaaba9e7770db0f6dc3fa9c2b79a) Thanks [@FranciscoMoretti](https://github.com/FranciscoMoretti)! - Built a cache mechanism that refreshes only what's needed based on edit date

- Updated dependencies [[`d96a0d9a942d2d9850497fc27a4fcadb3aa37ff5`](https://github.com/FranciscoMoretti/notion-downloader/commit/d96a0d9a942d2d9850497fc27a4fcadb3aa37ff5), [`2a9d7f6df589eaaba9e7770db0f6dc3fa9c2b79a`](https://github.com/FranciscoMoretti/notion-downloader/commit/2a9d7f6df589eaaba9e7770db0f6dc3fa9c2b79a)]:
- [email protected]

## 0.0.2

### 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.2",
"version": "0.0.3",
"description": "A variant of the official notion client that uses a cache.",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit c152db5

Please sign in to comment.