Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-alexa committed Dec 5, 2024
1 parent 2d6c21f commit f88e384
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions packages/@atjson/peritext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.2.0 (2024-12-05)

### Bug Fixes

- add explanation about mutation behavior to readme ([0bc252a](https://github.com/CondeNast/atjson/commit/0bc252ab87f43242bd358afa655608dc2734cf1b))
- add readme, fix some odds and ends that became obvious while writing the readme ([747c723](https://github.com/CondeNast/atjson/commit/747c723a8fa9280159f2e70108253bbf0e536b3c))
- be principled about mutating arguments ([5a8a6aa](https://github.com/CondeNast/atjson/commit/5a8a6aa78b44abb1ab6125da21b4284b493546cd))
- idempotency test for stabilizeIds ([b22cefb](https://github.com/CondeNast/atjson/commit/b22cefbf36c2acda1720543f1354597dc57b09d8))
- mark() creates text blocks + doc comments on public functions ([713dc85](https://github.com/CondeNast/atjson/commit/713dc858045fbeeb2bd77905bcb76eaf1f9cdd05))
- marks that overlap insertions ([9745990](https://github.com/CondeNast/atjson/commit/97459905aa4167f3ffdc0fb4595c75075f110c7c))
- testing and docs ([1156c80](https://github.com/CondeNast/atjson/commit/1156c8050ab1e0b71e05d26bd868deb6a299e520))

### Features

- peritext-builder library ([c374e1a](https://github.com/CondeNast/atjson/commit/c374e1a26626bbcd185d61e32569931b22fee15e))
4 changes: 2 additions & 2 deletions packages/@atjson/peritext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atjson/peritext",
"version": "0.1.0",
"version": "0.2.0",
"description": "Functions for building and transforming peritext documents",
"main": "dist/commonjs/index.js",
"module": "dist/modules/index.js",
Expand All @@ -10,8 +10,8 @@
"access": "public"
},
"dependencies": {
"@atjson/util": "file:../util",
"@atjson/document": "file:../document",
"@atjson/util": "file:../util",
"uuid-random": "^1.3.0"
}
}

0 comments on commit f88e384

Please sign in to comment.