Skip to content

Commit

Permalink
chore(release): 📦 version packages (#8)
Browse files Browse the repository at this point in the history
* chore(release): 📦 version packages

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chung Wei <[email protected]>
  • Loading branch information
3 people authored Nov 7, 2023
1 parent 2ab7571 commit 695f349
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/grumpy-ligers-knock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-kids-notice.md

This file was deleted.

23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,19 @@ White Room ESLint Configuration

## Installation

```
# Install "eslint-config-whiteroom"
```bash
# npm
npm install -D eslint-config-whiteroom

# yarn
yarn add -D eslint-config-whiteroom

# Install peer dependencies
# pnpm
pnpm add -D eslint-config-whiteroom
```

### Install peer dependencies
```bash
npx install-peerdeps --dev eslint-config-whiteroom
```

Expand All @@ -34,12 +42,3 @@ In your ESLint configuration file:
+ 'whiteroom',
]
```

> If you are using React, do this instead:
>
> ```diff
> extends: [
> ...
> + 'whiteroom/react'
> ]
> ```
3 changes: 3 additions & 0 deletions packages/eslint-config-whiteroom/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Will we copy the README from root in during release,
# and we don't want changesets action to commit README.md to here.
README.md
11 changes: 11 additions & 0 deletions packages/eslint-config-whiteroom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# eslint-config-whiteroom

## 4.0.0

### Major Changes

- [#7](https://github.com/chungweileong94/eslint-config-whiteroom/pull/7) [`c3826db`](https://github.com/chungweileong94/eslint-config-whiteroom/commit/c3826dbe39cc613fd330cfb9e077d65cb2b22130) Thanks [@chungweileong94](https://github.com/chungweileong94)! - Remove React configuration

### Patch Changes

- [`2ab7571`](https://github.com/chungweileong94/eslint-config-whiteroom/commit/2ab7571e31a215df993b003cdac236c0387e2b24) Thanks [@chungweileong94](https://github.com/chungweileong94)! - Make `typescript` as an optional peer dependency
2 changes: 1 addition & 1 deletion packages/eslint-config-whiteroom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-whiteroom",
"version": "3.3.0",
"version": "4.0.0",
"description": "White Room ESLint Configuration",
"author": "Chung Wei",
"repository": {
Expand Down

0 comments on commit 695f349

Please sign in to comment.