Skip to content

Commit 41a5a05

Browse files
Version Packages (#383)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ead53c5 commit 41a5a05

File tree

8 files changed

+22
-13
lines changed

8 files changed

+22
-13
lines changed

.changeset/eight-yaks-yell.md

-5
This file was deleted.

.changeset/fast-games-develop.md

-5
This file was deleted.

apps/e2e/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @chirpy-dev/e2e
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e0a8726`](https://github.com/devrsi0n/chirpy/commit/e0a87265ea31e9434288f9b4de2fe680e5c00b60)]:
8+
- @chirpy-dev/eslint-config@0.1.1
9+
310
## 0.0.1
411

512
### Patch Changes

apps/e2e/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chirpy-dev/e2e",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"scripts": {
55
"cy:open": "CYPRESS_BASE_URL=http://localhost:3000 cypress open",
66
"cy:run": "CYPRESS_BASE_URL=http://localhost:3000 cypress run"

apps/main/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @chirpy-dev/main-app
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
39
## 0.2.1
410

511
### Patch Changes

apps/main/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chirpy-dev/main-app",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"license": "Apache License 2.0",
55
"scripts": {
66
"chromatic": "chromatic --exit-zero-on-changes",

packages/eslint-config-chirpy/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @chirpy-dev/eslint-config
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [#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`
8+
39
## 0.1.0
410

511
### Minor Changes

packages/eslint-config-chirpy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chirpy-dev/eslint-config",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"main": "./index.js",
55
"dependencies": {
66
"@chirpy-dev/prettier-config": "workspace:*",

0 commit comments

Comments
 (0)