Skip to content

Commit

Permalink
v1.4.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgervang committed May 22, 2024
1 parent 80ebf5b commit eef834b
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 15 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ Ref: http://keepachangelog.com/en/0.3.0/

### hubble.gl v1.4 Prereleases

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

- chore(core) publish NPM packages from CI (#274)
- chore(react) upgrade to react 18
- chore(examples) using vite in website examples (#271)
- add(examples) scripting example (#270)
- chore: typescript (#269)

## hubble.gl v1.3

### hubble.gl v1.3 Prereleases
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.3.8",
"version": "1.4.0-alpha.0",
"npmClient": "yarn",
"packages": [
"modules/*"
Expand Down
8 changes: 4 additions & 4 deletions 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.8",
"version": "1.4.0-alpha.0",
"description": "hubble.gl core library classes",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -49,14 +49,14 @@
"@loaders.gl/video": "3.0.12"
},
"peerDependencies": {
"@deck.gl/core": ">=8.3",
"@luma.gl/core": ">=8.3",
"@luma.gl/engine": ">=8.3",
"@deck.gl/core": ">=8.3"
"@luma.gl/engine": ">=8.3"
},
"devDependencies": {
"@deck.gl/core": "^8.9",
"@luma.gl/core": "^8.5.0",
"@luma.gl/engine": "^8.5.0",
"@deck.gl/core": "^8.9",
"@types/tape-catch": "^1.0.2"
}
}
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.8",
"version": "1.4.0-alpha.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.3.8",
"@hubble.gl/react": "1.3.8"
"@hubble.gl/core": "1.4.0-alpha.0",
"@hubble.gl/react": "1.4.0-alpha.0"
},
"peerDependencies": {
"react": ">=16.3.0",
Expand Down
14 changes: 7 additions & 7 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.8",
"version": "1.4.0-alpha.0",
"description": "React components for hubble.gl",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -54,24 +54,24 @@
"styled-components": "^6.1.11"
},
"peerDependencies": {
"@hubble.gl/core": "^1.3.0",
"@loaders.gl/core": "^3.0.0",
"@deck.gl/core": ">=8.3",
"@deck.gl/react": ">=8.3",
"@deck.gl/mapbox": ">=8.3",
"@deck.gl/react": ">=8.3",
"@hubble.gl/core": "^1.3.0",
"@loaders.gl/core": "^3.0.0",
"mapbox-gl": "<=2.4.1",
"react": ">=16.3.0",
"react-dom": ">=16.3.0"
},
"devDependencies": {
"@deck.gl/core": "^8.9",
"@deck.gl/mapbox": "^8.9",
"@deck.gl/react": "^8.9",
"@types/lodash.get": "^4.4.9",
"@types/lodash.isequal": "^4.5.8",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@types/tape-catch": "^1.0.2",
"@deck.gl/core": "^8.9",
"@deck.gl/react": "^8.9",
"@deck.gl/mapbox": "^8.9",
"react": "^18.3.0",
"react-dom": "^18.3.0"
}
Expand Down

0 comments on commit eef834b

Please sign in to comment.