Skip to content

Commit

Permalink
chore(release): v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilfish committed Feb 25, 2024
1 parent d3f6bd2 commit 3fee141
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 7 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## v0.2.3

[compare changes](https://github.com/Chilfish/Weibo-archiver/compare/v0.2.2...v0.2.3)

### 🚀 Enhancements

- 初始化 /desktop 项目结构 ([#9](https://github.com/Chilfish/Weibo-archiver/pull/9))

### 🩹 Fixes

- Optimize the logic of fetching ([#11](https://github.com/Chilfish/Weibo-archiver/pull/11))
- **build:** Monkey & web ([#13](https://github.com/Chilfish/Weibo-archiver/pull/13))

### 💅 Refactors

- Pure post fetcher ([#10](https://github.com/Chilfish/Weibo-archiver/pull/10))

### 🏡 Chore

- Update deps ([c9b49b0](https://github.com/Chilfish/Weibo-archiver/commit/c9b49b0))
- Update deps ([1266bf8](https://github.com/Chilfish/Weibo-archiver/commit/1266bf8))

### ❤️ Contributors

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

## v0.2.2

[compare changes](https://github.com/Chilfish/Weibo-archiver/compare/v0.2.1...v0.2.2)
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.2",
"version": "0.2.3",
"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.2",
"version": "0.2.3",
"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.2'
const version = '0.2.3'

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.2",
"version": "0.2.3",
"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.2",
"version": "0.2.3",
"packageManager": "pnpm@8.15.3",
"description": "Archive your Weibo posts before being banned completely.",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@weibo-archiver/ui",
"type": "module",
"version": "0.2.2",
"version": "0.2.3",
"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.2",
"version": "0.2.3",
"private": true,
"author": "Chilfish",
"license": "MIT",
Expand Down

0 comments on commit 3fee141

Please sign in to comment.