From cf8c6cfddd3f2a2fba6ec04da43d9111b451d7a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Jun 2022 09:31:46 +0800 Subject: [PATCH] Version Packages (#373) Co-authored-by: github-actions[bot] --- .changeset/friendly-news-think.md | 5 ----- apps/main/CHANGELOG.md | 6 ++++++ apps/main/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/friendly-news-think.md diff --git a/.changeset/friendly-news-think.md b/.changeset/friendly-news-think.md deleted file mode 100644 index c1d78e969..000000000 --- a/.changeset/friendly-news-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@chirpy-dev/main-app': patch ---- - -fix(analytics): max width diff --git a/apps/main/CHANGELOG.md b/apps/main/CHANGELOG.md index a45c56294..38baefb88 100644 --- a/apps/main/CHANGELOG.md +++ b/apps/main/CHANGELOG.md @@ -1,5 +1,11 @@ # @chirpy-dev/main-app +## 0.2.1 + +### Patch Changes + +- [#372](https://github.com/devrsi0n/chirpy/pull/372) [`afeadea`](https://github.com/devrsi0n/chirpy/commit/afeadea65d80dc955cb5c5cf286bebdb89ab8d45) Thanks [@devrsi0n](https://github.com/devrsi0n)! - fix(analytics): max width + ## 0.2.0 ### Minor Changes diff --git a/apps/main/package.json b/apps/main/package.json index 88b9b3b45..2f3072c3e 100644 --- a/apps/main/package.json +++ b/apps/main/package.json @@ -1,6 +1,6 @@ { "name": "@chirpy-dev/main-app", - "version": "0.2.0", + "version": "0.2.1", "license": "Apache License 2.0", "scripts": { "chromatic": "chromatic --exit-zero-on-changes",