From 8a2d354fe0296ea0f2298696f0b9d649a63cbbeb Mon Sep 17 00:00:00 2001 From: Julian Krispel-Samsel Date: Wed, 20 May 2020 12:08:19 +0100 Subject: [PATCH] release 0.0.22 --- CHANGELOG.md | 2 +- core/package.json | 2 +- react/package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1147f33..e71ee2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]`. diff --git a/core/package.json b/core/package.json index e9bad8c..ce776b2 100644 --- a/core/package.json +++ b/core/package.json @@ -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", diff --git a/react/package.json b/react/package.json index 2de9683..a4d8a17 100644 --- a/react/package.json +++ b/react/package.json @@ -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", @@ -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",