-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c015e53
commit 749e598
Showing
22 changed files
with
125 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 1.0.0-beta.0 (2024-10-11) | ||
|
||
**Note:** Version bump only for package react-fabric |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"npmClient": "yarn", | ||
"version": "0.0.0" | ||
"version": "1.0.0-beta.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 1.0.0-beta.0 (2024-10-11) | ||
|
||
**Note:** Version bump only for package @react-fabric/chart |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-fabric/chart", | ||
"version": "0.0.0", | ||
"version": "1.0.0-beta.0", | ||
"description": "RUF: Charting package", | ||
"author": "Adarsh Pastakia <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -33,8 +33,8 @@ | |
"watch": "npm-run-all -p watch:rollup watch:dts" | ||
}, | ||
"dependencies": { | ||
"@react-fabric/core": "^0.0.0", | ||
"@react-fabric/utilities": "^0.0.0", | ||
"@react-fabric/core": "^1.0.0-beta.0", | ||
"@react-fabric/utilities": "^1.0.0-beta.0", | ||
"classnames": "^2.5.1", | ||
"color": "^4.2.3", | ||
"date-fns": "^4.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 1.0.0-beta.0 (2024-10-11) | ||
|
||
**Note:** Version bump only for package @react-fabric/core |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-fabric/core", | ||
"version": "0.0.0", | ||
"version": "1.0.0-beta.0", | ||
"description": "RUF: Core package", | ||
"author": "Adarsh Pastakia <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -35,8 +35,8 @@ | |
"watch": "npm-run-all -p watch:rollup watch:dts" | ||
}, | ||
"dependencies": { | ||
"@react-fabric/utilities": "^0.0.0", | ||
"@floating-ui/react": "^0.26.24", | ||
"@react-fabric/utilities": "^1.0.0-beta.0", | ||
"@tailwindcss/container-queries": "^0.1.1", | ||
"@tailwindcss/forms": "^0.5.7", | ||
"@tailwindcss/typography": "^0.5.13", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 1.0.0-beta.0 (2024-10-11) | ||
|
||
**Note:** Version bump only for package @react-fabric/data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-fabric/data", | ||
"version": "0.0.0", | ||
"version": "1.0.0-beta.0", | ||
"description": "RUF: Data package", | ||
"author": "Adarsh Pastakia <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -33,9 +33,9 @@ | |
"watch": "npm-run-all -p watch:rollup watch:dts" | ||
}, | ||
"dependencies": { | ||
"@react-fabric/core": "^0.0.0", | ||
"@react-fabric/form": "^0.0.0", | ||
"@react-fabric/utilities": "^0.0.0", | ||
"@react-fabric/core": "^1.0.0-beta.0", | ||
"@react-fabric/form": "^1.0.0-beta.0", | ||
"@react-fabric/utilities": "^1.0.0-beta.0", | ||
"@tanstack/react-virtual": "^3.8.6", | ||
"classnames": "^2.5.1", | ||
"color": "^4.2.3", | ||
|
@@ -47,7 +47,6 @@ | |
"react-dom": ">=18.0.0 <20.0.0", | ||
"react-i18next": "^15.0.2" | ||
}, | ||
"devDependencies": {}, | ||
"engines": { | ||
"node": ">=18.12.0", | ||
"npm": ">=8.19.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 1.0.0-beta.0 (2024-10-11) | ||
|
||
**Note:** Version bump only for package @react-fabric/date |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-fabric/date", | ||
"version": "0.0.0", | ||
"version": "1.0.0-beta.0", | ||
"description": "RUF: Date package", | ||
"author": "Adarsh Pastakia <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -33,10 +33,10 @@ | |
"watch": "npm-run-all -p watch:rollup watch:dts" | ||
}, | ||
"dependencies": { | ||
"@react-fabric/core": "^0.0.0", | ||
"@react-fabric/form": "^0.0.0", | ||
"@react-fabric/utilities": "^0.0.0", | ||
"@floating-ui/react": "^0.26.24", | ||
"@react-fabric/core": "^1.0.0-beta.0", | ||
"@react-fabric/form": "^1.0.0-beta.0", | ||
"@react-fabric/utilities": "^1.0.0-beta.0", | ||
"classnames": "^2.5.1", | ||
"date-fns": "^4.0.0", | ||
"resize-observer-polyfill": "^1.5.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 1.0.0-beta.0 (2024-10-11) | ||
|
||
**Note:** Version bump only for package @react-fabric/form |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-fabric/form", | ||
"version": "0.0.0", | ||
"version": "1.0.0-beta.0", | ||
"description": "RUF: Form package", | ||
"author": "Adarsh Pastakia <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -37,10 +37,10 @@ | |
"@dnd-kit/modifiers": "^7.0.0", | ||
"@dnd-kit/sortable": "^8.0.0", | ||
"@dnd-kit/utilities": "^3.2.2", | ||
"@react-fabric/core": "^0.0.0", | ||
"@react-fabric/utilities": "^0.0.0", | ||
"@floating-ui/react": "0.26.24", | ||
"@hookform/resolvers": "^3.9.0", | ||
"@react-fabric/core": "^1.0.0-beta.0", | ||
"@react-fabric/utilities": "^1.0.0-beta.0", | ||
"classnames": "^2.5.1", | ||
"color": "^4.2.3", | ||
"react-color": "^2.19.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 1.0.0-beta.0 (2024-10-11) | ||
|
||
**Note:** Version bump only for package @react-fabric/lexical |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-fabric/lexical", | ||
"version": "0.0.0", | ||
"version": "1.0.0-beta.0", | ||
"description": "RUF: Lexical editor", | ||
"author": "Adarsh Pastakia <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -35,19 +35,18 @@ | |
"dependencies": { | ||
"@lexical/headless": "^0.17.1", | ||
"@lexical/react": "^0.17.1", | ||
"@react-fabric/core": "^0.0.0", | ||
"@react-fabric/form": "^0.0.0", | ||
"@react-fabric/utilities": "^0.0.0", | ||
"lexical": "^0.17.1", | ||
"classnames": "^2.5.1" | ||
"@react-fabric/core": "^1.0.0-beta.0", | ||
"@react-fabric/form": "^1.0.0-beta.0", | ||
"@react-fabric/utilities": "^1.0.0-beta.0", | ||
"classnames": "^2.5.1", | ||
"lexical": "^0.17.1" | ||
}, | ||
"peerDependencies": { | ||
"i18next": "^23.15.1", | ||
"react": ">=18.0.0 <20.0.0", | ||
"react-dom": ">=18.0.0 <20.0.0", | ||
"react-i18next": "^15.0.2" | ||
}, | ||
"devDependencies": {}, | ||
"engines": { | ||
"node": ">=18.12.0", | ||
"npm": ">=8.19.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 1.0.0-beta.0 (2024-10-11) | ||
|
||
**Note:** Version bump only for package @react-fabric/media |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-fabric/media", | ||
"version": "0.0.0", | ||
"version": "1.0.0-beta.0", | ||
"description": "RUF: Media package", | ||
"author": "Adarsh Pastakia <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -33,9 +33,9 @@ | |
"watch": "npm-run-all -p watch:rollup watch:dts" | ||
}, | ||
"dependencies": { | ||
"@react-fabric/core": "^0.0.0", | ||
"@react-fabric/form": "^0.0.0", | ||
"@react-fabric/utilities": "^0.0.0", | ||
"@react-fabric/core": "^1.0.0-beta.0", | ||
"@react-fabric/form": "^1.0.0-beta.0", | ||
"@react-fabric/utilities": "^1.0.0-beta.0", | ||
"classnames": "^2.5.1", | ||
"color": "^4.2.3", | ||
"wavesurfer.js": "^7.8.6" | ||
|
@@ -46,7 +46,6 @@ | |
"react-dom": ">=18.0.0 <20.0.0", | ||
"react-i18next": "^15.0.2" | ||
}, | ||
"devDependencies": {}, | ||
"engines": { | ||
"node": ">=18.12.0", | ||
"npm": ">=8.19.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 1.0.0-beta.0 (2024-10-11) | ||
|
||
**Note:** Version bump only for package @react-fabric/monaco |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-fabric/monaco", | ||
"version": "0.0.0", | ||
"version": "1.0.0-beta.0", | ||
"description": "RUF: Monaco editor", | ||
"author": "Adarsh Pastakia <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -33,8 +33,8 @@ | |
"watch": "npm-run-all -p watch:rollup watch:dts" | ||
}, | ||
"dependencies": { | ||
"@react-fabric/core": "^0.0.0", | ||
"@react-fabric/utilities": "^0.0.0", | ||
"@react-fabric/core": "^1.0.0-beta.0", | ||
"@react-fabric/utilities": "^1.0.0-beta.0", | ||
"classnames": "^2.5.1", | ||
"react-monaco-editor": "^0.56.2" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 1.0.0-beta.0 (2024-10-11) | ||
|
||
**Note:** Version bump only for package @react-fabric/searchbar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-fabric/searchbar", | ||
"version": "0.0.0", | ||
"version": "1.0.0-beta.0", | ||
"description": "RUF: Searchbar with filters package", | ||
"author": "Adarsh Pastakia <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -34,11 +34,11 @@ | |
}, | ||
"dependencies": { | ||
"@floating-ui/react": "0.26.24", | ||
"@react-fabric/core": "^0.0.0", | ||
"@react-fabric/date": "^0.0.0", | ||
"@react-fabric/form": "^0.0.0", | ||
"@react-fabric/monaco": "^0.0.0", | ||
"@react-fabric/utilities": "^0.0.0", | ||
"@react-fabric/core": "^1.0.0-beta.0", | ||
"@react-fabric/date": "^1.0.0-beta.0", | ||
"@react-fabric/form": "^1.0.0-beta.0", | ||
"@react-fabric/monaco": "^1.0.0-beta.0", | ||
"@react-fabric/utilities": "^1.0.0-beta.0", | ||
"classnames": "^2.5.1", | ||
"react-hook-form": "^7.52.1" | ||
}, | ||
|
@@ -48,7 +48,6 @@ | |
"react-dom": ">=18.0.0 <20.0.0", | ||
"react-i18next": "^15.0.2" | ||
}, | ||
"devDependencies": {}, | ||
"engines": { | ||
"node": ">=18.12.0", | ||
"npm": ">=8.19.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 1.0.0-beta.0 (2024-10-11) | ||
|
||
**Note:** Version bump only for package @react-fabric/utilities |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-fabric/utilities", | ||
"version": "0.0.0", | ||
"version": "1.0.0-beta.0", | ||
"description": "RUF: Utility package", | ||
"author": "Adarsh Pastakia <[email protected]>", | ||
"license": "MIT", | ||
|