Skip to content

Commit

Permalink
chore(release): v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilfish committed Mar 1, 2024
1 parent dae94f6 commit 01f88c8
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 7 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## v0.3.0

[compare changes](https://github.com/Chilfish/Weibo-archiver/compare/v0.2.7...vv0.3.0)

### 🚀 Enhancements

- **ui:** Add settings modal ([#25](https://github.com/Chilfish/Weibo-archiver/pull/25))
- ⚠️ Import data from user, storing in indexedDB ([#27](https://github.com/Chilfish/Weibo-archiver/pull/27))

### 🩹 Fixes

- **script:** Cookie is not required ([2c81398](https://github.com/Chilfish/Weibo-archiver/commit/2c81398))
- **fetch:** Fetch params ([b55a83e](https://github.com/Chilfish/Weibo-archiver/commit/b55a83e))
- **ui:** Fixs in mobile ([7a3ce1c](https://github.com/Chilfish/Weibo-archiver/commit/7a3ce1c))
- Rename exported data to 'weibo-data.json' ([8034e40](https://github.com/Chilfish/Weibo-archiver/commit/8034e40))

### 🏡 Chore

- **docs:** Update readme.md ([dae94f6](https://github.com/Chilfish/Weibo-archiver/commit/dae94f6))

#### ⚠️ Breaking Changes

- ⚠️ Import data from user, storing in indexedDB ([#27](https://github.com/Chilfish/Weibo-archiver/pull/27))

### ❤️ Contributors

- Chilfish ([@Chilfish](http://github.com/Chilfish))

## v0.2.7

[compare changes](https://github.com/Chilfish/Weibo-archiver/compare/v0.2.6...v0.2.7)
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "weibo-archiver",
"type": "module",
"version": "0.2.7",
"version": "0.3.0",
"description": "the desktop app for weibo-archiver",
"author": {
"name": "Chilfish",
Expand Down
2 changes: 1 addition & 1 deletion apps/monkey/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@weibo-archiver/monkey",
"type": "module",
"version": "0.2.7",
"version": "0.3.0",
"private": true,
"author": "Chilfish",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion apps/monkey/src/utils/export.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import JSZip from 'jszip'
import { saveAs } from 'file-saver'
import type { Post } from '@types'

const version = '0.2.7'
const version = '0.3.0'

function imgsParser(posts: Post[]): Set<string> {
const imgs = posts
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@weibo-archiver/web",
"type": "module",
"version": "0.2.7",
"version": "0.3.0",
"private": true,
"description": "",
"author": "",
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": "weibo-archiver",
"type": "module",
"version": "0.2.7",
"version": "0.3.0",
"packageManager": "pnpm@8.15.3",
"description": "Archive your Weibo posts before being banned completely.",
"author": {
Expand Down
1 change: 0 additions & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@weibo-archiver/ui",
"type": "module",
"version": "0.2.7",
"description": "",
"author": "",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@weibo-archiver/scripts",
"type": "module",
"version": "0.2.7",
"version": "0.3.0",
"private": true,
"author": "Chilfish",
"license": "MIT",
Expand Down

0 comments on commit 01f88c8

Please sign in to comment.