Skip to content

Commit 8319606

Browse files
authored
[release] v1.0.0 (#3500)
1 parent 2de8671 commit 8319606

File tree

4 files changed

+32
-16
lines changed

4 files changed

+32
-16
lines changed

CHANGELOG.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
# Versions
22

3-
## v1.0.0-rc.2
4-
5-
_Dec 11, 2025_
6-
7-
There are no changes in the library code between RC.1 and RC.2.
8-
9-
## v1.0.0-rc.1
3+
## v1.0.0
104

115
_Dec 11, 2025_
126

@@ -69,6 +63,20 @@ _Dec 11, 2025_
6963

7064
All contributors of this release in alphabetical order: @atomiks, @LukasTy, @michaldudak, @mj12albert, @mnajdova, @oliviertassinari, @pondorasti, @romgrk, @ZeeshanTamboli
7165

66+
## v1.0.0-rc.2
67+
68+
_Dec 11, 2025_
69+
70+
This release contains the same code as v1.0.0.
71+
Please refer to that version to see the changes.
72+
73+
## v1.0.0-rc.1
74+
75+
_Dec 11, 2025_
76+
77+
This release contains the same code as v1.0.0.
78+
Please refer to that version to see the changes.
79+
7280
## v1.0.0-rc.0
7381

7482
_Dec 4, 2025_

docs/src/app/(docs)/(content)/react/overview/releases/page.mdx

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
<Subtitle>Changelogs for each Base UI release.</Subtitle>
44
<Meta name="description" content="Changelogs for each Base UI release." />
55

6-
## v1.0.0-rc.2
7-
8-
**Dec 11, 2025**
9-
10-
There are no changes in the library code between RC.1 and RC.2.
11-
12-
## v1.0.0-rc.1
6+
## v1.0.0
137

148
**Dec 11, 2025**
159

@@ -69,6 +63,20 @@ There are no changes in the library code between RC.1 and RC.2.
6963
- Fix shared tooltip closing with trigger gaps ([#3452](https://github.com/mui/base-ui/pull/3452))
7064
- Fix skipped viewport transitions ([#3453](https://github.com/mui/base-ui/pull/3453))
7165

66+
## v1.0.0-rc.2
67+
68+
**Dec 11, 2025**
69+
70+
This release contains the same code as v1.0.0.
71+
Please refer to that version to see the changes.
72+
73+
## v1.0.0-rc.1
74+
75+
**Dec 11, 2025**
76+
77+
This release contains the same code as v1.0.0.
78+
Please refer to that version to see the changes.
79+
7280
## v1.0.0-rc.0
7381

7482
**Dec 4, 2025**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@base-ui/monorepo",
3-
"version": "1.0.0-rc.2",
3+
"version": "1.0.0",
44
"private": true,
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@base-ui/react",
3-
"version": "1.0.0-rc.2",
3+
"version": "1.0.0",
44
"author": "MUI Team",
55
"description": "Base UI is a library of headless ('unstyled') React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.",
66
"keywords": [

0 commit comments

Comments
 (0)