Skip to content

Commit

Permalink
chore(changelog): switch to standard-version
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze committed Nov 16, 2020
1 parent 193372c commit 26b9e8f
Show file tree
Hide file tree
Showing 5 changed files with 420 additions and 58 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Changelog

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.

## [](https://github.com/plouc/nivo/compare/v0.65.1...v) (2020-11-16)


### Bug Fixes

* **changelog:** vendor clog and allow setting a tag date ([193372c](https://github.com/plouc/nivo/commit/193372cb481a5655738aa949fec4d938312f9d36))

<a name="v0.65.1"></a>
## v0.65.1 (2020-11-17)

Expand Down Expand Up @@ -109,6 +120,11 @@
* changes to get deployment to work ([09f46839](https://github.com/plouc/nivo/commit/09f468393643580bb6d2c2fdb35c01d737109a4b))


=======
# Changelog

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.
>>>>>>> Stashed changes
<a name="v0.64.0"></a>
## v0.64.0 (2020-11-06)
Expand Down Expand Up @@ -2231,6 +2247,3 @@

* **calendar:** memoize CalendarLayout monthPathAndBBox function ([9c435722](https://github.com/plouc/nivo/commit/9c43572236b03189e098949c9e849195413db70a))
* **radar:** improve radar chart performance ([40d8bc65](https://github.com/plouc/nivo/commit/40d8bc65f528fd3e5ada2c498eb83fc42c309d02))



13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "nivo",
"version": "0.52.0",
"private": true,
"licenses": [
{
Expand Down Expand Up @@ -73,16 +72,17 @@
"rollup-plugin-strip-banner": "^2.0.0",
"rollup-plugin-visualizer": "^4.2.0",
"serve": "^11.2.0",
"standard-version": "^9.0.0",
"typescript": "^4.0.5"
},
"resolutions": {
"react": "16.8.6",
"react-dom": "16.8.6"
},
"scripts": {
"changelog": "rm CHANGELOG.md && node scripts/generate-changelog.js",
"changelog": "standard-version",
"make:init": "make init",
"version": "node scripts/bump-peer-deps.js"
"version": "yarn changelog && node scripts/bump-peer-deps.js"
},
"workspaces": [
"packages/*",
Expand All @@ -91,5 +91,12 @@
],
"dependencies": {
"npm-normalize-package-bin": "^1.0.1"
},
"standard-version": {
"skip": {
"bump": true,
"commit": true,
"tag": true
}
}
}
Binary file removed scripts/clog
Binary file not shown.
41 changes: 0 additions & 41 deletions scripts/generate-changelog.js

This file was deleted.

Loading

0 comments on commit 26b9e8f

Please sign in to comment.