Skip to content

Commit

Permalink
Bump version to v1.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Jul 6, 2022
1 parent 598c0bf commit d056687
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [`main`](https://github.com/walterra/d3-milestones/tree/main)

No public interface changes since `v1.4.1`.

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

- Fix `autoResize` to consider wrapping element instead of overall browser window. ([#62](https://github.com/walterra/d3-milestones/issues/62))

## [`v1.4.0`](https://github.com/walterra/d3-milestones/tree/v1.4.0)
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.4.0",
"version": "1.4.1",
"description": "A d3 based timeline visualization.",
"keywords": [
"d3",
Expand Down
5 changes: 5 additions & 0 deletions src/stories/assets/milestones.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,10 @@
"timestamp":"2022-07-05T00:00",
"detail":"v1.4.0",
"giturl":"https://github.com/walterra/d3-milestones/releases/tag/v1.4.0"
},
{
"timestamp":"2022-07-06T00:00",
"detail":"v1.4.1",
"giturl":"https://github.com/walterra/d3-milestones/releases/tag/v1.4.1"
}
]
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4492,9 +4492,9 @@ camelcase@^6.2.0:
integrity sha512-tVI4q5jjFV5CavAU8DXfza/TJcZutVKo/5Foskmsqcm0MsL91moHvwiGNnqaa2o6PF/7yT5ikDRcVcl8Rj6LCA==

caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001286:
version "1.0.30001294"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001294.tgz#4849f27b101fd59ddee3751598c663801032533d"
integrity sha512-LiMlrs1nSKZ8qkNhpUf5KD0Al1KCBE3zaT7OLOwEkagXMEDij98SiOovn9wxVGQpklk9vVC/pUSqgYmkmKOS8g==
version "1.0.30001363"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001363.tgz"
integrity sha512-HpQhpzTGGPVMnCjIomjt+jvyUu8vNFo3TaDiZ/RcoTrlOq/5+tC8zHdsbgFB6MxmaY+jCpsH09aD80Bb4Ow3Sg==

capture-exit@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit d056687

Please sign in to comment.