Skip to content

Commit

Permalink
Version Packages (#351)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 29, 2022
1 parent e35e7ab commit 39efe76
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .changeset/fifty-eagles-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-otters-dream.md

This file was deleted.

8 changes: 8 additions & 0 deletions apps/main/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @chirpy-dev/main-app

## 0.2.0

### Minor Changes

- [#349](https://github.com/devrsi0n/chirpy/pull/349) [`6a35be5`](https://github.com/devrsi0n/chirpy/commit/6a35be5c2059e6b161edc49164ef582a01ef22a1) Thanks [@devrsi0n](https://github.com/devrsi0n)! - - Blocking toxic comment

- Buttons and links didn't work in theme editor

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chirpy-dev/main-app",
"version": "0.1.0",
"version": "0.2.0",
"license": "Apache License 2.0",
"scripts": {
"chromatic": "chromatic --exit-zero-on-changes",
Expand Down
7 changes: 7 additions & 0 deletions apps/service-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @chirpy-dev/service-worker

## 0.1.0

### Minor Changes

- [#349](https://github.com/devrsi0n/chirpy/pull/349) [`6a35be5`](https://github.com/devrsi0n/chirpy/commit/6a35be5c2059e6b161edc49164ef582a01ef22a1) Thanks [@devrsi0n](https://github.com/devrsi0n)! - Support web push notification
2 changes: 1 addition & 1 deletion apps/service-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chirpy-dev/service-worker",
"version": "0.0.1",
"version": "0.1.0",
"main": "./src/index.ts",
"scripts": {
"build": "vite build",
Expand Down

0 comments on commit 39efe76

Please sign in to comment.