Skip to content

Commit

Permalink
chore(release): 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rakannimer committed Sep 22, 2024
1 parent 55c3d91 commit 4278e98
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: npm i
- name: Publish
run: |
npm run cleanPublish --without-publish --temp-dir package
npm run cleanPublish
npm run publish --non-interactive package
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.

### [4.0.2](https://github.com/RakanNimer/react-google-charts/compare/v4.0.1...v4.0.2) (2024-09-22)


### Bug Fixes

* add null as cell type ([07487d1](https://github.com/RakanNimer/react-google-charts/commit/07487d1aa28bd3b07adc69b273070948f470b1a6)), closes [#388](https://github.com/RakanNimer/react-google-charts/issues/388)
* **docs:** Update homepage link. ([944afc1](https://github.com/RakanNimer/react-google-charts/commit/944afc1f1766af52184bd07aa9196b2e56ae9cbb))
* fix empty columns check ([88e77f2](https://github.com/RakanNimer/react-google-charts/commit/88e77f2cba2923518d116f3ad23310abd7356940))
* switch to using a dataView to hide columns ([2d91574](https://github.com/RakanNimer/react-google-charts/commit/2d91574f6286ab88ac9f75a68ead5f8d90783af9)), closes [#391](https://github.com/RakanNimer/react-google-charts/issues/391)
* update backgroundColor type ([d560a30](https://github.com/RakanNimer/react-google-charts/commit/d560a30d63fff94ca0585b9fa5d9d61e6e1191fd)), closes [#375](https://github.com/RakanNimer/react-google-charts/issues/375)

### [4.0.1](https://github.com/RakanNimer/react-google-charts/compare/v4.0.0...v4.0.1) (2023-07-20)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-google-charts",
"version": "4.0.1",
"version": "4.0.2",
"description": "react-google-charts React component",
"type": "module",
"sideEffects": false,
Expand Down Expand Up @@ -29,7 +29,7 @@
"bumpVersion": "standard-version",
"createGithubRelease": "simple-github-release",
"release": "npm run bumpVersion && git push origin master --tags && npm run createGithubRelease",
"cleanPublish": "npm run test && npm run build && clean-publish",
"cleanPublish": "npm run test && npm run build && clean-publish --without-publish --temp-dir package",
"updateGitHooks": "simple-git-hooks",
"nano-staged": "nano-staged",
"commitlint": "commitlint --edit $1"
Expand Down

0 comments on commit 4278e98

Please sign in to comment.