Skip to content

Commit

Permalink
Merge pull request #79 from lens-protocol/cesare/T-23529-rule-and-act…
Browse files Browse the repository at this point in the history
…ion-metadata-spec

feat: Rules and Actions metadata specs
  • Loading branch information
cesarenaldi authored Jan 14, 2025
2 parents 1b265f0 + 9f5491b commit 1c8f5a2
Show file tree
Hide file tree
Showing 292 changed files with 7,781 additions and 2,879 deletions.
5 changes: 5 additions & 0 deletions .changeset/fair-pumas-bake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@lens-protocol/metadata': patch
---

**feat:** ActionMetadata, FeedRuleMetadata, GraphRuleMetadata, GroupRuleMetadata, NamespaceRuleMetadata, PostRuleMetadata, FollowRuleMetadata specs. Renames UsernameMetadata into NamespaceMetadata.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"@lens-protocol/metadata": "1.2.0"
},
"changesets": [
"fair-pumas-bake",
"great-hairs-breathe",
"honest-peas-cough",
"plenty-hounds-sell",
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lens-protocol/metadata

## 2.0.0-next.5

### Patch Changes

- 5d3e6e7: **feat:** ActionMetadata, FeedRuleMetadata, GraphRuleMetadata, GroupRuleMetadata, NamespaceRuleMetadata, PostRuleMetadata, FollowRuleMetadata specs. Renames UsernameMetadata into NamespaceMetadata.

## 2.0.0-next.4

### Patch Changes
Expand Down
28 changes: 14 additions & 14 deletions docs/assets/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
--dark-hl-2: #4FC1FF;
--light-hl-3: #A31515;
--dark-hl-3: #CE9178;
--light-hl-4: #098658;
--dark-hl-4: #B5CEA8;
--light-hl-5: #0451A5;
--dark-hl-5: #9CDCFE;
--light-hl-6: #AF00DB;
--dark-hl-6: #C586C0;
--light-hl-7: #267F99;
--dark-hl-7: #4EC9B0;
--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-hl-4: #0451A5;
--dark-hl-4: #9CDCFE;
--light-hl-5: #AF00DB;
--dark-hl-5: #C586C0;
--light-hl-6: #267F99;
--dark-hl-6: #4EC9B0;
--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-10: #098658;
--dark-hl-10: #B5CEA8;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}
Expand Down
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.

10 changes: 5 additions & 5 deletions docs/classes/ValidationError.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/enums/AppMetadataSchemaId.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/enums/ContentWarning.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/enums/FeedMetadataSchemaId.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/enums/GraphMetadataSchemaId.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/enums/GroupMetadataSchemaId.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/enums/MediaAudioKind.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/enums/MediaAudioMimeType.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/enums/MediaImageMimeType.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/enums/MediaVideoMimeType.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/enums/MetadataAttributeType.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/enums/MetadataLicenseType.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/enums/MetadataTransactionType.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/enums/NftMetadataAttributeDisplayType.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/enums/Platform.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/enums/PostMainFocus.html

Large diffs are not rendered by default.

Loading

0 comments on commit 1c8f5a2

Please sign in to comment.