Skip to content

Commit 4f4e4b1

Browse files
Release
1 parent c5daaa2 commit 4f4e4b1

4 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/add-organization-page-and-visibility.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @hypercerts-org/lexicon
22

3+
## 0.12.0
4+
5+
### Minor Changes
6+
7+
- [#174](https://github.com/hypercerts-org/hypercerts-lexicon/pull/174) [`b1c2096`](https://github.com/hypercerts-org/hypercerts-lexicon/commit/b1c2096844b4c5aaf03d48f1a5820dc1f0714daf) Thanks [@satyam-mishra-pce](https://github.com/satyam-mishra-pce)! - Add optional `longDescription` and `visibility` fields to `app.certified.actor.organization` lexicon. `longDescription` uses the description union pattern (inline text/markdown or strongRef to a rich-text document) for consistency with activity, collection, and attachment.
8+
39
## 0.11.2
410

511
### Patch Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hypercerts-org/lexicon",
3-
"version": "0.11.2",
3+
"version": "0.12.0",
44
"description": "ATProto lexicon definitions and TypeScript types for the Hypercerts protocol",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)