Skip to content

Commit e8ba708

Browse files
chore(release): 1.0.0-beta.32
1 parent abda56a commit e8ba708

26 files changed

+100
-42
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+
# [1.0.0-beta.32](https://github.com/adarshpastakia/react-fabric/compare/v1.0.0-beta.31...v1.0.0-beta.32) (2025-03-09)
7+
8+
### Bug Fixes
9+
10+
- **ImageViewer:** set color scheme for transparent images ([768be17](https://github.com/adarshpastakia/react-fabric/commit/768be17a8b9fb8202afdfab56bd6c52d0724168f))
11+
612
# [1.0.0-beta.31](https://github.com/adarshpastakia/react-fabric/compare/v1.0.0-beta.30...v1.0.0-beta.31) (2025-03-08)
713

814
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"npmClient": "yarn",
3-
"version": "1.0.0-beta.31"
3+
"version": "1.0.0-beta.32"
44
}

packages/chart/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+
# [1.0.0-beta.32](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.31...v1.0.0-beta.32) (2025-03-09)
7+
8+
**Note:** Version bump only for package @react-fabric/chart
9+
610
# [1.0.0-beta.31](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.30...v1.0.0-beta.31) (2025-03-08)
711

812
**Note:** Version bump only for package @react-fabric/chart

packages/chart/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-fabric/chart",
3-
"version": "1.0.0-beta.31",
3+
"version": "1.0.0-beta.32",
44
"description": "RUF: Charting package",
55
"author": "Adarsh Pastakia <adarshpastakia@outlook.com>",
66
"license": "MIT",
@@ -33,8 +33,8 @@
3333
"watch": "npm-run-all -p watch:rollup watch:dts"
3434
},
3535
"dependencies": {
36-
"@react-fabric/core": "^1.0.0-beta.31",
37-
"@react-fabric/utilities": "^1.0.0-beta.31",
36+
"@react-fabric/core": "^1.0.0-beta.32",
37+
"@react-fabric/utilities": "^1.0.0-beta.32",
3838
"classnames": "^2.5.1",
3939
"color": "^4.2.3",
4040
"date-fns": "^4.0.0",

packages/core/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+
# [1.0.0-beta.32](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.31...v1.0.0-beta.32) (2025-03-09)
7+
8+
**Note:** Version bump only for package @react-fabric/core
9+
610
# [1.0.0-beta.31](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.30...v1.0.0-beta.31) (2025-03-08)
711

812
### Bug Fixes

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-fabric/core",
3-
"version": "1.0.0-beta.31",
3+
"version": "1.0.0-beta.32",
44
"description": "RUF: Core package",
55
"author": "Adarsh Pastakia <adarshpastakia@outlook.com>",
66
"license": "MIT",
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"@floating-ui/react": "^0.26.24",
39-
"@react-fabric/utilities": "^1.0.0-beta.31",
39+
"@react-fabric/utilities": "^1.0.0-beta.32",
4040
"@tailwindcss/container-queries": "^0.1.1",
4141
"@tailwindcss/forms": "^0.5.7",
4242
"@tailwindcss/typography": "^0.5.13",

packages/data/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+
# [1.0.0-beta.32](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.31...v1.0.0-beta.32) (2025-03-09)
7+
8+
**Note:** Version bump only for package @react-fabric/data
9+
610
# [1.0.0-beta.31](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.30...v1.0.0-beta.31) (2025-03-08)
711

812
### Bug Fixes

packages/data/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-fabric/data",
3-
"version": "1.0.0-beta.31",
3+
"version": "1.0.0-beta.32",
44
"description": "RUF: Data package",
55
"author": "Adarsh Pastakia <adarshpastakia@outlook.com>",
66
"license": "MIT",
@@ -33,10 +33,10 @@
3333
"watch": "npm-run-all -p watch:rollup watch:dts"
3434
},
3535
"dependencies": {
36-
"@react-fabric/core": "^1.0.0-beta.31",
37-
"@react-fabric/date": "^1.0.0-beta.31",
38-
"@react-fabric/form": "^1.0.0-beta.31",
39-
"@react-fabric/utilities": "^1.0.0-beta.31",
36+
"@react-fabric/core": "^1.0.0-beta.32",
37+
"@react-fabric/date": "^1.0.0-beta.32",
38+
"@react-fabric/form": "^1.0.0-beta.32",
39+
"@react-fabric/utilities": "^1.0.0-beta.32",
4040
"@tanstack/react-virtual": "^3.8.6",
4141
"classnames": "^2.5.1",
4242
"color": "^4.2.3",

packages/date/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+
# [1.0.0-beta.32](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.31...v1.0.0-beta.32) (2025-03-09)
7+
8+
**Note:** Version bump only for package @react-fabric/date
9+
610
# [1.0.0-beta.31](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.30...v1.0.0-beta.31) (2025-03-08)
711

812
**Note:** Version bump only for package @react-fabric/date

packages/date/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-fabric/date",
3-
"version": "1.0.0-beta.31",
3+
"version": "1.0.0-beta.32",
44
"description": "RUF: Date package",
55
"author": "Adarsh Pastakia <adarshpastakia@outlook.com>",
66
"license": "MIT",
@@ -34,9 +34,9 @@
3434
},
3535
"dependencies": {
3636
"@floating-ui/react": "^0.26.24",
37-
"@react-fabric/core": "^1.0.0-beta.31",
38-
"@react-fabric/form": "^1.0.0-beta.31",
39-
"@react-fabric/utilities": "^1.0.0-beta.31",
37+
"@react-fabric/core": "^1.0.0-beta.32",
38+
"@react-fabric/form": "^1.0.0-beta.32",
39+
"@react-fabric/utilities": "^1.0.0-beta.32",
4040
"classnames": "^2.5.1",
4141
"date-fns": "^4.0.0",
4242
"resize-observer-polyfill": "^1.5.1"

packages/draw/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+
# [1.0.0-beta.32](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.31...v1.0.0-beta.32) (2025-03-09)
7+
8+
**Note:** Version bump only for package @react-fabric/draw
9+
610
# [1.0.0-beta.31](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.30...v1.0.0-beta.31) (2025-03-08)
711

812
**Note:** Version bump only for package @react-fabric/draw

packages/draw/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-fabric/draw",
3-
"version": "1.0.0-beta.31",
3+
"version": "1.0.0-beta.32",
44
"description": "RUF: TLDraw canvas",
55
"author": "Adarsh Pastakia <adarshpastakia@outlook.com>",
66
"license": "MIT",
@@ -33,8 +33,8 @@
3333
"watch": "npm-run-all -p watch:rollup watch:dts"
3434
},
3535
"dependencies": {
36-
"@react-fabric/core": "^1.0.0-beta.31",
37-
"@react-fabric/utilities": "^1.0.0-beta.31",
36+
"@react-fabric/core": "^1.0.0-beta.32",
37+
"@react-fabric/utilities": "^1.0.0-beta.32",
3838
"@tldraw/assets": "^3.3.1",
3939
"@tldraw/editor": "^3.3.1",
4040
"@tldraw/tldraw": "^3.3.1",

packages/form/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+
# [1.0.0-beta.32](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.31...v1.0.0-beta.32) (2025-03-09)
7+
8+
**Note:** Version bump only for package @react-fabric/form
9+
610
# [1.0.0-beta.31](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.30...v1.0.0-beta.31) (2025-03-08)
711

812
**Note:** Version bump only for package @react-fabric/form

packages/form/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-fabric/form",
3-
"version": "1.0.0-beta.31",
3+
"version": "1.0.0-beta.32",
44
"description": "RUF: Form package",
55
"author": "Adarsh Pastakia <adarshpastakia@outlook.com>",
66
"license": "MIT",
@@ -39,8 +39,8 @@
3939
"@dnd-kit/utilities": "^3.2.2",
4040
"@floating-ui/react": "^0.26.24",
4141
"@hookform/resolvers": "^3.9.0",
42-
"@react-fabric/core": "^1.0.0-beta.31",
43-
"@react-fabric/utilities": "^1.0.0-beta.31",
42+
"@react-fabric/core": "^1.0.0-beta.32",
43+
"@react-fabric/utilities": "^1.0.0-beta.32",
4444
"classnames": "^2.5.1",
4545
"color": "^4.2.3",
4646
"react-color": "^2.19.3",

packages/lexical/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+
# [1.0.0-beta.32](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.31...v1.0.0-beta.32) (2025-03-09)
7+
8+
**Note:** Version bump only for package @react-fabric/lexical
9+
610
# [1.0.0-beta.31](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.30...v1.0.0-beta.31) (2025-03-08)
711

812
**Note:** Version bump only for package @react-fabric/lexical

packages/lexical/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-fabric/lexical",
3-
"version": "1.0.0-beta.31",
3+
"version": "1.0.0-beta.32",
44
"description": "RUF: Lexical editor",
55
"author": "Adarsh Pastakia <adarshpastakia@outlook.com>",
66
"license": "MIT",
@@ -35,9 +35,9 @@
3535
"dependencies": {
3636
"@lexical/headless": "^0.17.1",
3737
"@lexical/react": "^0.17.1",
38-
"@react-fabric/core": "^1.0.0-beta.31",
39-
"@react-fabric/form": "^1.0.0-beta.31",
40-
"@react-fabric/utilities": "^1.0.0-beta.31",
38+
"@react-fabric/core": "^1.0.0-beta.32",
39+
"@react-fabric/form": "^1.0.0-beta.32",
40+
"@react-fabric/utilities": "^1.0.0-beta.32",
4141
"classnames": "^2.5.1",
4242
"lexical": "^0.17.1"
4343
},

packages/mdx/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+
# [1.0.0-beta.32](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.31...v1.0.0-beta.32) (2025-03-09)
7+
8+
**Note:** Version bump only for package @react-fabric/mdx
9+
610
# [1.0.0-beta.31](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.30...v1.0.0-beta.31) (2025-03-08)
711

812
**Note:** Version bump only for package @react-fabric/mdx

packages/mdx/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-fabric/mdx",
3-
"version": "1.0.0-beta.31",
3+
"version": "1.0.0-beta.32",
44
"description": "RUF: Markdown display and editor",
55
"author": "Adarsh Pastakia <adarshpastakia@outlook.com>",
66
"license": "MIT",
@@ -36,8 +36,8 @@
3636
},
3737
"dependencies": {
3838
"@mdxeditor/editor": "^3.14.0",
39-
"@react-fabric/core": "^1.0.0-beta.31",
40-
"@react-fabric/utilities": "^1.0.0-beta.31",
39+
"@react-fabric/core": "^1.0.0-beta.32",
40+
"@react-fabric/utilities": "^1.0.0-beta.32",
4141
"classnames": "^2.5.1",
4242
"dom-to-image": "^2.6.0",
4343
"dompurify": "^3.1.7",

packages/media/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+
# [1.0.0-beta.32](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.31...v1.0.0-beta.32) (2025-03-09)
7+
8+
### Bug Fixes
9+
10+
- **ImageViewer:** set color scheme for transparent images ([768be17](https://github.com/adarshpastakia/react-ui-framework/commit/768be17a8b9fb8202afdfab56bd6c52d0724168f))
11+
612
# [1.0.0-beta.31](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.30...v1.0.0-beta.31) (2025-03-08)
713

814
### Bug Fixes

packages/media/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-fabric/media",
3-
"version": "1.0.0-beta.31",
3+
"version": "1.0.0-beta.32",
44
"description": "RUF: Media package",
55
"author": "Adarsh Pastakia <adarshpastakia@outlook.com>",
66
"license": "MIT",
@@ -33,9 +33,9 @@
3333
"watch": "npm-run-all -p watch:rollup watch:dts"
3434
},
3535
"dependencies": {
36-
"@react-fabric/core": "^1.0.0-beta.31",
37-
"@react-fabric/form": "^1.0.0-beta.31",
38-
"@react-fabric/utilities": "^1.0.0-beta.31",
36+
"@react-fabric/core": "^1.0.0-beta.32",
37+
"@react-fabric/form": "^1.0.0-beta.32",
38+
"@react-fabric/utilities": "^1.0.0-beta.32",
3939
"classnames": "^2.5.1",
4040
"color": "^4.2.3",
4141
"wavesurfer.js": "^7.8.6"

packages/monaco/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+
# [1.0.0-beta.32](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.31...v1.0.0-beta.32) (2025-03-09)
7+
8+
**Note:** Version bump only for package @react-fabric/monaco
9+
610
# [1.0.0-beta.31](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.30...v1.0.0-beta.31) (2025-03-08)
711

812
**Note:** Version bump only for package @react-fabric/monaco

packages/monaco/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-fabric/monaco",
3-
"version": "1.0.0-beta.31",
3+
"version": "1.0.0-beta.32",
44
"description": "RUF: Monaco editor",
55
"author": "Adarsh Pastakia <adarshpastakia@outlook.com>",
66
"license": "MIT",
@@ -33,8 +33,8 @@
3333
"watch": "npm-run-all -p watch:rollup watch:dts"
3434
},
3535
"dependencies": {
36-
"@react-fabric/core": "^1.0.0-beta.31",
37-
"@react-fabric/utilities": "^1.0.0-beta.31",
36+
"@react-fabric/core": "^1.0.0-beta.32",
37+
"@react-fabric/utilities": "^1.0.0-beta.32",
3838
"classnames": "^2.5.1",
3939
"monaco-editor": "^0.52.0",
4040
"react-monaco-editor": "^0.56.2"

packages/searchbar/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+
# [1.0.0-beta.32](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.31...v1.0.0-beta.32) (2025-03-09)
7+
8+
**Note:** Version bump only for package @react-fabric/searchbar
9+
610
# [1.0.0-beta.31](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.30...v1.0.0-beta.31) (2025-03-08)
711

812
**Note:** Version bump only for package @react-fabric/searchbar

packages/searchbar/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-fabric/searchbar",
3-
"version": "1.0.0-beta.31",
3+
"version": "1.0.0-beta.32",
44
"description": "RUF: Searchbar with filters package",
55
"author": "Adarsh Pastakia <adarshpastakia@outlook.com>",
66
"license": "MIT",
@@ -34,11 +34,11 @@
3434
},
3535
"dependencies": {
3636
"@floating-ui/react": "^0.26.24",
37-
"@react-fabric/core": "^1.0.0-beta.31",
38-
"@react-fabric/date": "^1.0.0-beta.31",
39-
"@react-fabric/form": "^1.0.0-beta.31",
40-
"@react-fabric/monaco": "^1.0.0-beta.31",
41-
"@react-fabric/utilities": "^1.0.0-beta.31",
37+
"@react-fabric/core": "^1.0.0-beta.32",
38+
"@react-fabric/date": "^1.0.0-beta.32",
39+
"@react-fabric/form": "^1.0.0-beta.32",
40+
"@react-fabric/monaco": "^1.0.0-beta.32",
41+
"@react-fabric/utilities": "^1.0.0-beta.32",
4242
"classnames": "^2.5.1",
4343
"react-hook-form": "^7.52.1"
4444
},

packages/utilities/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+
# [1.0.0-beta.32](https://github.com/adarshpastakia/react-fabric/compare/v1.0.0-beta.31...v1.0.0-beta.32) (2025-03-09)
7+
8+
### Bug Fixes
9+
10+
- **ImageViewer:** set color scheme for transparent images ([768be17](https://github.com/adarshpastakia/react-fabric/commit/768be17a8b9fb8202afdfab56bd6c52d0724168f))
11+
612
# [1.0.0-beta.31](https://github.com/adarshpastakia/react-fabric/compare/v1.0.0-beta.30...v1.0.0-beta.31) (2025-03-08)
713

814
**Note:** Version bump only for package @react-fabric/utilities

packages/utilities/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-fabric/utilities",
3-
"version": "1.0.0-beta.31",
3+
"version": "1.0.0-beta.32",
44
"description": "RUF: Utility package",
55
"author": "Adarsh Pastakia <adarshpastakia@outlook.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)