Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
 - babel-preset-moon@2.0.6
 - eslint-config-moon@2.0.6
 - jest-preset-moon@2.0.3
  • Loading branch information
milesj committed Jul 31, 2023
1 parent 9feab2f commit f62ee69
Show file tree
Hide file tree
Showing 6 changed files with 48 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.6 - 2023-07-31

#### 📦 Dependencies

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

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





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

### 2.0.6 - 2023-07-31

#### 📦 Dependencies

- **[eslint-plugin-import]** Update to v2.28. ([82d600d](https://github.com/moonrepo/dev/commit/82d600d))
- **[eslint-plugin-react]** Update to v7.33.2. ([bf7deec](https://github.com/moonrepo/dev/commit/bf7deec))
- **[eslint-plugin-unicorn]** Update to v48.1. ([09f1951](https://github.com/moonrepo/dev/commit/09f1951))
- **[eslint]** Update to v8.43. ([920e63f](https://github.com/moonrepo/dev/commit/920e63f))
- **[eslint]** Update to v8.44. ([61894d8](https://github.com/moonrepo/dev/commit/61894d8))
- **[eslint]** Update to v8.46. ([e435017](https://github.com/moonrepo/dev/commit/e435017))
- **[moon]** Update to v1.9. ([f6c8ee3](https://github.com/moonrepo/dev/commit/f6c8ee3))
- **[typescript]** Update to v5.1.6. ([b809ec3](https://github.com/moonrepo/dev/commit/b809ec3))

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





### 2.0.5 - 2023-06-13

#### 📦 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.5",
"version": "2.0.6",
"description": "A modern and strict ESLint configuration.",
"keywords": [
"eslint-config",
Expand Down
13 changes: 13 additions & 0 deletions packages/jest-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.3 - 2023-07-31

#### 📦 Dependencies

- **[jest]** Update to v29.6. ([4432677](https://github.com/moonrepo/dev/commit/4432677))
- **[jest]** Update to v29.6.2. ([48c4fab](https://github.com/moonrepo/dev/commit/48c4fab))

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





### 2.0.2 - 2023-05-30

#### 📦 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.2",
"version": "2.0.3",
"description": "A modern Jest preset for tooling development.",
"keywords": [
"jest-preset",
Expand Down

0 comments on commit f62ee69

Please sign in to comment.