Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Nov 20, 2023
1 parent 855ff28 commit 1a1d3db
Show file tree
Hide file tree
Showing 4 changed files with 28 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.

### 2.0.11 - 2023-11-20

#### 📦 Dependencies

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

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





### 2.0.10 - 2023-10-30

#### 📦 Dependencies
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": "2.0.10",
"version": "2.0.11",
"description": "A modern Babel preset for tooling development.",
"keywords": [
"babel-preset",
Expand Down
14 changes: 14 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 2.0.12 - 2023-11-20

#### 📦 Dependencies

- **[eslint-plugin-jsx-a11y]** Update to v6.8. ([1fdb196](https://github.com/moonrepo/dev/commit/1fdb196))
- **[eslint-plugin-unicorn]** Update to v49. ([0539595](https://github.com/moonrepo/dev/commit/0539595))
- **[eslint]** Update to v8.54. ([190c3a0](https://github.com/moonrepo/dev/commit/190c3a0))

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





### 2.0.11 - 2023-10-30

#### 📦 Dependencies
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": "2.0.11",
"version": "2.0.12",
"description": "A modern and strict ESLint configuration.",
"keywords": [
"eslint-config",
Expand Down

0 comments on commit 1a1d3db

Please sign in to comment.