Skip to content

Commit c06cf11

Browse files
committed
release: v5.9.2
1 parent 4263943 commit c06cf11

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
lines changed

.claude/settings.local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"allow": [
44
"mcp__ide__getDiagnostics",
55
"Bash(npm run lint:*)",
6-
"Bash(npm test:*)"
6+
"Bash(npm test:*)",
7+
"Bash(npm run:*)"
78
],
89
"deny": [],
910
"ask": []

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
Several quick start options are available:
5050

51-
- [Download the latest release](https://github.com/coreui/coreui-react/archive/v5.9.1.zip)
51+
- [Download the latest release](https://github.com/coreui/coreui-react/archive/v5.9.2.zip)
5252
- Clone the repo: `git clone https://github.com/coreui/coreui-react.git`
5353
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/react`
5454
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/react`

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"npmClient": "yarn",
33
"packages": ["packages/*"],
4-
"version": "5.9.1",
4+
"version": "5.9.2",
55
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
66
}

packages/coreui-react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
Several quick start options are available:
4848

49-
- [Download the latest release](https://github.com/coreui/coreui-react/archive/v5.9.1.zip)
49+
- [Download the latest release](https://github.com/coreui/coreui-react/archive/v5.9.2.zip)
5050
- Clone the repo: `git clone https://github.com/coreui/coreui-react.git`
5151
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/react`
5252
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/react`

packages/coreui-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/react",
3-
"version": "5.9.1",
3+
"version": "5.9.2",
44
"description": "UI Components Library for React.js",
55
"keywords": [
66
"react",

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/react-docs",
3-
"version": "5.9.1",
3+
"version": "5.9.2",
44
"private": true,
55
"description": "",
66
"homepage": "https://coreui.io/react/",

packages/docs/src/components/Seo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ const SEO = ({ title, description, name, image, article, pro }: SEOProps) => {
154154
'@type': 'WebPage',
155155
'@id': seo.url.replace('docs//', 'docs/'),
156156
},
157-
version: pro ? '5.17.1' : '5.9.1',
157+
version: pro ? '5.17.1' : '5.9.2',
158158
proficiencyLevel: 'Beginner',
159159
},
160160
]

0 commit comments

Comments
 (0)