Skip to content

Commit

Permalink
release 0.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
juliankrispel committed May 20, 2020
1 parent 09bd342 commit 8a2d354
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Zettel

## [Unreleased]
## [0.0.22] - 2020-05-20

### Added
- Added Fragment Model. Fragments are similar to Blocks, they can either contain text or other fragments. They can also contain metadata which makes them useful for things such as mentions. Fragments can cross block boundaries. If `[ ]` is a block boundary and `< >` a fragment boundary we can do things like: `[First <Block][Second> Block]`.
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zettel/core",
"version": "0.0.21",
"version": "0.0.22",
"description": "Core module of zettel",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zettel/react",
"version": "0.0.21",
"version": "0.0.22",
"description": "React view library for zettel",
"main": "dist/index.js",
"author": "Julian Krispel",
Expand All @@ -13,7 +13,7 @@
"test:watch": "../node_modules/.bin/jest . --watch"
},
"dependencies": {
"@zettel/core": "0.0.21"
"@zettel/core": "0.0.22"
},
"peerDependencies": {
"react": "16.8.6",
Expand Down

0 comments on commit 8a2d354

Please sign in to comment.