Skip to content

Commit d0cb287

Browse files
committed
chore(Release): 4.47.2 [skip ci]
1 parent 9e55c43 commit d0cb287

File tree

13 files changed

+46
-18
lines changed

13 files changed

+46
-18
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
## [4.47.2](https://github.com/Royal-Navy/design-system/compare/4.47.1...4.47.2) (2025-10-09)
7+
8+
### Bug Fixes
9+
10+
- **DatePicker:** Adjust cursor when isRange is true ([763fa5c](https://github.com/Royal-Navy/design-system/commit/763fa5c9693e1915603c218aa1e0ca43a7e2e0d1))
11+
612
## [4.47.1](https://github.com/Royal-Navy/design-system/compare/4.47.0...4.47.1) (2025-10-03)
713

814
**Note:** Version bump only for package royal-navy-design-system

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "4.47.1",
2+
"version": "4.47.2",
33
"npmClient": "pnpm"
44
}

packages/design-tokens/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [4.47.2](https://github.com/Royal-Navy/design-system/compare/4.47.1...4.47.2) (2025-10-09)
7+
8+
**Note:** Version bump only for package @royalnavy/design-tokens
9+
610
## [4.47.1](https://github.com/Royal-Navy/design-system/compare/4.47.0...4.47.1) (2025-10-03)
711

812
**Note:** Version bump only for package @royalnavy/design-tokens

packages/design-tokens/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@royalnavy/design-tokens",
3-
"version": "4.47.1",
3+
"version": "4.47.2",
44
"main": "dist/cjs/index.js",
55
"author": "Royal Navy",
66
"license": "Apache-2.0",
@@ -39,7 +39,7 @@
3939
"@babel/preset-env": "^7.25.4",
4040
"@babel/preset-react": "^7.24.7",
4141
"@babel/preset-typescript": "^7.24.7",
42-
"@royalnavy/eslint-config-react": "^4.47.1",
42+
"@royalnavy/eslint-config-react": "^4.47.2",
4343
"@testing-library/jest-dom": "^6.5.0",
4444
"@testing-library/react": "^16.0.1",
4545
"@types/jest": "^29.5.13",

packages/eslint-config-react/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [4.47.2](https://github.com/Royal-Navy/design-system/compare/4.47.1...4.47.2) (2025-10-09)
7+
8+
**Note:** Version bump only for package @royalnavy/eslint-config-react
9+
610
## [4.47.1](https://github.com/Royal-Navy/design-system/compare/4.47.0...4.47.1) (2025-10-03)
711

812
**Note:** Version bump only for package @royalnavy/eslint-config-react

packages/eslint-config-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@royalnavy/eslint-config-react",
3-
"version": "4.47.1",
3+
"version": "4.47.2",
44
"files": [
55
"index.js",
66
"prettier.config.js"

packages/fonts/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [4.47.2](https://github.com/Royal-Navy/design-system/compare/4.47.1...4.47.2) (2025-10-09)
7+
8+
**Note:** Version bump only for package @royalnavy/fonts
9+
610
## [4.47.1](https://github.com/Royal-Navy/design-system/compare/4.47.0...4.47.1) (2025-10-03)
711

812
**Note:** Version bump only for package @royalnavy/fonts

packages/fonts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@royalnavy/fonts",
3-
"version": "4.47.1",
3+
"version": "4.47.2",
44
"main": "index.css",
55
"author": "Royal Navy",
66
"license": "Apache-2.0",

packages/icon-library/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [4.47.2](https://github.com/Royal-Navy/design-system/compare/4.47.1...4.47.2) (2025-10-09)
7+
8+
**Note:** Version bump only for package @royalnavy/icon-library
9+
610
## [4.47.1](https://github.com/Royal-Navy/design-system/compare/4.47.0...4.47.1) (2025-10-03)
711

812
**Note:** Version bump only for package @royalnavy/icon-library

packages/icon-library/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@royalnavy/icon-library",
3-
"version": "4.47.1",
3+
"version": "4.47.2",
44
"main": "dist/cjs/index.js",
55
"module": "dist/es/index.js",
66
"author": "Royal Navy",
@@ -47,7 +47,7 @@
4747
"@babel/preset-env": "^7.25.4",
4848
"@babel/preset-react": "^7.24.7",
4949
"@babel/preset-typescript": "^7.24.7",
50-
"@royalnavy/eslint-config-react": "^4.47.1",
50+
"@royalnavy/eslint-config-react": "^4.47.2",
5151
"@svgr/cli": "^8.1.0",
5252
"@types/react": "^18.3.12",
5353
"babel-loader": "^9.0.1",

0 commit comments

Comments
 (0)