Skip to content

Commit 254fcf0

Browse files
authored
Merge pull request #207 from hypercerts-org/changeset-release/main
Release v0.12.0
2 parents 72f97e5 + a3b4a22 commit 254fcf0

5 files changed

Lines changed: 13 additions & 13 deletions

File tree

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

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

.changeset/sync-skill-organization-fields.md

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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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 — an inline string for plain text or markdown, an embedded Leaflet linear document for rich-text content, or a strong reference to an existing description record — matching the pattern used on activity, collection, and attachment.
8+
9+
### Patch Changes
10+
11+
- [#208](https://github.com/hypercerts-org/hypercerts-lexicon/pull/208) [`18abe86`](https://github.com/hypercerts-org/hypercerts-lexicon/commit/18abe86caaa6ca45c4a5bcb23cbcec8b23cca0aa) Thanks [@s-adamantine](https://github.com/s-adamantine)! - Sync `SKILL.md` Organization row with `README.md`: list `foundedDate`, `longDescription`, and `visibility` in the Certified lexicons overview table so AI agents building on top of `app.certified.actor.organization` see the full set of documented fields.
12+
313
## 0.11.2
414

515
### 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)