Skip to content

Commit

Permalink
v1.4.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgervang committed Feb 1, 2025
1 parent 3a35140 commit b20dce8
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ Ref: http://keepachangelog.com/en/0.3.0/

### hubble.gl v1.4 Prereleases

#### hubble.gl [1.4.0-beta.0] - Jan 31 2025

- chore(core) Upgrade to deck 8.9, kepler v3.1 alpha, react-map-gl 7, and react 18 (#286)
- chore(react) MapboxOverlay-ready hooks (#288)

#### hubble.gl [1.4.0-alpha.0] - May 22 2024

- chore(core) publish NPM packages from CI (#274)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.0-alpha.0",
"version": "1.4.0-beta.0",
"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.4.0-alpha.0",
"version": "1.4.0-beta.0",
"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.4.0-alpha.0",
"version": "1.4.0-beta.0",
"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.4.0-alpha.0",
"@hubble.gl/react": "1.4.0-alpha.0"
"@hubble.gl/core": "1.4.0-beta.0",
"@hubble.gl/react": "1.4.0-beta.0"
},
"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.4.0-alpha.0",
"version": "1.4.0-beta.0",
"description": "React components for hubble.gl",
"license": "MIT",
"type": "module",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1932,7 +1932,7 @@ __metadata:
languageName: node
linkType: hard

"@hubble.gl/core@npm:1.4.0-alpha.0, @hubble.gl/core@workspace:modules/core":
"@hubble.gl/core@npm:1.4.0-beta.0, @hubble.gl/core@workspace:modules/core":
version: 0.0.0-use.local
resolution: "@hubble.gl/core@workspace:modules/core"
dependencies:
Expand All @@ -1956,7 +1956,7 @@ __metadata:
languageName: unknown
linkType: soft

"@hubble.gl/react@npm:1.4.0-alpha.0, @hubble.gl/react@workspace:modules/react":
"@hubble.gl/react@npm:1.4.0-beta.0, @hubble.gl/react@workspace:modules/react":
version: 0.0.0-use.local
resolution: "@hubble.gl/react@workspace:modules/react"
dependencies:
Expand Down Expand Up @@ -7579,8 +7579,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "hubble.gl@workspace:modules/main"
dependencies:
"@hubble.gl/core": "npm:1.4.0-alpha.0"
"@hubble.gl/react": "npm:1.4.0-alpha.0"
"@hubble.gl/core": "npm:1.4.0-beta.0"
"@hubble.gl/react": "npm:1.4.0-beta.0"
peerDependencies:
react: ">=16.3.0"
react-dom: ">=16.3.0"
Expand Down

0 comments on commit b20dce8

Please sign in to comment.