Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.11
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshpastakia committed Oct 22, 2024
1 parent 984d591 commit c113890
Show file tree
Hide file tree
Showing 26 changed files with 94 additions and 42 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
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.11](https://github.com/adarshpastakia/react-fabric/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2024-10-22)

**Note:** Version bump only for package react-fabric

# [1.0.0-beta.10](https://github.com/adarshpastakia/react-fabric/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2024-10-22)

### Bug Fixes
Expand Down
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": "1.0.0-beta.10"
"version": "1.0.0-beta.11"
}
4 changes: 4 additions & 0 deletions packages/chart/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
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.11](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2024-10-22)

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

# [1.0.0-beta.10](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2024-10-22)

**Note:** Version bump only for package @react-fabric/chart
Expand Down
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": "1.0.0-beta.10",
"version": "1.0.0-beta.11",
"description": "RUF: Charting package",
"author": "Adarsh Pastakia <adarshpastakia@outlook.com>",
"license": "MIT",
Expand Down Expand Up @@ -33,8 +33,8 @@
"watch": "npm-run-all -p watch:rollup watch:dts"
},
"dependencies": {
"@react-fabric/core": "^1.0.0-beta.10",
"@react-fabric/utilities": "^1.0.0-beta.10",
"@react-fabric/core": "^1.0.0-beta.11",
"@react-fabric/utilities": "^1.0.0-beta.11",
"classnames": "^2.5.1",
"color": "^4.2.3",
"date-fns": "^4.0.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
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.11](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2024-10-22)

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

# [1.0.0-beta.10](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2024-10-22)

### Bug Fixes
Expand Down
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": "1.0.0-beta.10",
"version": "1.0.0-beta.11",
"description": "RUF: Core package",
"author": "Adarsh Pastakia <adarshpastakia@outlook.com>",
"license": "MIT",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@floating-ui/react": "^0.26.24",
"@react-fabric/utilities": "^1.0.0-beta.10",
"@react-fabric/utilities": "^1.0.0-beta.11",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
Expand Down
4 changes: 4 additions & 0 deletions packages/data/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
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.11](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2024-10-22)

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

# [1.0.0-beta.10](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2024-10-22)

**Note:** Version bump only for package @react-fabric/data
Expand Down
10 changes: 5 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": "1.0.0-beta.10",
"version": "1.0.0-beta.11",
"description": "RUF: Data package",
"author": "Adarsh Pastakia <adarshpastakia@outlook.com>",
"license": "MIT",
Expand Down Expand Up @@ -33,10 +33,10 @@
"watch": "npm-run-all -p watch:rollup watch:dts"
},
"dependencies": {
"@react-fabric/core": "^1.0.0-beta.10",
"@react-fabric/date": "^1.0.0-beta.10",
"@react-fabric/form": "^1.0.0-beta.10",
"@react-fabric/utilities": "^1.0.0-beta.10",
"@react-fabric/core": "^1.0.0-beta.11",
"@react-fabric/date": "^1.0.0-beta.11",
"@react-fabric/form": "^1.0.0-beta.11",
"@react-fabric/utilities": "^1.0.0-beta.11",
"@tanstack/react-virtual": "^3.8.6",
"classnames": "^2.5.1",
"color": "^4.2.3",
Expand Down
4 changes: 4 additions & 0 deletions packages/date/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
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.11](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2024-10-22)

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

# [1.0.0-beta.10](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2024-10-22)

**Note:** Version bump only for package @react-fabric/date
Expand Down
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": "1.0.0-beta.10",
"version": "1.0.0-beta.11",
"description": "RUF: Date package",
"author": "Adarsh Pastakia <adarshpastakia@outlook.com>",
"license": "MIT",
Expand Down Expand Up @@ -34,9 +34,9 @@
},
"dependencies": {
"@floating-ui/react": "^0.26.24",
"@react-fabric/core": "^1.0.0-beta.10",
"@react-fabric/form": "^1.0.0-beta.10",
"@react-fabric/utilities": "^1.0.0-beta.10",
"@react-fabric/core": "^1.0.0-beta.11",
"@react-fabric/form": "^1.0.0-beta.11",
"@react-fabric/utilities": "^1.0.0-beta.11",
"classnames": "^2.5.1",
"date-fns": "^4.0.0",
"resize-observer-polyfill": "^1.5.1"
Expand Down
4 changes: 4 additions & 0 deletions packages/draw/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
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.11](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2024-10-22)

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

