Skip to content

Commit

Permalink
Release new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Nov 17, 2021
1 parent 0a63677 commit 78d73e2
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
## 1.2.0 (2021-11-17)


### Features

* Upgrade ckeditor to 27.0.0. ([1b83028](https://github.com/patternslib/pat-ckeditor/commit/1b8302889289828ea2fb5d8a2bb03cf56431a4c6))


### Maintenance

* **build:** Also release on GitHub releases. ([0a63677](https://github.com/patternslib/pat-ckeditor/commit/0a636778230db0042330795c2f8aaf7c31d76d36))
* **build:** Upgrade to Webpack 5 ([01dca0d](https://github.com/patternslib/pat-ckeditor/commit/01dca0d2402d3c037831a383a3f8a1148c7b1ec6))
* **build:** Upgrade to Webpack 5. ([282c7d7](https://github.com/patternslib/pat-ckeditor/commit/282c7d72c0fd2163bb6cd2771111c176098441b4))
* **dependencies:** Upgrade ckeditor to 31.0.0. ([536dc50](https://github.com/patternslib/pat-ckeditor/commit/536dc5015c5c35f17fea7303307ad8b190532066))
* Test updates after jest upgrade. ([f854e3a](https://github.com/patternslib/pat-ckeditor/commit/f854e3a938b9e998205c0ae1d4c6532ba609f0a4))
* Upgrade minor versions ([97bcb08](https://github.com/patternslib/pat-ckeditor/commit/97bcb08df89ca66ccb8b421f3219129a46a2ce90))
* **Build:** Align with Patternslib v4 changes. ([c0a2238](https://github.com/patternslib/pat-ckeditor/commit/c0a2238f9539fd850c649495c3f41ce55cc192e7))
* **Cleanup:** Increase JavaScript line length to 89 characters to make most // prettier-ignore statements obsolete. ([13b80dc](https://github.com/patternslib/pat-ckeditor/commit/13b80dcde92818972bbb823e590bea8c4a4181b8))
* **dependencies:** Depend on Patternslib v4.4.0. ([8591a98](https://github.com/patternslib/pat-ckeditor/commit/8591a985ad63137f8adac90beae9a9e839825b48))
* **dependencies:** Upgrade ckeditor to 28.0.0. ([3fa2d43](https://github.com/patternslib/pat-ckeditor/commit/3fa2d43ed46c3944789ea870c4a5dd55af38abf6))
* **dependencies:** Upgrade dependencies on minor+patch level. ([4645634](https://github.com/patternslib/pat-ckeditor/commit/4645634161eba08dbe7f9022bcf6c32feef0f55c))
* **make release-patch:** Add missing patch for patch level releases. ([86fd8f3](https://github.com/patternslib/pat-ckeditor/commit/86fd8f3c30e57b8a4288084b08b23dc9d6ee3774))
* **Release:** Fix make release-web target. ([16c2db8](https://github.com/patternslib/pat-ckeditor/commit/16c2db88fc7ac439ac283b3f831d913cd6313d69))
* **Release:** Release new version. ([55ed944](https://github.com/patternslib/pat-ckeditor/commit/55ed9444645d4f1275970b535f9238898f4a46b9))
* **Release:** Release new version. ([ac9006d](https://github.com/patternslib/pat-ckeditor/commit/ac9006dcd986f4b34d3575af9828aa0a01c3416a))
* **Release:** Remove .travis config. We're using Github actions now. ([3cc0c07](https://github.com/patternslib/pat-ckeditor/commit/3cc0c072645809751c8e400ade81bf0f1319c22c))
* **Release:** Remove the release-web target. Only Patternslib releases are pushed to Patterns-releases on Github. ([aab4c2f](https://github.com/patternslib/pat-ckeditor/commit/aab4c2fc8a6ccbc863acf15c4b57ae73d771b695))
* **Release process:** Do not include the release commit in the changelog. ([169f0c5](https://github.com/patternslib/pat-ckeditor/commit/169f0c5a3351414310df55fe4e70d2b997691998))
* **webpack:** Adapt start script to recent dependency changes. ([1e748c5](https://github.com/patternslib/pat-ckeditor/commit/1e748c59c3857672903c7c6bc51d48820d0964fa))
* **webpack:** Simplify webpack. ([1d72de1](https://github.com/patternslib/pat-ckeditor/commit/1d72de1490b9597d26ef8b111c0f6a3b52582f3b))
* Update build environment according to general changes in other patternslib projects. ([bce9909](https://github.com/patternslib/pat-ckeditor/commit/bce9909d73115d060076f51897e16e9ce69f3b0b))

## [1.2.0](https://github.com/patternslib/pat-ckeditor/compare/1.1.1...1.2.0) (2021-06-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternslib/pat-ckeditor",
"version": "1.2.0",
"version": "1.3.0",
"description": "A Patternslib pattern for CKEditor.",
"license": "MIT",
"main": "./src/ckeditor.js",
Expand Down

0 comments on commit 78d73e2

Please sign in to comment.