Skip to content

Commit

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

### hubble.gl v1.4 Prereleases

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

- fix release action

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

- fix release action
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-beta.1",
"version": "1.4.0-beta.2",
"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-beta.1",
"version": "1.4.0-beta.2",
"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-beta.1",
"version": "1.4.0-beta.2",
"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-beta.1",
"@hubble.gl/react": "1.4.0-beta.1"
"@hubble.gl/core": "1.4.0-beta.2",
"@hubble.gl/react": "1.4.0-beta.2"
},
"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-beta.1",
"version": "1.4.0-beta.2",
"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-beta.1, @hubble.gl/core@workspace:modules/core":
"@hubble.gl/core@npm:1.4.0-beta.2, @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-beta.1, @hubble.gl/react@workspace:modules/react":
"@hubble.gl/react@npm:1.4.0-beta.2, @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-beta.1"
"@hubble.gl/react": "npm:1.4.0-beta.1"
"@hubble.gl/core": "npm:1.4.0-beta.2"
"@hubble.gl/react": "npm:1.4.0-beta.2"
peerDependencies:
react: ">=16.3.0"
react-dom: ">=16.3.0"
Expand Down

0 comments on commit 49b8f57

Please sign in to comment.