Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release v0.85.0 #1880

Merged
merged 8 commits into from
May 2, 2024
5 changes: 3 additions & 2 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pull_request_rules:
- check-success~=lint
- check-success~=build
- check-success~=test
- title~=Bump [^\s]+ from ([\d]+)\..+ to \1\.
- -dependabot-update-type = version-update:semver-major
actions:
review:
type: APPROVE
Expand All @@ -14,11 +14,12 @@ pull_request_rules:

- name: Approve and merge Snyk.io upgrades
conditions:
- author=snyk-bot
- author=isomeradmin
- check-success~=lint
- check-success~=build
- check-success~=test
- title~=^\[Snyk\]
- base = develop
actions:
review:
type: APPROVE
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,32 @@ 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.85.0](https://github.com/isomerpages/isomercms-frontend/compare/v0.85.0...v0.85.0)

- chore(deps-dev): bump @storybook/addon-actions from 8.0.0 to 8.0.9 [`#1877`](https://github.com/isomerpages/isomercms-frontend/pull/1877)
- chore(deps-dev): bump husky from 6.0.0 to 9.0.11 [`#1873`](https://github.com/isomerpages/isomercms-frontend/pull/1873)
- fix(mergify): update snyk author to isomeradmin [`#1876`](https://github.com/isomerpages/isomercms-frontend/pull/1876)
- chore(deps): bump @tiptap/extension-table from 2.1.12 to 2.3.0 [`#1872`](https://github.com/isomerpages/isomercms-frontend/pull/1872)
- chore(deps-dev): bump ip from 1.1.8 to 2.0.1 [`#1839`](https://github.com/isomerpages/isomercms-frontend/pull/1839)
- chore(mergify): enhance mergify [`#1865`](https://github.com/isomerpages/isomercms-frontend/pull/1865)

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

> 11 April 2024

- backport v0.84.0 [`#1869`](https://github.com/isomerpages/isomercms-frontend/pull/1869)
- chore: bump version to v0.85.0 [`f12d4f3`](https://github.com/isomerpages/isomercms-frontend/commit/f12d4f3d60087c9c3372c21f6b650574877e076e)

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

> 28 March 2024

- fix(package): update source masp [`#1867`](https://github.com/isomerpages/isomercms-frontend/pull/1867)
- chore(package): update to use `release` command [`#1866`](https://github.com/isomerpages/isomercms-frontend/pull/1866)
- chore(deps-dev): bump express from 4.18.2 to 4.19.2 [`#1864`](https://github.com/isomerpages/isomercms-frontend/pull/1864)
- chore(deps-dev): bump webpack-dev-middleware from 5.3.3 to 5.3.4 [`#1863`](https://github.com/isomerpages/isomercms-frontend/pull/1863)
- backport v0.83.0 [`#1861`](https://github.com/isomerpages/isomercms-frontend/pull/1861)
- chore: bump version to v0.84.0 [`fa8b47c`](https://github.com/isomerpages/isomercms-frontend/commit/fa8b47cc94b598ce52ec6b666d2786035fc4a448)

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

Expand Down
51 changes: 28 additions & 23 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "isomercms-frontend",
"version": "0.84.0",
"version": "0.85.0",
"private": true,
"engines": {
"node": ">=16.0.0"
Expand Down Expand Up @@ -40,7 +40,7 @@
"@tiptap/extension-placeholder": "^2.1.12",
"@tiptap/extension-subscript": "^2.2.4",
"@tiptap/extension-superscript": "^2.2.4",
"@tiptap/extension-table": "^2.1.12",
"@tiptap/extension-table": "^2.3.0",
"@tiptap/extension-table-cell": "^2.1.12",
"@tiptap/extension-table-header": "^2.1.12",
"@tiptap/extension-table-row": "^2.1.12",
Expand Down Expand Up @@ -170,7 +170,7 @@
"@jest/globals": "^27.0.3",
"@mdx-js/react": "^2.3.0",
"@playwright/test": "^1.41.1",
"@storybook/addon-actions": "^8.0.0",
"@storybook/addon-actions": "^8.0.9",
"@storybook/addon-docs": "^7.0.24",
"@storybook/addon-essentials": "^7.0.24",
"@storybook/addon-links": "^7.0.24",
Expand Down Expand Up @@ -212,7 +212,7 @@
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-storybook": "^0.6.12",
"find-webpack": "^2.2.1",
"husky": "^6.0.0",
"husky": "^9.0.11",
"invariant": "^2.2.4",
"jest": "^29.5.0",
"lint-staged": "^11.0.0",
Expand Down
Loading