Skip to content

Commit

Permalink
Bump version to 1.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Dec 30, 2021
1 parent 8e3012d commit bf118c1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## [`main`](https://github.com/walterra/d3-milestones/tree/main)

No public interface changes since `v1.2.0`.
No public interface changes since `v1.2.1`.

## [`v1.2.1`](https://github.com/walterra/d3-milestones/tree/v1.2.1)

- Fix `autoResize` on load. Improved defaults handling. ([#47](https://github.com/walterra/d3-milestones/issues/47))

## [`v1.2.0`](https://github.com/walterra/d3-milestones/tree/v1.2.0)

Expand Down
1 change: 1 addition & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- `git checkout main`
- Check if [CHANGELOG.md](./CHANGELOG.md) is up to date.
- Update the version number in [package.json](./package.json).
- Update milestones example in `/src/stories/data-milestones.js`.
- `git commit -m "Bump version to <version-number>. ..."`
- `git tag <version-number>`
- `yarn build-storybook`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d3-milestones",
"version": "1.2.0",
"version": "1.2.1",
"description": "A d3 based timeline visualization.",
"keywords": [
"d3",
Expand Down
10 changes: 10 additions & 0 deletions src/stories/data-milestones.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,14 @@ export const data = [
detail: 'v1.1.0',
giturl: 'https://github.com/walterra/d3-milestones/releases/tag/v1.1.0',
},
{
timestamp: '2021-12-29T00:00',
detail: 'v1.2.0',
giturl: 'https://github.com/walterra/d3-milestones/releases/tag/v1.2.0',
},
{
timestamp: '2021-12-30T00:00',
detail: 'v1.2.1',
giturl: 'https://github.com/walterra/d3-milestones/releases/tag/v1.2.1',
},
];

0 comments on commit bf118c1

Please sign in to comment.