Skip to content

Commit

Permalink
v
Browse files Browse the repository at this point in the history
  • Loading branch information
julianbenegas committed Sep 4, 2024
1 parent 27c0b38 commit 6862597
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/basehub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# basehub

## 7.3.1

### Patch Changes

- Fix basehub image regression

## 7.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/basehub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "basehub",
"description": "The first AI-native content hub.",
"author": "JB <[email protected]>",
"version": "7.3.0",
"version": "7.3.1",
"license": "MIT",
"repository": "basehub-ai/basehub",
"bugs": "https://github.com/basehub-ai/basehub/issues",
Expand Down
3 changes: 3 additions & 0 deletions packages/basehub/src/next/image/primitive.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ Expected origin to be one of:
imageURL.pathname = url.pathname;
imageURL.search = url.search;
}
} else {
imageURL.pathname = url.pathname;
imageURL.search = url.search;
}

return imageURL.toString();
Expand Down
7 changes: 7 additions & 0 deletions playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# playground

## 0.0.136

### Patch Changes

- Updated dependencies
- [email protected]

## 0.0.135

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "playground",
"private": true,
"version": "0.0.135",
"version": "0.0.136",
"scripts": {
"dev": "basehub dev & next dev",
"build": "basehub && next build",
Expand Down

0 comments on commit 6862597

Please sign in to comment.