Skip to content

Commit

Permalink
chore: bump patch version
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gervang <[email protected]>
  • Loading branch information
chrisgervang committed May 21, 2024
1 parent 43c6c7f commit fcc4b52
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.7",
"version": "1.3.8",
"npmClient": "yarn",
"packages": [
"modules/*"
Expand Down
2 changes: 1 addition & 1 deletion modules/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hubble.gl/core",
"version": "1.3.7",
"version": "1.3.8",
"description": "hubble.gl core library classes",
"license": "MIT",
"type": "module",
Expand Down
6 changes: 3 additions & 3 deletions modules/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hubble.gl",
"version": "1.3.7",
"version": "1.3.8",
"description": "hubble.gl is an animation and video capture library for vis.gl in the browser",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -36,8 +36,8 @@
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
},
"dependencies": {
"@hubble.gl/core": "1.3.7",
"@hubble.gl/react": "1.3.7"
"@hubble.gl/core": "1.3.8",
"@hubble.gl/react": "1.3.8"
},
"peerDependencies": {
"react": ">=16.3.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hubble.gl/react",
"version": "1.3.7",
"version": "1.3.8",
"description": "React components for hubble.gl",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit fcc4b52

Please sign in to comment.