# [1.0.0-beta.10](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2024-10-22)

**Note:** Version bump only for package @react-fabric/draw
Expand Down
6 changes: 3 additions & 3 deletions packages/draw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-fabric/draw",
"version": "1.0.0-beta.10",
"version": "1.0.0-beta.11",
"description": "RUF: TLDraw canvas",
"author": "Adarsh Pastakia <adarshpastakia@outlook.com>",
"license": "MIT",
Expand Down Expand Up @@ -33,8 +33,8 @@
"watch": "npm-run-all -p watch:rollup watch:dts"
},
"dependencies": {
"@react-fabric/core": "^1.0.0-beta.10",
"@react-fabric/utilities": "^1.0.0-beta.10",
"@react-fabric/core": "^1.0.0-beta.11",
"@react-fabric/utilities": "^1.0.0-beta.11",
"@tldraw/assets": "^3.3.1",
"@tldraw/editor": "^3.3.1",
"@tldraw/tldraw": "^3.3.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/form/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
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.11](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2024-10-22)

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

# [1.0.0-beta.10](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2024-10-22)

**Note:** Version bump only for package @react-fabric/form
Expand Down
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": "1.0.0-beta.10",
"version": "1.0.0-beta.11",
"description": "RUF: Form package",
"author": "Adarsh Pastakia <adarshpastakia@outlook.com>",
"license": "MIT",
Expand Down Expand Up @@ -39,8 +39,8 @@
"@dnd-kit/utilities": "^3.2.2",
"@floating-ui/react": "0.26.24",
"@hookform/resolvers": "^3.9.0",
"@react-fabric/core": "^1.0.0-beta.10",
"@react-fabric/utilities": "^1.0.0-beta.10",
"@react-fabric/core": "^1.0.0-beta.11",
"@react-fabric/utilities": "^1.0.0-beta.11",
"classnames": "^2.5.1",
"color": "^4.2.3",
"react-color": "^2.19.3",
Expand Down
4 changes: 4 additions & 0 deletions packages/lexical/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
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.11](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2024-10-22)

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

# [1.0.0-beta.10](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2024-10-22)

**Note:** Version bump only for package @react-fabric/lexical
Expand Down
8 changes: 4 additions & 4 deletions packages/lexical/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-fabric/lexical",
"version": "1.0.0-beta.10",
"version": "1.0.0-beta.11",
"description": "RUF: Lexical editor",
"author": "Adarsh Pastakia <adarshpastakia@outlook.com>",
"license": "MIT",
Expand Down Expand Up @@ -35,9 +35,9 @@
"dependencies": {
"@lexical/headless": "^0.17.1",
"@lexical/react": "^0.17.1",
"@react-fabric/core": "^1.0.0-beta.10",
"@react-fabric/form": "^1.0.0-beta.10",
"@react-fabric/utilities": "^1.0.0-beta.10",
"@react-fabric/core": "^1.0.0-beta.11",
"@react-fabric/form": "^1.0.0-beta.11",
"@react-fabric/utilities": "^1.0.0-beta.11",
"classnames": "^2.5.1",
"lexical": "^0.17.1"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
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.11](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2024-10-22)

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

# [1.0.0-beta.10](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2024-10-22)

**Note:** Version bump only for package @react-fabric/mdx
Expand Down
6 changes: 3 additions & 3 deletions packages/mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-fabric/mdx",
"version": "1.0.0-beta.10",
"version": "1.0.0-beta.11",
"description": "RUF: Markdown display and editor",
"author": "Adarsh Pastakia <adarshpastakia@outlook.com>",
"license": "MIT",
Expand Down Expand Up @@ -34,8 +34,8 @@
},
"dependencies": {
"@mdxeditor/editor": "^3.14.0",
"@react-fabric/core": "^1.0.0-beta.10",
"@react-fabric/utilities": "^1.0.0-beta.10",
"@react-fabric/core": "^1.0.0-beta.11",
"@react-fabric/utilities": "^1.0.0-beta.11",
"classnames": "^2.5.1",
"dom-to-image": "^2.6.0",
"dompurify": "^3.1.7",
Expand Down
4 changes: 4 additions & 0 deletions packages/media/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
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.11](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2024-10-22)

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

