Skip to content

Commit a17650f

Browse files
chore: version packages (beta) - 0.10.0-beta.11
1 parent 31476fd commit a17650f

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"changesets": [
88
"add-collection-avatar-coverimage",
99
"add-collection-item-weights",
10+
"add-locations-to-collections",
1011
"add-project-sidecar",
1112
"add-richtext-facets-to-activity",
1213
"add-vitest-suite",

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.10.0-beta.11
4+
5+
### Minor Changes
6+
7+
- [#123](https://github.com/hypercerts-org/hypercerts-lexicon/pull/123) [`c623d32`](https://github.com/hypercerts-org/hypercerts-lexicon/commit/c623d327e0e6c1a4f5ca92135ece284cfe166421) Thanks [@aspiers](https://github.com/aspiers)! - Add `location` property to collections. Collections can now reference a location record directly via strongRef. This replaces the sidecar pattern which was impractical since location records cannot be reused across multiple collections.
8+
39
## 0.10.0-beta.10
410

511
### Minor 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.10.0-beta.10",
3+
"version": "0.10.0-beta.11",
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)