Skip to content

Commit

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

## <small>3.0.2 (2024-05-27)</small>

* deps(babel): Update to v7.24 latest. ([0dcee1c](https://github.com/moonrepo/dev/commit/0dcee1c))





### 3.0.1 - 2024-04-18

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

## <small>3.0.1 (2024-05-27)</small>

* deps(@typescript-eslint/*): Update to v7.10. ([82e0a08](https://github.com/moonrepo/dev/commit/82e0a08))
* deps: Update dev and test dependencies. ([539c15e](https://github.com/moonrepo/dev/commit/539c15e))





# 3.0.0 - 2024-03-25

#### 💥 Breaking
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": "3.0.0",
"version": "3.0.1",
"description": "Reusable constants and helpers for moon configurations.",
"keywords": [
"moon",
Expand Down
10 changes: 10 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>3.1.1 (2024-05-27)</small>

* deps(@typescript-eslint/*): Update to v7.10. ([82e0a08](https://github.com/moonrepo/dev/commit/82e0a08))
* deps(eslint-plugin-unicorn): Update to v53. ([78921b1](https://github.com/moonrepo/dev/commit/78921b1))
* deps(eslint): Update plugins. ([c914369](https://github.com/moonrepo/dev/commit/c914369))





## 3.1.0 - 2024-04-18

#### 🚀 Updates
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": "3.1.0",
"version": "3.1.1",
"description": "A modern and strict ESLint configuration.",
"keywords": [
"eslint-config",
Expand Down Expand Up @@ -33,7 +33,7 @@
"eslint": "^8.0.0 || ^9.0.0"
},
"dependencies": {
"@moonrepo/dev": "^3.0.0",
"@moonrepo/dev": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"eslint-config-airbnb-base": "^15.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/jest-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>3.0.1 (2024-05-27)</small>

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





# 3.0.0 - 2024-03-25

#### 💥 Breaking
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": "3.0.0",
"version": "3.0.1",
"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": "^3.0.0",
"@moonrepo/dev": "^3.0.1",
"@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 @@ -2574,7 +2574,7 @@ __metadata:
languageName: node
linkType: hard

"@moonrepo/dev@npm:^3.0.0, @moonrepo/dev@workspace:*, @moonrepo/dev@workspace:packages/dev":
"@moonrepo/dev@npm:^3.0.1, @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 @@ -6248,7 +6248,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "eslint-config-moon@workspace:packages/eslint-config"
dependencies:
"@moonrepo/dev": "npm:^3.0.0"
"@moonrepo/dev": "npm:^3.0.1"
"@types/eslint": "npm:^8.56.10"
"@typescript-eslint/eslint-plugin": "npm:^7.10.0"
"@typescript-eslint/parser": "npm:^7.10.0"
Expand Down Expand Up @@ -8795,7 +8795,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "jest-preset-moon@workspace:packages/jest-preset"
dependencies:
"@moonrepo/dev": "npm:^3.0.0"
"@moonrepo/dev": "npm:^3.0.1"
"@types/jest": "npm:^29.5.12"
jest: "npm:^29.7.0"
jest-circus: "npm:^29.7.0"
Expand Down

0 comments on commit f3c5129

Please sign in to comment.