Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @react-bootstrap/babel-preset@2.2.0
 - @react-bootstrap/eslint-config-typescript@2.0.2
 - @react-bootstrap/eslint-config@3.0.0
  • Loading branch information
kyletsang committed Jun 27, 2023
1 parent 0a275d3 commit 99ab44d
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 3 deletions.
13 changes: 13 additions & 0 deletions packages/babel-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.2.0](https://github.com/react-bootstrap/configs/compare/@react-bootstrap/babel-preset@2.0.0...@react-bootstrap/babel-preset@2.2.0) (2023-06-27)


### Features

* **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))
* update browser list ([#34](https://github.com/react-bootstrap/configs/issues/34)) ([7554705](https://github.com/react-bootstrap/configs/commit/7554705baeb785b40d41feac1d18100eeb56371b))
* use babel-preset-env-modules ([#35](https://github.com/react-bootstrap/configs/issues/35)) ([fcab148](https://github.com/react-bootstrap/configs/commit/fcab1489a1847d89fe371f4397b3e06a6b662e8d))





# [2.1.0](https://github.com/react-bootstrap/configs/compare/@react-bootstrap/babel-preset@2.0.0...@react-bootstrap/babel-preset@2.1.0) (2021-05-17)


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": "@react-bootstrap/babel-preset",
"version": "2.1.0",
"version": "2.2.0",
"main": "index.js",
"license": "MIT",
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.2](https://github.com/react-bootstrap/configs/compare/@react-bootstrap/eslint-config-typescript@2.0.1...@react-bootstrap/eslint-config-typescript@2.0.2) (2023-06-27)

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





## [2.0.1](https://github.com/react-bootstrap/configs/compare/@react-bootstrap/eslint-config-typescript@2.0.0...@react-bootstrap/eslint-config-typescript@2.0.1) (2021-03-05)

**Note:** Version bump only for package @react-bootstrap/eslint-config-typescript
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-bootstrap/eslint-config-typescript",
"version": "2.0.1",
"version": "2.0.2",
"description": "eslint typescript config",
"author": "Jason Quense <monastic.panic@gmail.com>",
"homepage": "https://github.com/react-bootstrap/configs#readme",
Expand Down
14 changes: 14 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0](https://github.com/react-bootstrap/configs/compare/@react-bootstrap/eslint-config@2.0.0...@react-bootstrap/eslint-config@3.0.0) (2023-06-27)


* 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)


### BREAKING CHANGES

* Replace babel-eslint with @babel/eslint-parser





# [2.0.0](https://github.com/react-bootstrap/configs/compare/@react-bootstrap/eslint-config@1.3.2...@react-bootstrap/eslint-config@2.0.0) (2021-03-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-bootstrap/eslint-config",
"version": "2.0.0",
"version": "3.0.0",
"main": "index.js",
"license": "MIT",
"publishConfig": {
Expand Down

0 comments on commit 99ab44d

Please sign in to comment.