From ce56013668f988b141726a71b752ed05cf26c781 Mon Sep 17 00:00:00 2001 From: Kyle Tsang <6854874+kyletsang@users.noreply.github.com> Date: Fri, 23 May 2025 21:34:32 -0700 Subject: [PATCH 1/2] fix(Col): add missing use client directive (#6930) --- .babelrc.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.babelrc.js b/.babelrc.js index d159fb8da5..406425876a 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', From 7b96836dacb684b02a1ced76096df2b4ee07a734 Mon Sep 17 00:00:00 2001 From: kyletsang <6854874+kyletsang@users.noreply.github.com> Date: Fri, 23 May 2025 21:38:51 -0700 Subject: [PATCH 2/2] Publish v3.0.0-beta.2 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36f982e206..b804b1115e 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 83653fefe7..b9b5c49a56 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",