Skip to content

Commit 976407a

Browse files
committed
bump version
1 parent 912df2b commit 976407a

3 files changed

Lines changed: 14 additions & 6 deletions

File tree

.changeset/short-voting-window.md

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

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @geoprotocol/geo-sdk
22

3+
## 0.19.1
4+
5+
### Patch Changes
6+
7+
- 912df2b: Reduce the DAO space minimum voting duration to 1 minute and add `durationInSeconds` voting settings as an alternative to `durationInDays`.
8+
39
## 0.19.0
410

511
### Minor Changes
@@ -149,15 +155,18 @@
149155
- ae84dcc: **BREAKING:** Migrate to `@geoprotocol/grc-20` v0.4.0 type name changes.
150156

151157
The following `TypedValue` type discriminants have been renamed:
158+
152159
- `float64``float`
153160
- `int64``integer`
154161
- `bool``boolean`
155162

156163
The following `ValueDataType` values have been renamed:
164+
157165
- `INT64``INTEGER`
158166
- `FLOAT64``FLOAT`
159167

160168
The following system ID exports have been renamed:
169+
161170
- `INT64``INTEGER`
162171
- `FLOAT64``FLOAT`
163172

@@ -182,6 +191,7 @@
182191
- 87e08ea: Add `daoSpace.proposeEdit()` function for creating proposals to publish edits to DAO spaces.
183192

184193
This function:
194+
185195
- Publishes ops to IPFS using the GRC-20 binary format
186196
- Generates a unique proposal ID (or accepts a custom one)
187197
- Encodes the calldata for the SpaceRegistry's `enter()` function with PROPOSAL_CREATED action
@@ -253,10 +263,12 @@
253263
- da51eb5: Add property unsetting support to `Graph.updateEntity`
254264

255265
**Breaking changes:**
266+
256267
- `updateEntity` now generates `updateEntity` ops instead of `createEntity` ops
257268
- Uses grc-20's `updateEntity()` function with proper `set` and `unset` arrays
258269

259270
**New features:**
271+
260272
- Added `unset` parameter to `updateEntity` for unsetting property values
261273
- Supports language-aware unsetting using grc-20's `languages` helpers
262274

@@ -278,6 +290,7 @@
278290
### Patch Changes
279291

280292
- 2573d63: Add `personalSpace` module with helper functions for personal spaces:
293+
281294
- `personalSpace.createSpace()` - returns `{ to, calldata }` for creating a personal space
282295
- `personalSpace.publishEdit()` - publishes ops to IPFS and returns `{ editId, cid, to, calldata }` for on-chain submission
283296

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@geoprotocol/geo-sdk",
3-
"version": "0.19.0",
3+
"version": "0.19.1",
44
"license": "MIT",
55
"module": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)