Skip to content

Commit

Permalink
Merge pull request #47 from lens-protocol/release/1.0.6
Browse files Browse the repository at this point in the history
Release/1.0.6
  • Loading branch information
cesarenaldi authored Dec 6, 2023
2 parents 4a678d0 + 898a90b commit 772e1ac
Show file tree
Hide file tree
Showing 221 changed files with 1,354 additions and 320 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @lens-protocol/metadata

## 1.1.0

### Minor Changes

- 880b7b5: **feat:** adds Open Action Metadata Standards

### Patch Changes

- 312cdff: **fixed:** parse legacy `lenstube-bytes`` videos as SHORT_VIDEO
- 39005b4: **fixed:** documentation typos and omitted details from LIP

## 1.0.5

### Patch Changes
Expand Down
33 changes: 20 additions & 13 deletions docs/assets/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,22 @@
--dark-hl-1: #CE9178;
--light-hl-2: #000000;
--dark-hl-2: #D4D4D4;
--light-hl-3: #001080;
--light-hl-3: #0451A5;
--dark-hl-3: #9CDCFE;
--light-hl-4: #AF00DB;
--dark-hl-4: #C586C0;
--light-hl-5: #267F99;
--dark-hl-5: #4EC9B0;
--light-hl-6: #0070C1;
--dark-hl-6: #4FC1FF;
--light-hl-7: #0000FF;
--dark-hl-7: #569CD6;
--light-hl-8: #008000;
--dark-hl-8: #6A9955;
--light-hl-9: #795E26;
--dark-hl-9: #DCDCAA;
--light-hl-4: #001080;
--dark-hl-4: #9CDCFE;
--light-hl-5: #AF00DB;
--dark-hl-5: #C586C0;
--light-hl-6: #267F99;
--dark-hl-6: #4EC9B0;
--light-hl-7: #0070C1;
--dark-hl-7: #4FC1FF;
--light-hl-8: #0000FF;
--dark-hl-8: #569CD6;
--light-hl-9: #008000;
--dark-hl-9: #6A9955;
--light-hl-10: #795E26;
--dark-hl-10: #DCDCAA;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}
Expand All @@ -34,6 +36,7 @@
--hl-7: var(--light-hl-7);
--hl-8: var(--light-hl-8);
--hl-9: var(--light-hl-9);
--hl-10: var(--light-hl-10);
--code-background: var(--light-code-background);
} }

Expand All @@ -48,6 +51,7 @@
--hl-7: var(--dark-hl-7);
--hl-8: var(--dark-hl-8);
--hl-9: var(--dark-hl-9);
--hl-10: var(--dark-hl-10);
--code-background: var(--dark-code-background);
} }

Expand All @@ -62,6 +66,7 @@
--hl-7: var(--light-hl-7);
--hl-8: var(--light-hl-8);
--hl-9: var(--light-hl-9);
--hl-10: var(--light-hl-10);
--code-background: var(--light-code-background);
}

Expand All @@ -76,6 +81,7 @@
--hl-7: var(--dark-hl-7);
--hl-8: var(--dark-hl-8);
--hl-9: var(--dark-hl-9);
--hl-10: var(--dark-hl-10);
--code-background: var(--dark-code-background);
}

Expand All @@ -89,4 +95,5 @@
.hl-7 { color: var(--hl-7); }
.hl-8 { color: var(--hl-8); }
.hl-9 { color: var(--hl-9); }
.hl-10 { color: var(--hl-10); }
pre, code { background: var(--code-background); }
2 changes: 1 addition & 1 deletion docs/assets/navigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/assets/search.js

Large diffs are not rendered by default.

Loading

0 comments on commit 772e1ac

Please sign in to comment.