Skip to content

Commit

Permalink
chore: (main) release @contensis/html-canvas v1.1.0 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
nflatley-zengenti authored Sep 26, 2024
1 parent 6e80d5d commit 7036da0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/react": "1.2.0",
"packages/html": "1.2.0",
"packages/html-canvas": "1.0.0"
"packages/html-canvas": "1.1.0"
}
8 changes: 8 additions & 0 deletions packages/html-canvas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.1.0](https://github.com/contensis/canvas/compare/@contensis/html-canvas-v1.0.0...@contensis/html-canvas-v1.1.0) (2024-09-26)


### Features

* add support for Liquid canvas blocks ([#22](https://github.com/contensis/canvas/issues/22)) ([c18c591](https://github.com/contensis/canvas/commit/c18c5918a64c4e6ad9cf00daf0f65c00af507159))
* parse forms in html ([#22](https://github.com/contensis/canvas/issues/22)) ([c18c591](https://github.com/contensis/canvas/commit/c18c5918a64c4e6ad9cf00daf0f65c00af507159))

## 1.0.0 (2024-08-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/html-canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contensis/html-canvas",
"version": "1.0.0",
"version": "1.1.0",
"description": "Convert HTML to Contensis Canvas",
"scripts": {
"build": "tsup-node --dts-resolve",
Expand Down

0 comments on commit 7036da0

Please sign in to comment.