Skip to content

Commit

Permalink
Release v0.3.3 (Patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcdumais-work committed Aug 29, 2024
1 parent 51b2cd5 commit d008f1f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion RELEASE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tag: v0.3.2
tag: v0.3.3

commitInclude:
parentOfMergeCommit: true
Expand Down
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "timeline-chart-example",
"version": "0.3.2",
"version": "0.3.3",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -20,6 +20,6 @@
},
"dependencies": {
"lodash.throttle": "^4.1.1",
"timeline-chart": "0.3.2"
"timeline-chart": "0.3.3"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "7.3.0",
"version": "0.3.2",
"version": "0.3.3",
"npmClient": "yarn",
"command": {
"run": {
Expand Down
2 changes: 1 addition & 1 deletion timeline-chart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "timeline-chart",
"version": "0.3.2",
"version": "0.3.3",
"description": "A time graph / gantt chart library for large data (e.g. traces)",
"keywords": [
"gantt",
Expand Down

0 comments on commit d008f1f

Please sign in to comment.