Skip to content

Commit 99ab44d

Browse files
committed
Publish
- @react-bootstrap/[email protected] - @react-bootstrap/[email protected] - @react-bootstrap/[email protected]
1 parent 0a275d3 commit 99ab44d

File tree

6 files changed

+38
-3
lines changed

6 files changed

+38
-3
lines changed

packages/babel-preset/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.2.0](https://github.com/react-bootstrap/configs/compare/@react-bootstrap/[email protected]...@react-bootstrap/[email protected]) (2023-06-27)
7+
8+
9+
### Features
10+
11+
* **babel-preset:** add babel-plugin-transform-next-use-client ([#47](https://github.com/react-bootstrap/configs/issues/47)) ([0a275d3](https://github.com/react-bootstrap/configs/commit/0a275d3ea902f1ece2d989c8cee728abed9cc648))
12+
* update browser list ([#34](https://github.com/react-bootstrap/configs/issues/34)) ([7554705](https://github.com/react-bootstrap/configs/commit/7554705baeb785b40d41feac1d18100eeb56371b))
13+
* use babel-preset-env-modules ([#35](https://github.com/react-bootstrap/configs/issues/35)) ([fcab148](https://github.com/react-bootstrap/configs/commit/fcab1489a1847d89fe371f4397b3e06a6b662e8d))
14+
15+
16+
17+
18+
619
# [2.1.0](https://github.com/react-bootstrap/configs/compare/@react-bootstrap/[email protected]...@react-bootstrap/[email protected]) (2021-05-17)
720

821

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": "2.1.0",
3+
"version": "2.2.0",
44
"main": "index.js",
55
"license": "MIT",
66
"publishConfig": {

packages/eslint-config-typescript/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.2](https://github.com/react-bootstrap/configs/compare/@react-bootstrap/[email protected]...@react-bootstrap/[email protected]) (2023-06-27)
7+
8+
**Note:** Version bump only for package @react-bootstrap/eslint-config-typescript
9+
10+
11+
12+
13+
614
## [2.0.1](https://github.com/react-bootstrap/configs/compare/@react-bootstrap/[email protected]...@react-bootstrap/[email protected]) (2021-03-05)
715

816
**Note:** Version bump only for package @react-bootstrap/eslint-config-typescript

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.1",
3+
"version": "2.0.2",
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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+
# [3.0.0](https://github.com/react-bootstrap/configs/compare/@react-bootstrap/[email protected]...@react-bootstrap/[email protected]) (2023-06-27)
7+
8+
9+
* feat(eslint-config)!: remove babel-eslint and update deps (#45) ([099ed56](https://github.com/react-bootstrap/configs/commit/099ed5614f4dbe31fd133c0ab4e9f0fc3cdf192c)), closes [#45](https://github.com/react-bootstrap/configs/issues/45)
10+
11+
12+
### BREAKING CHANGES
13+
14+
* Replace babel-eslint with @babel/eslint-parser
15+
16+
17+
18+
19+
620
# [2.0.0](https://github.com/react-bootstrap/configs/compare/@react-bootstrap/[email protected]...@react-bootstrap/[email protected]) (2021-03-05)
721

822

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": "2.0.0",
3+
"version": "3.0.0",
44
"main": "index.js",
55
"license": "MIT",
66
"publishConfig": {

0 commit comments

Comments
 (0)