Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Sep 25, 2023
1 parent c879369 commit 790da73
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 3 deletions.
13 changes: 13 additions & 0 deletions packages/babel-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 2.0.9 - 2023-09-25

#### 📦 Dependencies

- **[babel]** Update to v7.22 latest. ([44eae0f](https://github.com/moonrepo/dev/commit/44eae0f))
- **[babel]** Update to v7.23. ([1cf203f](https://github.com/moonrepo/dev/commit/1cf203f))

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





### 2.0.8 - 2023-09-04

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

### 2.0.10 - 2023-09-25

#### 📦 Dependencies

- **[eslint]** Update to v8.50. ([b56e860](https://github.com/moonrepo/dev/commit/b56e860))
- **[typescript-eslint]** Update to v6.7. ([ead077d](https://github.com/moonrepo/dev/commit/ead077d))

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





### 2.0.9 - 2023-09-04

#### 🐞 Fixes
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.9",
"version": "2.0.10",
"description": "A modern and strict ESLint configuration.",
"keywords": [
"eslint-config",
Expand Down
12 changes: 12 additions & 0 deletions packages/jest-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.5 - 2023-09-25

#### 📦 Dependencies

- **[jest]** Update to v29.7. ([6a7c218](https://github.com/moonrepo/dev/commit/6a7c218))

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





### 2.0.4 - 2023-09-04

#### 📦 Dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-preset-moon",
"version": "2.0.4",
"version": "2.0.5",
"description": "A modern Jest preset for tooling development.",
"keywords": [
"jest-preset",
Expand Down

0 comments on commit 790da73

Please sign in to comment.