Skip to content

Commit

Permalink
Merge pull request #31 from lucafoscili/version-bump-rc
Browse files Browse the repository at this point in the history
chore: bump versions for release candidate
  • Loading branch information
lucafoscili authored Feb 8, 2025
2 parents 96a9fdd + da98ec2 commit 20403aa
Show file tree
Hide file tree
Showing 22 changed files with 135 additions and 68 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0-rc.2](https://github.com/lucafoscili/lf-widgets/compare/0.2.0-rc.1...0.2.0-rc.2) (2025-02-08)

### Bug Fixes

- **framework:** registered at globalscript level ([4d00d28](https://github.com/lucafoscili/lf-widgets/commit/4d00d282ac5c7f3e36a43f845ce36f81397a3763))

### Features

- **framework:** added module management ([23eb5ca](https://github.com/lucafoscili/lf-widgets/commit/23eb5ca90f664f9fcb15a31f742ced65b4aca243))
- **framework:** decoupled framework ([a559fea](https://github.com/lucafoscili/lf-widgets/commit/a559feadebd1e0e69e80b1ca7f34027ac963780c))
- **framework:** managed modules ([017a63f](https://github.com/lucafoscili/lf-widgets/commit/017a63f5cd9f5b130b3a99c98e370a09b7827ca1))

# [0.2.0-rc.1](https://github.com/lucafoscili/lf-widgets/compare/0.2.0-rc.0...0.2.0-rc.1) (2025-02-07)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"npmClient": "yarn",
"version": "0.2.0-rc.1",
"version": "0.2.0-rc.2",
"command": {
"publish": {
"conventionalCommits": true,
Expand Down
4 changes: 4 additions & 0 deletions packages/assets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0-rc.2](https://github.com/lucafoscili/lf-assets/compare/0.2.0-rc.1...0.2.0-rc.2) (2025-02-08)

**Note:** Version bump only for package @lf-widgets/assets

# [0.2.0-rc.1](https://github.com/lucafoscili/lf-assets/compare/0.2.0-rc.0...0.2.0-rc.1) (2025-02-07)

**Note:** Version bump only for package @lf-widgets/assets
Expand Down
2 changes: 1 addition & 1 deletion packages/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Luca Foscili",
"url": "https://www.lucafoscili.com"
},
"version": "0.2.0-rc.1",
"version": "0.2.0-rc.2",
"publishConfig": {
"access": "public"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0-rc.2](https://github.com/lucafoscili/lf-widgets/compare/0.2.0-rc.1...0.2.0-rc.2) (2025-02-08)

### Bug Fixes

- **framework:** registered at globalscript level ([4d00d28](https://github.com/lucafoscili/lf-widgets/commit/4d00d282ac5c7f3e36a43f845ce36f81397a3763))

### Features

- **framework:** added module management ([23eb5ca](https://github.com/lucafoscili/lf-widgets/commit/23eb5ca90f664f9fcb15a31f742ced65b4aca243))
- **framework:** decoupled framework ([a559fea](https://github.com/lucafoscili/lf-widgets/commit/a559feadebd1e0e69e80b1ca7f34027ac963780c))
- **framework:** managed modules ([017a63f](https://github.com/lucafoscili/lf-widgets/commit/017a63f5cd9f5b130b3a99c98e370a09b7827ca1))

# [0.2.0-rc.1](https://github.com/lucafoscili/lf-widgets/compare/0.2.0-rc.0...0.2.0-rc.1) (2025-02-07)

**Note:** Version bump only for package @lf-widgets/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Luca Foscili",
"url": "https://www.lucafoscili.com"
},
"version": "0.2.0-rc.1",
"version": "0.2.0-rc.2",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/components/lf-chart/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ component, and resizing the chart.
| `lfSizeX` | `lf-size-x` | The width of the chart, defaults to 100%. Accepts any valid CSS format (px, %, vw, etc.). | `string` | `"100%"` |
| `lfSizeY` | `lf-size-y` | The height of the chart, defaults to 100%. Accepts any valid CSS format (px, %, vh, etc.). | `string` | `"100%"` |
| `lfStyle` | `lf-style` | Custom styling for the component. | `string` | `""` |
| `lfTypes` | -- | The type of the chart. Supported formats: Bar, Gaussian, Line, Pie, Map and Scatter. | `("area" \| "line" \| "bar" \| "radar" \| "calendar" \| "scatter" \| "pie" \| "funnel" \| "sankey" \| "candlestick" \| "heatmap" \| "bubble" \| "gaussian" \| "hbar" \| "sbar")[]` | `["line"]` |
| `lfTypes` | -- | The type of the chart. Supported formats: Bar, Gaussian, Line, Pie, Map and Scatter. | `("bar" \| "line" \| "radar" \| "calendar" \| "scatter" \| "pie" \| "area" \| "funnel" \| "sankey" \| "candlestick" \| "heatmap" \| "bubble" \| "gaussian" \| "hbar" \| "sbar")[]` | `["line"]` |
| `lfXAxis` | -- | Customization options for the x Axis. | `AxisBaseOptionCommon & { gridIndex?: number; gridId?: string; position?: CartesianAxisPosition; offset?: number; categorySortInfo?: OrdinalSortInfo; } & { mainType?: "xAxis"; } \| CategoryAxisBaseOption & { gridIndex?: number; gridId?: string; position?: CartesianAxisPosition; offset?: number; categorySortInfo?: OrdinalSortInfo; } & { mainType?: "xAxis"; } \| LogAxisBaseOption & { gridIndex?: number; gridId?: string; position?: CartesianAxisPosition; offset?: number; categorySortInfo?: OrdinalSortInfo; } & { mainType?: "xAxis"; } \| TimeAxisBaseOption & { gridIndex?: number; gridId?: string; position?: CartesianAxisPosition; offset?: number; categorySortInfo?: OrdinalSortInfo; } & { mainType?: "xAxis"; } \| ValueAxisBaseOption & { gridIndex?: number; gridId?: string; position?: CartesianAxisPosition; offset?: number; categorySortInfo?: OrdinalSortInfo; } & { mainType?: "xAxis"; }` | `null` |
| `lfYAxis` | -- | Customization options for the y Axis. | `AxisBaseOptionCommon & { gridIndex?: number; gridId?: string; position?: CartesianAxisPosition; offset?: number; categorySortInfo?: OrdinalSortInfo; } & { mainType?: "yAxis"; } \| CategoryAxisBaseOption & { gridIndex?: number; gridId?: string; position?: CartesianAxisPosition; offset?: number; categorySortInfo?: OrdinalSortInfo; } & { mainType?: "yAxis"; } \| LogAxisBaseOption & { gridIndex?: number; gridId?: string; position?: CartesianAxisPosition; offset?: number; categorySortInfo?: OrdinalSortInfo; } & { mainType?: "yAxis"; } \| TimeAxisBaseOption & { gridIndex?: number; gridId?: string; position?: CartesianAxisPosition; offset?: number; categorySortInfo?: OrdinalSortInfo; } & { mainType?: "yAxis"; } \| ValueAxisBaseOption & { gridIndex?: number; gridId?: string; position?: CartesianAxisPosition; offset?: number; categorySortInfo?: OrdinalSortInfo; } & { mainType?: "yAxis"; }` | `null` |

Expand Down
Loading

0 comments on commit 20403aa

Please sign in to comment.