Skip to content

Commit 12a178a

Browse files
committed
0.76.0
1 parent 4c0f847 commit 12a178a

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v0.76.0](https://github.com/isomerpages/isomercms-frontend/compare/v0.75.0...v0.76.0)
8+
9+
- fix: update manifest [`#1802`](https://github.com/isomerpages/isomercms-frontend/pull/1802)
10+
- feat(cards): make the card link optional [`#1801`](https://github.com/isomerpages/isomercms-frontend/pull/1801)
11+
- chore: fix broken edit link button [`#1800`](https://github.com/isomerpages/isomercms-frontend/pull/1800)
12+
- fix: mediasselectmodal breadcrumb [`#1799`](https://github.com/isomerpages/isomercms-frontend/pull/1799)
13+
- fix(modals): set motion preset to none [`#1783`](https://github.com/isomerpages/isomercms-frontend/pull/1783)
14+
- release(0.75.0): merge to dev [`#1797`](https://github.com/isomerpages/isomercms-frontend/pull/1797)
15+
716
#### [v0.75.0](https://github.com/isomerpages/isomercms-frontend/compare/v0.74.0...v0.75.0)
817

18+
> 30 January 2024
19+
920
- fix(tiptap): correctly parse linked image node if it is first [`#1794`](https://github.com/isomerpages/isomercms-frontend/pull/1794)
1021
- 0.74.0 [`#1793`](https://github.com/isomerpages/isomercms-frontend/pull/1793)
1122

@@ -91,12 +102,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
91102
- fix: warning modals [`#1744`](https://github.com/isomerpages/isomercms-frontend/pull/1744)
92103
- IS-734 Add delete icon to table control and other minor UI fixes [`#1743`](https://github.com/isomerpages/isomercms-frontend/pull/1743)
93104
- 0.64.0 [`#1741`](https://github.com/isomerpages/isomercms-frontend/pull/1741)
94-
- fix(preview): update overflow behaviour [`#1742`](https://github.com/isomerpages/isomercms-frontend/pull/1742)
95105

96106
#### [v0.64.0](https://github.com/isomerpages/isomercms-frontend/compare/v0.63.2...v0.64.0)
97107

98108
> 12 December 2023
99109
110+
- fix(preview): update overflow behaviour [`#1742`](https://github.com/isomerpages/isomercms-frontend/pull/1742)
100111
- IS-807 Fixed duplicating issue when setting hyperlink & alt text for image in RTE [`#1738`](https://github.com/isomerpages/isomercms-frontend/pull/1738)
101112
- refactor(legacy/markdown-editpae): update width [`#1739`](https://github.com/isomerpages/isomercms-frontend/pull/1739)
102113
- IS-712 Fixed image resizing issue in RTE [`#1736`](https://github.com/isomerpages/isomercms-frontend/pull/1736)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "isomercms-frontend",
3-
"version": "0.75.0",
3+
"version": "0.76.0",
44
"private": true,
55
"engines": {
66
"node": ">=16.0.0"

0 commit comments

Comments
 (0)