Skip to content

Commit afa68ed

Browse files
committed
1 parent f99ad21 commit afa68ed

File tree

15 files changed

+105
-33
lines changed

15 files changed

+105
-33
lines changed

packages/config-eslint/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1 - 2022-05-30
7+
8+
**Note:** Version bump only for package @beemo/config-eslint
9+
10+
11+
12+
13+
614
# 2.0.0 - 2022-05-28
715

816
#### 💥 Breaking

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": "2.0.0",
3+
"version": "2.0.1",
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": "^2.0.0",
38-
"eslint-config-beemo": "^2.0.0"
37+
"@beemo/config-constants": "^2.1.0",
38+
"eslint-config-beemo": "^2.1.0"
3939
},
4040
"devDependencies": {
4141
"@beemo/core": "^2.1.4",

packages/config-jest/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1 - 2022-05-30
7+
8+
**Note:** Version bump only for package @beemo/config-jest
9+
10+
11+
12+
13+
614
# 2.0.0 - 2022-05-28
715

816
#### 💥 Breaking

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": "2.0.0",
3+
"version": "2.0.1",
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": "^2.0.0"
38+
"jest-preset-beemo": "^2.1.0"
3939
},
4040
"devDependencies": {
4141
"@beemo/core": "^2.1.4",

packages/config-prettier/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1 - 2022-05-30
7+
8+
**Note:** Version bump only for package @beemo/config-prettier
9+
10+
11+
12+
13+
614
# 2.0.0 - 2022-05-28
715

816
#### 💥 Breaking

packages/config-prettier/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-prettier",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"release": "1624590167003",
55
"description": "Prettier config for Beemo projects.",
66
"keywords": [
@@ -35,7 +35,7 @@
3535
"prettier": "^2.0.0"
3636
},
3737
"dependencies": {
38-
"@beemo/config-constants": "^2.0.0",
38+
"@beemo/config-constants": "^2.1.0",
3939
"prettier-config-beemo": "^2.0.0"
4040
},
4141
"devDependencies": {

packages/constants/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.1.0 - 2022-05-30
7+
8+
#### 🚀 Updates
9+
10+
- Support JS extensions. ([f99ad21](https://github.com/beemojs/dev/commit/f99ad21))
11+
12+
**Note:** Version bump only for package @beemo/config-constants
13+
14+
15+
16+
17+
618
# 2.0.0 - 2022-05-28
719

820
#### 💥 Breaking

packages/constants/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@beemo/config-constants",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"release": "1624590167003",
55
"description": "Reusable constants for Beemo configurations.",
66
"keywords": [

packages/dev/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.1.0 - 2022-05-30
7+
8+
#### 🚀 Updates
9+
10+
- Support JS extensions. ([f99ad21](https://github.com/beemojs/dev/commit/f99ad21))
11+
12+
**Note:** Version bump only for package @beemo/dev
13+
14+
15+
16+
17+
618
# 2.0.0 - 2022-05-28
719

820
#### 💥 Breaking

packages/dev/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@beemo/dev",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"release": "1624590167003",
55
"description": "Official Beemo configuration module for modern local development.",
66
"keywords": [
@@ -51,10 +51,10 @@
5151
"@babel/core": "^7.18.2",
5252
"@beemo/cli": "^2.0.6",
5353
"@beemo/config-babel": "^2.0.0",
54-
"@beemo/config-constants": "^2.0.0",
55-
"@beemo/config-eslint": "^2.0.0",
56-
"@beemo/config-jest": "^2.0.0",
57-
"@beemo/config-prettier": "^2.0.0",
54+
"@beemo/config-constants": "^2.1.0",
55+
"@beemo/config-eslint": "^2.0.1",
56+
"@beemo/config-jest": "^2.0.1",
57+
"@beemo/config-prettier": "^2.0.1",
5858
"@beemo/config-typescript": "^2.0.0",
5959
"@beemo/core": "^2.1.4",
6060
"@beemo/driver-babel": "^2.0.6",

0 commit comments

Comments
 (0)