Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seaerchin committed May 26, 2022
1 parent cf44c68 commit 6dc1648
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
20 changes: 15 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,18 @@ 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.9.0](https://github.com/isomerpages/isomercms-frontend/compare/v0.8.0...v0.9.0)

- fix(package): bump node-sass to 4.14 [`#899`](https://github.com/isomerpages/isomercms-frontend/pull/899)
- ref(design-system): replace buttons (and some others) [`#881`](https://github.com/isomerpages/isomercms-frontend/pull/881)
- fix(marked): fixed import [`#891`](https://github.com/isomerpages/isomercms-frontend/pull/891)
- build(deps): upgrade marked [`#838`](https://github.com/isomerpages/isomercms-frontend/pull/838)
- 0.8.0 [`#884`](https://github.com/isomerpages/isomercms-frontend/pull/884)

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

> 12 May 2022
- Fix/add wait for dom [`#878`](https://github.com/isomerpages/isomercms-frontend/pull/878)
- 0.7.1 [`#877`](https://github.com/isomerpages/isomercms-frontend/pull/877)

Expand All @@ -23,17 +33,17 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- feat(design-system): add ThemeProvider in App [`#840`](https://github.com/isomerpages/isomercms-frontend/pull/840)
- Fix/resource category capitalisation [`#857`](https://github.com/isomerpages/isomercms-frontend/pull/857)
- 0.6.0 [`#855`](https://github.com/isomerpages/isomercms-frontend/pull/855)

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

> 21 April 2022
- Fix: trim whitespace [`#852`](https://github.com/isomerpages/isomercms-frontend/pull/852)
- fix(preview): revert leftnav changes [`#850`](https://github.com/isomerpages/isomercms-frontend/pull/850)
- Chore(deps): Bump async from 2.6.3 to 2.6.4 [`#851`](https://github.com/isomerpages/isomercms-frontend/pull/851)
- fix(test): update e2e tests [`#848`](https://github.com/isomerpages/isomercms-frontend/pull/848)
- Fix: return correct directory type and update comments [`#846`](https://github.com/isomerpages/isomercms-frontend/pull/846)
- fix(directorycreationscreen'): add missing return [`#843`](https://github.com/isomerpages/isomercms-frontend/pull/843)

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

> 14 April 2022
- chore(app): run code mod to remove all unused React imports [`#818`](https://github.com/isomerpages/isomercms-frontend/pull/818)
- build: run npm audit fix [`#831`](https://github.com/isomerpages/isomercms-frontend/pull/831)
- Chore(deps): Bump moment from 2.29.1 to 2.29.2 [`#837`](https://github.com/isomerpages/isomercms-frontend/pull/837)
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.8.0",
"version": "0.9.0",
"private": true,
"dependencies": {
"@atlaskit/tree": "^7.0.2",
Expand Down

0 comments on commit 6dc1648

Please sign in to comment.