StandardNotes CI
2022-11-23 12:55:12 +00:00
parent 87cd31ae5d
commit 6704c6dd4e
28 changed files with 76 additions and 14 deletions

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.8.0](https://github.com/standardnotes/app/compare/@standardnotes/blocks-editor@1.7.0...@standardnotes/blocks-editor@1.8.0) (2022-11-23)
### Features
* use line height preference in super editor (skip e2e) ([#2045](https://github.com/standardnotes/app/issues/2045)) ([87cd31a](https://github.com/standardnotes/app/commit/87cd31ae5d630a528ce6d4895b2c144bf51808f0))
# [1.7.0](https://github.com/standardnotes/app/compare/@standardnotes/blocks-editor@1.6.2...@standardnotes/blocks-editor@1.7.0) (2022-11-19)
### Features

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/blocks-editor",
"version": "1.7.0",
"version": "1.8.0",
"private": true,
"main": "./src/index.ts",
"scripts": {