Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Apr 24, 2023
1 parent 741b079 commit d71a48e
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.2 - 2023-04-24

#### 📦 Dependencies

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

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





### 2.0.1 - 2023-03-13

#### 📦 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.1",
"version": "2.0.2",
"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.3 - 2023-04-24

#### 📦 Dependencies

- **[eslint]** Update to v8.39. ([557ed8f](https://github.com/moonrepo/dev/commit/557ed8f))
- **[typescript-eslint]** Update to v5.59. ([e65d2aa](https://github.com/moonrepo/dev/commit/e65d2aa))
- Update eslint plugins. ([7deb415](https://github.com/moonrepo/dev/commit/7deb415))

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





### 2.0.2 - 2023-03-26

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

0 comments on commit d71a48e

Please sign in to comment.