Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
 - babel-preset-moon@3.0.1
 - eslint-config-moon@3.1.0
  • Loading branch information
milesj committed Apr 18, 2024
1 parent 55b8551 commit 90712d2
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 2 deletions.
12 changes: 12 additions & 0 deletions packages/babel-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 3.0.1 - 2024-04-18

#### 📦 Dependencies

- **[babel]** Update to v7.24 latest. ([52f5e53](https://github.com/moonrepo/dev/commit/52f5e53))

**Note:** Version bump only for package babel-preset-moon





# 3.0.0 - 2024-03-25

#### 💥 Breaking
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-moon",
"version": "3.0.0",
"version": "3.0.1",
"description": "A modern Babel preset for tooling development.",
"keywords": [
"babel-preset",
Expand Down
17 changes: 17 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 3.1.0 - 2024-04-18

#### 🚀 Updates

- Support eslint v9. ([f6d74ec](https://github.com/moonrepo/dev/commit/f6d74ec))

#### 📦 Dependencies

- **[eslint-plugin-jest]** Update to v28.2. ([98dab9b](https://github.com/moonrepo/dev/commit/98dab9b))
- **[eslint-plugin-unicorn]** Update to v52. ([033123e](https://github.com/moonrepo/dev/commit/033123e))

**Note:** Version bump only for package eslint-config-moon





# 3.0.0 - 2024-03-25

#### 💥 Breaking
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-moon",
"version": "3.0.0",
"version": "3.1.0",
"description": "A modern and strict ESLint configuration.",
"keywords": [
"eslint-config",
Expand Down

0 comments on commit 90712d2

Please sign in to comment.