Skip to content

Commit

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

# 3.0.0 - 2024-03-25

#### 💥 Breaking

- Drop Node v16 support. Require v18.12+. ([b6ca343](https://github.com/moonrepo/dev/commit/b6ca343))

#### 📦 Dependencies

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

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





### 2.0.15 - 2024-02-27

#### 📦 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.15",
"version": "3.0.0",
"description": "A modern Babel preset for tooling development.",
"keywords": [
"babel-preset",
Expand Down
12 changes: 12 additions & 0 deletions packages/dev/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.0 - 2024-03-25

#### 💥 Breaking

- Drop Node v16 support. Require v18.12+. ([b6ca343](https://github.com/moonrepo/dev/commit/b6ca343))

**Note:** Version bump only for package @moonrepo/dev





### 2.0.1 - 2023-05-30

#### 📦 Dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonrepo/dev",
"version": "2.0.1",
"version": "3.0.0",
"description": "Reusable constants and helpers for moon configurations.",
"keywords": [
"moon",
Expand Down
16 changes: 16 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 3.0.0 - 2024-03-25

#### 💥 Breaking

- Drop Node v16 support. Require v18.12+. ([b6ca343](https://github.com/moonrepo/dev/commit/b6ca343))

#### 📦 Dependencies

- **[eslint-plugin-react]** Update to v7.34.1. ([201f555](https://github.com/moonrepo/dev/commit/201f555))

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





### 2.1.2 - 2024-02-27

#### 📦 Dependencies
Expand Down
4 changes: 2 additions & 2 deletions 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.1.2",
"version": "3.0.0",
"description": "A modern and strict ESLint configuration.",
"keywords": [
"eslint-config",
Expand Down Expand Up @@ -33,7 +33,7 @@
"eslint": "^8.0.0"
},
"dependencies": {
"@moonrepo/dev": "^2.0.1",
"@moonrepo/dev": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"eslint-config-airbnb-base": "^15.0.0",
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.

# 3.0.0 - 2024-03-25

#### 💥 Breaking

- Drop Node v16 support. Require v18.12+. ([b6ca343](https://github.com/moonrepo/dev/commit/b6ca343))

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





### 2.0.8 - 2024-02-27

#### 📦 Dependencies
Expand Down
4 changes: 2 additions & 2 deletions 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.8",
"version": "3.0.0",
"description": "A modern Jest preset for tooling development.",
"keywords": [
"jest-preset",
Expand Down Expand Up @@ -30,7 +30,7 @@
"jest": ">=26.0.0"
},
"dependencies": {
"@moonrepo/dev": "^2.0.1",
"@moonrepo/dev": "^3.0.0",
"@types/jest": "^29.5.12",
"jest-circus": "^29.7.0",
"jest-environment-jsdom": "^29.7.0"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2520,7 +2520,7 @@ __metadata:
languageName: node
linkType: hard

"@moonrepo/dev@npm:^2.0.1, @moonrepo/dev@workspace:*, @moonrepo/dev@workspace:packages/dev":
"@moonrepo/dev@npm:^3.0.0, @moonrepo/dev@workspace:*, @moonrepo/dev@workspace:packages/dev":
version: 0.0.0-use.local
resolution: "@moonrepo/dev@workspace:packages/dev"
dependencies:
Expand Down Expand Up @@ -6265,7 +6265,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "eslint-config-moon@workspace:packages/eslint-config"
dependencies:
"@moonrepo/dev": "npm:^2.0.1"
"@moonrepo/dev": "npm:^3.0.0"
"@types/eslint": "npm:^8.56.6"
"@typescript-eslint/eslint-plugin": "npm:^7.4.0"
"@typescript-eslint/parser": "npm:^7.4.0"
Expand Down Expand Up @@ -8804,7 +8804,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "jest-preset-moon@workspace:packages/jest-preset"
dependencies:
"@moonrepo/dev": "npm:^2.0.1"
"@moonrepo/dev": "npm:^3.0.0"
"@types/jest": "npm:^29.5.12"
jest: "npm:^29.7.0"
jest-circus: "npm:^29.7.0"
Expand Down

0 comments on commit 1ec9634

Please sign in to comment.