Skip to content

Release v6.0.0

Latest
Compare
Choose a tag to compare
@MrChocolatine MrChocolatine released this 02 Dec 23:07
· 58 commits to master since this release

Full Changelog: 5.0.0...v6.0.0


Breaking

Migrate add-on to v2 format (#299)

The add-on is now a full v2 add-on, it was recreated as such using Embroider and the latest specifications.

ember addon myaddon --blueprint @embroider/addon-blueprint --typescript --yarn

Upgrade to Ember.js v5.4.1 (#299)

  • Ember.js v4.8 or above is now required
  • Embroider or ember-auto-import v2 are now required

CI

Prevent GitHub workflow "tag, release and publish" to be executed automatically (#291)

It is true the workflow was already disabled in #278 , but not correctly.
The workflow is still existing, but with no content, which is an invalid syntax for GitHub workflows.
Because of that, we are constantly getting the same error over and over:

Dependencies

  • Bump socket.io-parser from 4.2.2 to 4.2.3 (#277)
  • Bump @babel/core from 7.21.0 to 7.22.1 (#280)
  • Bump eslint-plugin-ember from 11.4.6 to 11.8.0 (#281)
  • Bump @babel/core from 7.22.1 to 7.22.5 (#282)
  • Bump slugify from 1.6.5 to 1.6.6 (#283)
  • Bump tough-cookie from 4.1.2 to 4.1.3 (#287)
  • Bump semver from 5.7.1 to 5.7.2 (#288)
  • Bump word-wrap from 1.2.3 to 1.2.4 (#289)
  • Bump @embroider/test-setup from 2.1.1 to 3.0.2 (#290)
  • Bump emoji.json from 14.0.0 to 15.0.0 (#292)
  • Bump postcss from 8.4.21 to 8.4.31 (#293)
  • Bump @babel/traverse from 7.22.5 to 7.23.2 (#295)
  • Bump eslint-plugin-ember from 11.8.0 to 11.11.1 (#296)
  • Bump @babel/plugin-proposal-decorators (#297)
  • Bump ember-cli-htmlbars from 6.2.0 to 6.3.0 (#302)
  • Bump webpack from 5.82.1 to 5.89.0 (#304)