Skip to content

Commit a8c3fc8

Browse files
committed
Publish
- @react-bootstrap/[email protected] - @react-bootstrap/[email protected] - @react-bootstrap/[email protected]
1 parent 84b12bf commit a8c3fc8

File tree

6 files changed

+44
-3
lines changed

6 files changed

+44
-3
lines changed

packages/babel-preset/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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](https://github.com/react-bootstrap/configs/compare/@react-bootstrap/[email protected]...@react-bootstrap/[email protected]) (2021-03-05)
7+
8+
9+
* feat!: enable new jsx transform and update browserslist ([280886c](https://github.com/react-bootstrap/configs/commit/280886c7316b7c4b978bd2264f022f67e21e0126))
10+
11+
12+
### BREAKING CHANGES
13+
14+
* enable new jsx transform and update browser list for v5
15+
16+
17+
18+
19+
20+
621
# [1.2.0](https://github.com/react-bootstrap/configs/compare/@react-bootstrap/[email protected]...@react-bootstrap/[email protected]) (2019-10-18)
722

823

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": "@react-bootstrap/babel-preset",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"main": "index.js",
55
"license": "MIT",
66
"publishConfig": {

packages/eslint-config-typescript/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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](https://github.com/react-bootstrap/configs/compare/@react-bootstrap/[email protected]...@react-bootstrap/[email protected]) (2021-03-05)
7+
8+
**Note:** Version bump only for package @react-bootstrap/eslint-config-typescript
9+
10+
11+
12+
13+
14+
615
# [2.0.0](https://github.com/react-bootstrap/configs/compare/@react-bootstrap/[email protected]...@react-bootstrap/[email protected]) (2020-05-22)
716

817

packages/eslint-config-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-bootstrap/eslint-config-typescript",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "eslint typescript config",
55
"author": "Jason Quense <[email protected]>",
66
"homepage": "https://github.com/react-bootstrap/configs#readme",

packages/eslint-config/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](https://github.com/react-bootstrap/configs/compare/@react-bootstrap/[email protected]...@react-bootstrap/[email protected]) (2021-03-05)
7+
8+
9+
* feat!: update eslint-config-prettier to v8 ([5011e81](https://github.com/react-bootstrap/configs/commit/5011e81cd77bb1e219297acd85aa223b4f03a2ea))
10+
* feat!: remove rules not needed for new jsx transform ([f274d63](https://github.com/react-bootstrap/configs/commit/f274d631eb66f4c8b2a7f99575c80ed6b84f8d38))
11+
12+
13+
### BREAKING CHANGES
14+
15+
* bump deps
16+
* remove rules not needed for jsx transform
17+
18+
19+
20+
21+
22+
623
<a name="1.3.2"></a>
724
## [1.3.2](https://github.com/react-bootstrap/configs/compare/@react-bootstrap/[email protected]...@react-bootstrap/[email protected]) (2019-10-22)
825

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-bootstrap/eslint-config",
3-
"version": "1.3.2",
3+
"version": "2.0.0",
44
"main": "index.js",
55
"license": "MIT",
66
"publishConfig": {

0 commit comments

Comments
 (0)