Skip to content

Commit

Permalink
0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seaerchin committed Jun 9, 2022
1 parent 36a12ea commit 639a549
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,27 @@ All notable changes to this project will be documented in this file. Dates are d

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

#### [v0.10.0](https://github.com/isomerpages/isomercms-frontend/compare/v0.9.1...v0.10.0)

- Test/add helper methods [`#913`](https://github.com/isomerpages/isomercms-frontend/pull/913)
- Chore(deps-dev): Bump eslint-config-prettier from 8.1.0 to 8.5.0 [`#923`](https://github.com/isomerpages/isomercms-frontend/pull/923)
- Chore(deps-dev): Bump chromatic from 6.4.3 to 6.5.6 [`#922`](https://github.com/isomerpages/isomercms-frontend/pull/922)
- Chore(deps): Bump prop-types from 15.7.2 to 15.8.1 [`#921`](https://github.com/isomerpages/isomercms-frontend/pull/921)
- Chore(deps-dev): Bump @testing-library/jest-dom from 5.12.0 to 5.16.4 [`#919`](https://github.com/isomerpages/isomercms-frontend/pull/919)
- Chore(deps): Bump immutability-helper from 3.0.1 to 3.1.1 [`#918`](https://github.com/isomerpages/isomercms-frontend/pull/918)
- Refactor/design system/isolate global styles [`#895`](https://github.com/isomerpages/isomercms-frontend/pull/895)
- Chore(deps): Bump dompurify from 2.3.0 to 2.3.8 [`#917`](https://github.com/isomerpages/isomercms-frontend/pull/917)
- Chore(deps): Bump react-color from 2.18.0 to 2.19.3 [`#916`](https://github.com/isomerpages/isomercms-frontend/pull/916)
- Chore(deps): Bump eventsource from 1.1.0 to 1.1.1 [`#914`](https://github.com/isomerpages/isomercms-frontend/pull/914)
- Chore(deps): Bump slugify from 1.5.3 to 1.6.5 [`#726`](https://github.com/isomerpages/isomercms-frontend/pull/726)
- feat(editor): allows copy-pasting of html content [`#892`](https://github.com/isomerpages/isomercms-frontend/pull/892)
- Fix: save sanitised file data [`#912`](https://github.com/isomerpages/isomercms-frontend/pull/912)
- release(v0.9.1): merge to develop [`#911`](https://github.com/isomerpages/isomercms-frontend/pull/911)

#### [v0.9.1](https://github.com/isomerpages/isomercms-frontend/compare/v0.9.0...v0.9.1)

> 30 May 2022
- Fix/add GitHub warning [`#909`](https://github.com/isomerpages/isomercms-frontend/pull/909)
- release(v0.9.0): merge to develop [`#900`](https://github.com/isomerpages/isomercms-frontend/pull/900)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "isomercms-frontend",
"version": "0.9.1",
"version": "0.10.0",
"private": true,
"dependencies": {
"@atlaskit/tree": "^7.0.2",
Expand Down

0 comments on commit 639a549

Please sign in to comment.