Skip to content

Commit

Permalink
Version Packages (#327)
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 21, 2022
1 parent 85ec5a2 commit 309fcc3
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/six-bees-hear.md

This file was deleted.

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

## 0.0.1

### Patch Changes

- Updated dependencies [85ec5a2]
- @chirpy-dev/eslint-config@0.1.0
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.0",
"version": "0.0.1",
"scripts": {
"cy:open": "CYPRESS_BASE_URL=http://localhost:3000 cypress open",
"cy:run": "CYPRESS_BASE_URL=http://localhost:3000 cypress run"
Expand Down
7 changes: 7 additions & 0 deletions packages/eslint-config-chirpy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @chirpy-dev/eslint-config

## 0.1.0

### Minor Changes

- 85ec5a2: Use scoped package name
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.0.0",
"version": "0.1.0",
"main": "./index.js",
"dependencies": {
"@chirpy-dev/prettier-config": "workspace:*",
Expand Down

0 comments on commit 309fcc3

Please sign in to comment.