From e3d5cedc1d46e3dc0ca2615207766ef7f8c6cdd8 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Thu, 11 Nov 2021 16:20:05 +0700 Subject: [PATCH] Updated to 1.1.8 --- examples/line-chart-example/package.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/line-chart-example/package.json b/examples/line-chart-example/package.json index 7ff199e..59653f7 100644 --- a/examples/line-chart-example/package.json +++ b/examples/line-chart-example/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { - "@cubetiq/react-chart-js": "^1.1.6", + "@cubetiq/react-chart-js": "^1.1.7", "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.3.2", "@testing-library/user-event": "^7.1.2", diff --git a/package.json b/package.json index 6017a97..a7d043d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cubetiq/react-chart-js", - "version": "1.1.7", + "version": "1.1.8", "description": "Chart.js for React and TypeScript", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -30,7 +30,7 @@ "scripts": { "build": "tsc", "test": "jest", - "pub": "yarn build && npm publish --access public", + "pub": "npm publish --access public", "build:test": "yarn jest && yarn build", "run:example": "cd examples/line-chart-example && yarn start" },