Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
hungluu committed Feb 2, 2024
1 parent b3d4518 commit d659555
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .changeset/cold-suns-invent.md

This file was deleted.

11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
# coda-mover

## 2.0.2

### Patch Changes

- b3d4518: Outline importer:
- Outline pusher and APIs for importing synced docs, pages into Outline
- UI for selecting docs and pages, importing form
- Enhancement for item listing UI

## 2.0.1

### Patch Changes

+ Puller flow:
- Puller flow:
- List docs and pages from Coda APIs and save to filesystem (data folder)
- Pages are exported as html so they can be imported to Outline APIs later
- Communicate between UI and background tasks through Websocket
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Coda Mover

Coda contents migration made simple

<img width="912" alt="image" src="https://github.com/CoderPush/coda-mover/assets/13363340/94c66463-7d97-4f70-808f-c2ee28b01fb6">

Development
-----
### Prerequisites
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "coda-mover",
"description": "Coda contents migration made simple",
"version": "2.0.1",
"version": "2.0.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit d659555

Please sign in to comment.