diff --git a/.babelrc.js b/.babelrc.js index d159fb8da..406425876 100644 --- a/.babelrc.js +++ b/.babelrc.js @@ -35,7 +35,11 @@ module.exports = (api) => { modules, removePropTypes: !dev, setUseClient, - customClientImports: ['useBootstrapPrefix', 'createWithBsPrefix'], + customClientImports: [ + 'useBootstrapPrefix', + 'createWithBsPrefix', + 'useCol', + ], }, ], '@babel/preset-typescript', diff --git a/CHANGELOG.md b/CHANGELOG.md index 36f982e20..b804b1115 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# [3.0.0-beta.2](https://github.com/react-bootstrap/react-bootstrap/compare/v3.0.0-beta.1...v3.0.0-beta.2) (2025-05-24) + + +### Bug Fixes + +* **Col:** add missing use client directive ([#6930](https://github.com/react-bootstrap/react-bootstrap/issues/6930)) ([ce56013](https://github.com/react-bootstrap/react-bootstrap/commit/ce56013668f988b141726a71b752ed05cf26c781)) + + + + + # [3.0.0-beta.1](https://github.com/react-bootstrap/react-bootstrap/compare/v2.10.9...v3.0.0-beta.1) (2025-05-24) diff --git a/package.json b/package.json index 83653fefe..b9b5c49a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-bootstrap", - "version": "3.0.0-beta.1", + "version": "3.0.0-beta.2", "description": "Bootstrap 5 components built with React", "keywords": [ "bootstrap",