Skip to content

Commit

Permalink
v1.3.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgervang committed Jul 8, 2021
1 parent 4e871d2 commit fac6533
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.0-alpha.3",
"version": "1.3.0-alpha.4",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
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.0-alpha.3",
"version": "1.3.0-alpha.4",
"description": "hubble.gl core library classes",
"license": "MIT",
"repository": {
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.0-alpha.3",
"version": "1.3.0-alpha.4",
"description": "hubble.gl is an animation and video capture library for vis.gl in the browser",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
},
"dependencies": {
"@hubble.gl/core": "1.3.0-alpha.3",
"@hubble.gl/react": "1.3.0-alpha.3"
"@hubble.gl/core": "1.3.0-alpha.4",
"@hubble.gl/react": "1.3.0-alpha.4"
}
}
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.0-alpha.3",
"version": "1.3.0-alpha.4",
"description": "React components for hubble.gl",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit fac6533

Please sign in to comment.