Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshpastakia committed Oct 11, 2024
1 parent c015e53 commit 749e598
Show file tree
Hide file tree
Showing 22 changed files with 125 additions and 41 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
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
2 changes: 1 addition & 1 deletion lerna.json
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"
}
8 changes: 8 additions & 0 deletions packages/chart/CHANGELOG.md
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
6 changes: 3 additions & 3 deletions packages/chart/package.json
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",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
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
4 changes: 2 additions & 2 deletions packages/core/package.json
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",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/data/CHANGELOG.md
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
9 changes: 4 additions & 5 deletions packages/data/package.json
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",
Expand Down Expand Up @@ -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",
Expand All @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions packages/date/CHANGELOG.md
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
8 changes: 4 additions & 4 deletions packages/date/package.json
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",
Expand Down Expand Up @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions packages/form/CHANGELOG.md
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
6 changes: 3 additions & 3 deletions packages/form/package.json
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",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/lexical/CHANGELOG.md
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
13 changes: 6 additions & 7 deletions packages/lexical/package.json
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",
Expand Down Expand Up @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions packages/media/CHANGELOG.md
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
9 changes: 4 additions & 5 deletions packages/media/package.json
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",
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions packages/monaco/CHANGELOG.md
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
6 changes: 3 additions & 3 deletions packages/monaco/package.json
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",
Expand Down Expand Up @@ -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"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/searchbar/CHANGELOG.md
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
13 changes: 6 additions & 7 deletions packages/searchbar/package.json
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",
Expand Down Expand Up @@ -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"
},
Expand All @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions packages/utilities/CHANGELOG.md
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
2 changes: 1 addition & 1 deletion packages/utilities/package.json
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",
Expand Down

0 comments on commit 749e598

Please sign in to comment.