Skip to content

Commit db92f41

Browse files
committed
chore: bump version to v0.5.1
1 parent de48952 commit db92f41

File tree

7 files changed

+24
-4
lines changed

7 files changed

+24
-4
lines changed

apps/e2e/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# e2e
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @dschz/solid-uplot@0.5.1
9+
310
## 0.0.1
411

512
### Patch Changes

apps/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "e2e",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"private": true,
55
"type": "module",
66
"scripts": {

apps/playground/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# playground
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @dschz/solid-uplot@0.5.1
9+
310
## 0.0.1
411

512
### Patch Changes

apps/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playground",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/solid-uplot/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @dschz/solid-uplot
22

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- Fix quality checks and update README
8+
39
## 0.5.0
410

511
### Breaking Changes

packages/solid-uplot/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dschz/solid-uplot",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"license": "MIT",
55
"exports": "./src/index.ts",
66
"compilerOptions": {

packages/solid-uplot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dschz/solid-uplot",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "SolidJS wrapper for uPlot — ultra-fast, tiny time-series & charting library",
55
"type": "module",
66
"author": "Daniel Sanchez <dsanc89@pm.me>",

0 commit comments

Comments
 (0)