# [1.0.0-beta.10](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2024-10-22)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions packages/media/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-fabric/media",
"version": "1.0.0-beta.10",
"version": "1.0.0-beta.11",
"description": "RUF: Media package",
"author": "Adarsh Pastakia <adarshpastakia@outlook.com>",
"license": "MIT",
Expand Down Expand Up @@ -33,9 +33,9 @@
"watch": "npm-run-all -p watch:rollup watch:dts"
},
"dependencies": {
"@react-fabric/core": "^1.0.0-beta.10",
"@react-fabric/form": "^1.0.0-beta.10",
"@react-fabric/utilities": "^1.0.0-beta.10",
"@react-fabric/core": "^1.0.0-beta.11",
"@react-fabric/form": "^1.0.0-beta.11",
"@react-fabric/utilities": "^1.0.0-beta.11",
"classnames": "^2.5.1",
"color": "^4.2.3",
"wavesurfer.js": "^7.8.6"
Expand Down
4 changes: 4 additions & 0 deletions packages/monaco/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
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.11](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2024-10-22)

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

# [1.0.0-beta.10](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2024-10-22)

**Note:** Version bump only for package @react-fabric/monaco
Expand Down
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": "1.0.0-beta.10",
"version": "1.0.0-beta.11",
"description": "RUF: Monaco editor",
"author": "Adarsh Pastakia <adarshpastakia@outlook.com>",
"license": "MIT",
Expand Down Expand Up @@ -33,8 +33,8 @@
"watch": "npm-run-all -p watch:rollup watch:dts"
},
"dependencies": {
"@react-fabric/core": "^1.0.0-beta.10",
"@react-fabric/utilities": "^1.0.0-beta.10",
"@react-fabric/core": "^1.0.0-beta.11",
"@react-fabric/utilities": "^1.0.0-beta.11",
"classnames": "^2.5.1",
"monaco-editor": "^0.52.0",
"react-monaco-editor": "^0.56.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/searchbar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
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.11](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2024-10-22)

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

# [1.0.0-beta.10](https://github.com/adarshpastakia/react-ui-framework/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2024-10-22)

**Note:** Version bump only for package @react-fabric/searchbar
Expand Down
12 changes: 6 additions & 6 deletions packages/searchbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-fabric/searchbar",
"version": "1.0.0-beta.10",
"version": "1.0.0-beta.11",
"description": "RUF: Searchbar with filters package",
"author": "Adarsh Pastakia <adarshpastakia@outlook.com>",
"license": "MIT",
Expand Down Expand Up @@ -34,11 +34,11 @@
},
"dependencies": {
"@floating-ui/react": "0.26.24",
"@react-fabric/core": "^1.0.0-beta.10",
"@react-fabric/date": "^1.0.0-beta.10",
"@react-fabric/form": "^1.0.0-beta.10",
"@react-fabric/monaco": "^1.0.0-beta.10",
"@react-fabric/utilities": "^1.0.0-beta.10",
"@react-fabric/core": "^1.0.0-beta.11",
"@react-fabric/date": "^1.0.0-beta.11",
"@react-fabric/form": "^1.0.0-beta.11",
"@react-fabric/monaco": "^1.0.0-beta.11",
"@react-fabric/utilities": "^1.0.0-beta.11",
"classnames": "^2.5.1",
"react-hook-form": "^7.52.1"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
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.11](https://github.com/adarshpastakia/react-fabric/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2024-10-22)

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

# [1.0.0-beta.10](https://github.com/adarshpastakia/react-fabric/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2024-10-22)

**Note:** Version bump only for package @react-fabric/utilities
Expand Down
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": "1.0.0-beta.10",
"version": "1.0.0-beta.11",
"description": "RUF: Utility package",
"author": "Adarsh Pastakia <adarshpastakia@outlook.com>",
"license": "MIT",
Expand Down

0 comments on commit c113890

Please sign in to comment.