Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kategengler committed Apr 5, 2023
1 parent 288800e commit d90e731
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,34 @@

## v2.0.0 (2023-04-05)

#### :boom: Breaking Change
* [#278](https://github.com/ember-cli/ember-cli-clean-css/pull/278) Downgrade clean-css to v3 to match the version currently used by ember-cli default build setup. This will allow css output to match existing when adding this plugin. Look out for another major of this addon to get newer clean-css. ([@nickschot](https://github.com/nickschot))
* [#136](https://github.com/ember-cli/ember-cli-clean-css/pull/136) / [#301](https://github.com/ember-cli/ember-cli-clean-css/pull/301) Drop support for Node < 16 ([@Turbo87](https://github.com/Turbo87))

#### :house: Internal
* [#301](https://github.com/ember-cli/ember-cli-clean-css/pull/301) Add release setup ([@kategengler](https://github.com/kategengler))
* [#300](https://github.com/ember-cli/ember-cli-clean-css/pull/300) Update some more dependencies ([@kategengler](https://github.com/kategengler))
* [#299](https://github.com/ember-cli/ember-cli-clean-css/pull/299) Upgrade to Ember 4.8 ([@kategengler](https://github.com/kategengler))
* [#146](https://github.com/ember-cli/ember-cli-clean-css/pull/146) Upgrade locked dependencies ([@Turbo87](https://github.com/Turbo87))
* [#145](https://github.com/ember-cli/ember-cli-clean-css/pull/145) node-tests/minify: Increase smoke test timeout to 60sec ([@Turbo87](https://github.com/Turbo87))
* [#144](https://github.com/ember-cli/ember-cli-clean-css/pull/144) Remove unnecessary ember-try scenarios ([@Turbo87](https://github.com/Turbo87))
* [#142](https://github.com/ember-cli/ember-cli-clean-css/pull/142) Remove obsolete `ember-cli-htmlbars-inline-precompile` dependency ([@Turbo87](https://github.com/Turbo87))
* [#140](https://github.com/ember-cli/ember-cli-clean-css/pull/140) Add dependabot config file ([@Turbo87](https://github.com/Turbo87))
* [#137](https://github.com/ember-cli/ember-cli-clean-css/pull/137) CI: Remove obsolete PhantomJS install step ([@Turbo87](https://github.com/Turbo87))
* [#138](https://github.com/ember-cli/ember-cli-clean-css/pull/138) ember-try: Set `useYarn` option ([@Turbo87](https://github.com/Turbo87))
* [#139](https://github.com/ember-cli/ember-cli-clean-css/pull/139) CI: Disable `node_modules` caching ([@Turbo87](https://github.com/Turbo87))
* [#61](https://github.com/ember-cli/ember-cli-clean-css/pull/61) Add basic smoke test ([@Turbo87](https://github.com/Turbo87))
* [#49](https://github.com/ember-cli/ember-cli-clean-css/pull/49) Remove unused dependencies ([@Turbo87](https://github.com/Turbo87))
* [#58](https://github.com/ember-cli/ember-cli-clean-css/pull/58) Update `ember-cli-qunit` to `ember-qunit` v4.4.1 ([@Turbo87](https://github.com/Turbo87))
* [#57](https://github.com/ember-cli/ember-cli-clean-css/pull/57) Use Chrome instead of PhantomJS for testing ([@Turbo87](https://github.com/Turbo87))
* [#50](https://github.com/ember-cli/ember-cli-clean-css/pull/50) CI: Run only on `master` branch, PRs and version tags ([@Turbo87](https://github.com/Turbo87))
* [#48](https://github.com/ember-cli/ember-cli-clean-css/pull/48) Fix incompatible dependency versions ([@Turbo87](https://github.com/Turbo87))

#### Committers: 4
- Katie Gengler ([@kategengler](https://github.com/kategengler))
- Nick Schot ([@nickschot](https://github.com/nickschot))
- Ricardo Mendes ([@locks](https://github.com/locks))
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))


# Changelog
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-clean-css",
"version": "1.0.0",
"version": "2.0.0",
"description": "ember-cli addon to run clean-css on css files during build",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit d90e731

Please sign in to comment.