Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Jan 31, 2023
1 parent cc34eef commit a699a5f
Show file tree
Hide file tree
Showing 9 changed files with 88 additions and 9 deletions.
19 changes: 19 additions & 0 deletions packages/babel-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 1.1.4 - 2023-01-31

#### 📦 Dependencies

- **[babel]** Update to v7.20 latest. ([4d3f780](https://github.com/moonrepo/dev/commit/4d3f780))
- **[babel]** Update to v7.20 latest. ([b474be7](https://github.com/moonrepo/dev/commit/b474be7))
- **[moon]** Update to v0.23. ([f95b29f](https://github.com/moonrepo/dev/commit/f95b29f))

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





# Change Log

All notable changes to this project will be documented in this file. See
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": "1.1.3",
"version": "1.1.4",
"description": "A modern Babel preset for tooling development.",
"keywords": [
"babel-preset",
Expand Down
17 changes: 17 additions & 0 deletions packages/dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 1.3.1 - 2023-01-31

#### 📦 Dependencies

- **[moon]** Update to v0.23. ([f95b29f](https://github.com/moonrepo/dev/commit/f95b29f))

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





# Change Log

All notable changes to this project will be documented in this file. See
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": "1.3.0",
"version": "1.3.1",
"description": "Reusable constants and helpers for moon configurations.",
"keywords": [
"moon",
Expand Down
26 changes: 26 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 1.4.2 - 2023-01-31

#### 📦 Dependencies

- **[eslint-plugin-import]** Update to v2.27.5. ([5813488](https://github.com/moonrepo/dev/commit/5813488))
- **[eslint-plugin-jest]** Update to v27.2.1. ([16ab793](https://github.com/moonrepo/dev/commit/16ab793))
- **[eslint-plugin-jsx-a11y]** Update to v6.7.1. ([006b47a](https://github.com/moonrepo/dev/commit/006b47a))
- **[eslint-plugin-react]** Update to v7.32.2. ([5d0548c](https://github.com/moonrepo/dev/commit/5d0548c))
- **[eslint-plugin-simple-import-sort]** Update to v10. ([410d832](https://github.com/moonrepo/dev/commit/410d832))
- **[eslint]** Update to v8.30. ([0ce6487](https://github.com/moonrepo/dev/commit/0ce6487))
- **[eslint]** Update to v8.33. ([061e07d](https://github.com/moonrepo/dev/commit/061e07d))
- **[prettier]** Update to v2.8.3. ([650a443](https://github.com/moonrepo/dev/commit/650a443))
- **[typescript-eslint]** Update to v5.47. ([26a5bcd](https://github.com/moonrepo/dev/commit/26a5bcd))
- **[typescript-eslint]** Update to v5.49. ([fe51420](https://github.com/moonrepo/dev/commit/fe51420))

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





# Change Log

All notable changes to this project will be documented in this file. See
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": "1.4.1",
"version": "1.4.2",
"description": "A modern and strict ESLint configuration.",
"keywords": [
"eslint-config",
Expand Down Expand Up @@ -38,7 +38,7 @@
"eslint": "^8.0.0"
},
"dependencies": {
"@moonrepo/dev": "^1.3.0",
"@moonrepo/dev": "^1.3.1",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"eslint-config-airbnb-base": "^15.0.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/jest-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 1.1.4 - 2023-01-31

#### 📦 Dependencies

- **[jest]** Update to v27.4. ([0f74a71](https://github.com/moonrepo/dev/commit/0f74a71))

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





# Change Log

All notable changes to this project will be documented in this file. See
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": "1.1.3",
"version": "1.1.4",
"description": "A modern Jest preset for tooling development.",
"keywords": [
"jest-preset",
Expand Down Expand Up @@ -32,7 +32,7 @@
"jest": ">=26.0.0"
},
"dependencies": {
"@moonrepo/dev": "^1.3.0",
"@moonrepo/dev": "^1.3.1",
"@types/jest": "^29.4.0",
"jest-circus": "^29.4.1",
"jest-environment-jsdom": "^29.4.1"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3077,7 +3077,7 @@ __metadata:
languageName: node
linkType: hard

"@moonrepo/dev@^1.3.0, @moonrepo/dev@workspace:*, @moonrepo/dev@workspace:packages/dev":
"@moonrepo/dev@^1.3.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 @@ -6362,7 +6362,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "eslint-config-moon@workspace:packages/eslint-config"
dependencies:
"@moonrepo/dev": ^1.3.0
"@moonrepo/dev": ^1.3.1
"@types/eslint": ^8.4.10
"@typescript-eslint/eslint-plugin": ^5.49.0
"@typescript-eslint/parser": ^5.49.0
Expand Down Expand Up @@ -8707,7 +8707,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "jest-preset-moon@workspace:packages/jest-preset"
dependencies:
"@moonrepo/dev": ^1.3.0
"@moonrepo/dev": ^1.3.1
"@types/jest": ^29.4.0
jest: ^29.4.1
jest-circus: ^29.4.1
Expand Down

0 comments on commit a699a5f

Please sign in to comment.