Skip to content

Commit

Permalink
Version Packages (#383)
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 Jun 8, 2022
1 parent ead53c5 commit 41a5a05
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-yaks-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-games-develop.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @chirpy-dev/e2e

## 0.0.2

### Patch Changes

- Updated dependencies [[`e0a8726`](https://github.com/devrsi0n/chirpy/commit/e0a87265ea31e9434288f9b4de2fe680e5c00b60)]:
- @chirpy-dev/eslint-config@0.1.1

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chirpy-dev/e2e",
"version": "0.0.1",
"version": "0.0.2",
"scripts": {
"cy:open": "CYPRESS_BASE_URL=http://localhost:3000 cypress open",
"cy:run": "CYPRESS_BASE_URL=http://localhost:3000 cypress run"
Expand Down
6 changes: 6 additions & 0 deletions apps/main/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @chirpy-dev/main-app

## 0.3.0

### Minor Changes

- [#382](https://github.com/devrsi0n/chirpy/pull/382) [`e0a8726`](https://github.com/devrsi0n/chirpy/commit/e0a87265ea31e9434288f9b4de2fe680e5c00b60) Thanks [@devrsi0n](https://github.com/devrsi0n)! - Add the comment widget preview to home page

## 0.2.1

### Patch 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.2.1",
"version": "0.3.0",
"license": "Apache License 2.0",
"scripts": {
"chromatic": "chromatic --exit-zero-on-changes",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config-chirpy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @chirpy-dev/eslint-config

## 0.1.1

### Patch Changes

- [#382](https://github.com/devrsi0n/chirpy/pull/382) [`e0a8726`](https://github.com/devrsi0n/chirpy/commit/e0a87265ea31e9434288f9b4de2fe680e5c00b60) Thanks [@devrsi0n](https://github.com/devrsi0n)! - Disable `no-empty-interface`

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-chirpy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chirpy-dev/eslint-config",
"version": "0.1.0",
"version": "0.1.1",
"main": "./index.js",
"dependencies": {
"@chirpy-dev/prettier-config": "workspace:*",
Expand Down

0 comments on commit 41a5a05

Please sign in to comment.