Skip to content

Commit 2112084

Browse files
committed
chore: update changelog for new components in version 11.0.0-alpha.8
1 parent b4997ac commit 2112084

File tree

12 files changed

+153
-32
lines changed

12 files changed

+153
-32
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [11.0.0-alpha.8](https://github.com/primefaces/primereact/tree/11.0.0-alpha.8) (2025-12-01)
4+
5+
[Full Changelog](https://github.com/primefaces/primereact/compare/11.0.0-alpha.7...11.0.0-alpha.8)
6+
7+
**Implemented New Features and Enhancements:**
8+
9+
- New Component: Listbox [\#8347](https://github.com/primefaces/primereact/issues/8347)
10+
- New Component: DatePicker [\#8363](https://github.com/primefaces/primereact/issues/8363)
11+
- New Component: Password [\#8380](https://github.com/primefaces/primereact/issues/8380)
12+
- New Component: ColorPicker [\#8373](https://github.com/primefaces/primereact/issues/8373)
13+
- New Component: OrgChart [\#8400](https://github.com/primefaces/primereact/issues/8400)
14+
315
## [11.0.0-alpha.7](https://github.com/primefaces/primereact/tree/11.0.0-alpha.7) (2025-10-16)
416

517
[Full Changelog](https://github.com/primefaces/primereact/compare/11.0.0-alpha.6...11.0.0-alpha.7)

apps/showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "showcase",
3-
"version": "11.0.0-alpha.7",
3+
"version": "11.0.0-alpha.8",
44
"scripts": {
55
"dev": "npm run dev:init && next dev --turbopack",
66
"dev2": "npm run dev:init && cross-env DEV_ENV=hot next dev --port 3001",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primereact/monorepo",
3-
"version": "11.0.0-alpha.7",
3+
"version": "11.0.0-alpha.8",
44
"author": "PrimeTek Informatics",
55
"homepage": "https://primereact.org/",
66
"repository": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primereact/core",
3-
"version": "11.0.0-alpha.7",
3+
"version": "11.0.0-alpha.8",
44
"author": "PrimeTek Informatics",
55
"description": "",
66
"homepage": "https://primereact.org/",

packages/headless/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primereact/headless",
3-
"version": "11.0.0-alpha.7",
3+
"version": "11.0.0-alpha.8",
44
"author": "PrimeTek Informatics",
55
"description": "",
66
"homepage": "https://primereact.org/",

packages/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primereact/hooks",
3-
"version": "11.0.0-alpha.7",
3+
"version": "11.0.0-alpha.8",
44
"author": "PrimeTek Informatics",
55
"description": "",
66
"homepage": "https://primereact.org/",

packages/icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primereact/icons",
3-
"version": "11.0.0-alpha.7",
3+
"version": "11.0.0-alpha.8",
44
"author": "PrimeTek Informatics",
55
"description": "",
66
"homepage": "https://primereact.org/",

packages/primereact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "primereact",
3-
"version": "11.0.0-alpha.7",
3+
"version": "11.0.0-alpha.8",
44
"author": "PrimeTek Informatics",
55
"description": "",
66
"homepage": "https://primereact.org/",

packages/styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primereact/styles",
3-
"version": "11.0.0-alpha.7",
3+
"version": "11.0.0-alpha.8",
44
"author": "PrimeTek Informatics",
55
"description": "",
66
"homepage": "https://primereact.org/",

packages/types/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primereact/types",
3-
"version": "11.0.0-alpha.7",
3+
"version": "11.0.0-alpha.8",
44
"author": "PrimeTek Informatics",
55
"description": "",
66
"homepage": "https://primereact.org/",
@@ -44,7 +44,8 @@
4444
"type:check": "tsc --noEmit",
4545
"dev:link": "pnpm link --global && npm link"
4646
},
47-
"dependencies": {
48-
"@primeuix/styled": "catalog:"
47+
"peerDependencies": {
48+
"@primeuix/styled": "catalog:",
49+
"@primeuix/motion": "catalog:"
4950
}
5051
}

0 commit comments

Comments
 (0)