Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apertureless/vue-chartjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: beafc65bbd8f7fa213b915b0f461805a6c761c14
Choose a base ref
..
head repository: apertureless/vue-chartjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5eb9cfc49e8e76a7dacc4d17a22fa8233e6906cf
Choose a head ref
Showing with 3,788 additions and 1,633 deletions.
  1. +4 −4 .github/workflows/checks.yml
  2. +2 −2 .github/workflows/ci.yml
  3. +2 −2 .github/workflows/release.yml
  4. +2 −2 .github/workflows/website.yml
  5. +2 −0 CHANGELOG.md
  6. +19 −11 package.json
  7. +3,756 −1,611 pnpm-lock.yaml
  8. +1 −1 src/typedCharts.ts
8 changes: 4 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -13,11 +13,11 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 9
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
@@ -35,11 +35,11 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 9
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -12,11 +12,11 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 9
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -12,11 +12,11 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 9
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: 'pnpm'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
4 changes: 2 additions & 2 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
@@ -13,11 +13,11 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 9
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [5.3.2](https://github.com/apertureless/vue-chartjs/compare/v5.3.1...v5.3.2) (2024-10-31)

### [5.3.1](https://github.com/apertureless/vue-chartjs/compare/v5.3.0...v5.3.1) (2024-04-09)

### Bug Fixes
30 changes: 19 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-chartjs",
"type": "module",
"version": "5.3.1",
"version": "5.3.2",
"description": "Vue.js wrapper for chart.js for creating beautiful charts.",
"author": "Jakub Juszczak <jakub@posteo.de>",
"homepage": "http://vue-chartjs.org",
@@ -30,7 +30,13 @@
"bugs": {
"url": "https://github.com/apertureless/vue-chartjs/issues"
},
"keywords": ["ChartJs", "Vue", "Visualisation", "Wrapper", "Charts"],
"keywords": [
"ChartJs",
"Vue",
"Visualisation",
"Wrapper",
"Charts"
],
"sideEffects": false,
"types": "./dist/index.d.ts",
"exports": "./src/index.ts",
@@ -44,7 +50,9 @@
},
"directory": "package"
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"prepublishOnly": "pnpm test && pnpm build && del ./package && clean-publish",
"postpublish": "del ./package",
@@ -74,14 +82,14 @@
"@commitlint/config-conventional": "^18.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@size-limit/preset-big-lib": "^11.0.0",
"@storybook/addon-actions": "^6.5.13",
"@storybook/addon-controls": "^6.5.13",
"@storybook/addon-docs": "^6.5.13",
"@storybook/addons": "^6.5.13",
"@storybook/builder-vite": "^0.4.0",
"@storybook/client-api": "^6.5.13",
"@storybook/client-logger": "^6.5.13",
"@storybook/vue3": "^6.5.14",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-controls": "^6.5.16",
"@storybook/addon-docs": "^6.5.16",
"@storybook/addons": "^6.5.16",
"@storybook/builder-vite": "^0.4.2",
"@storybook/client-api": "^6.5.16",
"@storybook/client-logger": "^6.5.16",
"@storybook/vue3": "^6.5.16",
"@swc/core": "^1.3.23",
"@swc/helpers": "^0.5.0",
"@vitejs/plugin-vue": "^4.0.0",
Loading