Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgervang committed Oct 18, 2021
1 parent a2b7cb6 commit 82741a3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.6",
"version": "1.3.0",
"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.6",
"version": "1.3.0",
"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.6",
"version": "1.3.0",
"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.6",
"@hubble.gl/react": "1.3.0-alpha.6"
"@hubble.gl/core": "1.3.0",
"@hubble.gl/react": "1.3.0"
}
}
6 changes: 3 additions & 3 deletions 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.6",
"version": "1.3.0",
"description": "React components for hubble.gl",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -56,9 +56,9 @@
"@deck.gl/react": "^8.2.0",
"@hubble.gl/core": "^1.1.0",
"kepler.gl": ">=2.3.2",
"mapbox-gl": "<=2.4.1",
"react": ">=16.8",
"react-dom": ">=16.8",
"styled-components": ">=4.0",
"mapbox-gl": "<=2.4.1"
"styled-components": ">=4.0"
}
}

0 comments on commit 82741a3

Please sign in to comment.