Skip to content

Commit ee97e74

Browse files

File tree

25 files changed

+267
-51
lines changed

25 files changed

+267
-51
lines changed

packages/babel-preset/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 2.0.0 - 2022-05-28
7+
8+
#### 💥 Breaking
9+
10+
- Drop Node.js v12 support. ([bc4d46b](https://github.com/beemojs/dev/commit/bc4d46b))
11+
12+
#### 📦 Dependencies
13+
14+
- **[babel]** Update to v7.18 latest. ([5edc8ae](https://github.com/beemojs/dev/commit/5edc8ae))
15+
16+
**Note:** Version bump only for package babel-preset-beemo
17+
18+
19+
20+
21+
622
### 1.0.10 - 2022-04-19
723

824
#### 📦 Dependencies

packages/babel-preset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-beemo",
3-
"version": "1.0.10",
3+
"version": "2.0.0",
44
"release": "1624590167003",
55
"description": "Babel preset for Beemo configured projects.",
66
"keywords": [

packages/config-babel/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 2.0.0 - 2022-05-28
7+
8+
#### 💥 Breaking
9+
10+
- Drop Node.js v12 support. ([bc4d46b](https://github.com/beemojs/dev/commit/bc4d46b))
11+
12+
#### 📦 Dependencies
13+
14+
- **[babel]** Update to v7.18 latest. ([5edc8ae](https://github.com/beemojs/dev/commit/5edc8ae))
15+
16+
**Note:** Version bump only for package @beemo/config-babel
17+
18+
19+
20+
21+
622
### 1.1.11 - 2022-04-19
723

824
#### 📦 Dependencies

packages/config-babel/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@beemo/config-babel",
3-
"version": "1.1.11",
3+
"version": "2.0.0",
44
"release": "1624590167003",
55
"description": "Babel config for Beemo projects.",
66
"keywords": [
@@ -34,7 +34,7 @@
3434
"@beemo/driver-babel": "^2.0.0"
3535
},
3636
"dependencies": {
37-
"babel-preset-beemo": "^1.0.10"
37+
"babel-preset-beemo": "^2.0.0"
3838
},
3939
"devDependencies": {
4040
"@babel/core": "^7.18.2",

packages/config-eslint/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 2.0.0 - 2022-05-28
7+
8+
#### 💥 Breaking
9+
10+
- Drop Node.js v12 support. ([bc4d46b](https://github.com/beemojs/dev/commit/bc4d46b))
11+
12+
#### 🚀 Updates
13+
14+
- Support .cts and .mts files. ([8521bb1](https://github.com/beemojs/dev/commit/8521bb1))
15+
16+
#### 📦 Dependencies
17+
18+
- **[eslint]** Update to v8.16 and plugins to latest. ([be35bf6](https://github.com/beemojs/dev/commit/be35bf6))
19+
20+
**Note:** Version bump only for package @beemo/config-eslint
21+
22+
23+
24+
25+
626
### 1.1.11 - 2022-04-26
727

828
#### 📦 Dependencies

packages/config-eslint/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@beemo/config-eslint",
3-
"version": "1.1.11",
3+
"version": "2.0.0",
44
"release": "1624590167003",
55
"description": "ESLint config for Beemo projects.",
66
"keywords": [
@@ -34,8 +34,8 @@
3434
"eslint": "^7.0.0 || ^8.0.0"
3535
},
3636
"dependencies": {
37-
"@beemo/config-constants": "^1.1.0",
38-
"eslint-config-beemo": "^1.2.10"
37+
"@beemo/config-constants": "^2.0.0",
38+
"eslint-config-beemo": "^2.0.0"
3939
},
4040
"devDependencies": {
4141
"@beemo/core": "^2.1.4",

packages/config-jest/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 2.0.0 - 2022-05-28
7+
8+
#### 💥 Breaking
9+
10+
- Drop Node.js v12 support. ([bc4d46b](https://github.com/beemojs/dev/commit/bc4d46b))
11+
12+
#### 🚀 Updates
13+
14+
- Support .cts and .mts files. ([8521bb1](https://github.com/beemojs/dev/commit/8521bb1))
15+
16+
#### 📦 Dependencies
17+
18+
- **[jest]** Update types to v28.1. ([a08df82](https://github.com/beemojs/dev/commit/a08df82))
19+
20+
**Note:** Version bump only for package @beemo/config-jest
21+
22+
23+
24+
25+
626
### 1.1.9 - 2022-04-26
727

828
#### 📦 Dependencies

packages/config-jest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@beemo/config-jest",
3-
"version": "1.1.9",
3+
"version": "2.0.0",
44
"release": "1624590167003",
55
"description": "Jest config for Beemo projects.",
66
"keywords": [
@@ -35,7 +35,7 @@
3535
"jest": ">=26.0.0"
3636
},
3737
"dependencies": {
38-
"jest-preset-beemo": "^1.1.8"
38+
"jest-preset-beemo": "^2.0.0"
3939
},
4040
"devDependencies": {
4141
"@beemo/core": "^2.1.4",

packages/config-prettier/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 2.0.0 - 2022-05-28
7+
8+
#### 💥 Breaking
9+
10+
- Drop Node.js v12 support. ([bc4d46b](https://github.com/beemojs/dev/commit/bc4d46b))
11+
- Format JSON files using JSON.stringify. ([2a2164e](https://github.com/beemojs/dev/commit/2a2164e))
12+
13+
#### 🚀 Updates
14+
15+
- Support .cts and .mts files. ([8521bb1](https://github.com/beemojs/dev/commit/8521bb1))
16+
17+
**Note:** Version bump only for package @beemo/config-prettier
18+
19+
20+
21+
22+
623
### 1.0.14 - 2022-04-19
724

825
#### 📦 Dependencies

packages/config-prettier/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@beemo/config-prettier",
3-
"version": "1.0.14",
3+
"version": "2.0.0",
44
"release": "1624590167003",
55
"description": "Prettier config for Beemo projects.",
66
"keywords": [
@@ -35,8 +35,8 @@
3535
"prettier": "^2.0.0"
3636
},
3737
"dependencies": {
38-
"@beemo/config-constants": "^1.1.0",
39-
"prettier-config-beemo": "^1.0.1"
38+
"@beemo/config-constants": "^2.0.0",
39+
"prettier-config-beemo": "^2.0.0"
4040
},
4141
"devDependencies": {
4242
"@beemo/core": "^2.1.4",

0 commit comments

Comments
 (0)