Skip to content

Commit

Permalink
chore: refactor, update weaverse package to 3.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-phan committed May 23, 2024
1 parent a862174 commit 8393607
Show file tree
Hide file tree
Showing 7 changed files with 839 additions and 737 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @weaverse/pilot

## 2.6.8

### Patch Changes

- Updated dependencies
- @weaverse/hydrogen@3.1.9

## 2.6.7

### Patch Changes

- @weaverse/hydrogen@3.1.8

## 2.6.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions app/sections/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ export let schema: HydrogenComponentSchema = {
defaultValue: "eager",
configs: {
options: [
{ label: "Eager", value: "eager", icon: "Lightning" },
{ label: "Eager", value: "eager", icon: "zap" },
{
label: "Lazy",
value: "lazy",
icon: "SpinnerGap",
icon: "loader",
weight: "light",
},
],
Expand Down
4 changes: 2 additions & 2 deletions app/sections/image-with-text/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ export let schema: HydrogenComponentSchema = {
name: "imageAlignment",
configs: {
options: [
{ label: "Left", value: "left", icon: "AlignLeft" },
{ label: "Right", value: "right", icon: "AlignRight" },
{ label: "Left", value: "left", icon: "align-left" },
{ label: "Right", value: "right", icon: "align-right" },
],
},
defaultValue: "left",
Expand Down
Loading

0 comments on commit 8393607

Please sign in to comment.