Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.0.0...v4.0.0) (2023-05-01)

### Bug Fixes

* pin ember-data to 4.0.0 ([dc82010](dc82010))
* **scss:** import uikit variables without alias ([053524c](053524c))

### chore

* **deps:** update dependencies ([cfe322f](cfe322f))

* chore!: update most packages ([fb95f6b](fb95f6b))

### BREAKING CHANGES

* **deps:** Drop support for Ember v3.
* drop node v14 support
  • Loading branch information
semantic-release-bot committed May 1, 2023
1 parent 4267dca commit cd014f5
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [4.0.0](https://github.com/projectcaluma/ember-alexandria/compare/v3.0.0...v4.0.0) (2023-05-01)


### Bug Fixes

* pin ember-data to 4.0.0 ([dc82010](https://github.com/projectcaluma/ember-alexandria/commit/dc820106a3a786f600321a6b6560fd5a75492979))
* **scss:** import uikit variables without alias ([053524c](https://github.com/projectcaluma/ember-alexandria/commit/053524cca8c4870258ee4f16e2899797c17a86c5))


### chore

* **deps:** update dependencies ([cfe322f](https://github.com/projectcaluma/ember-alexandria/commit/cfe322f285b5879ceadd9e65451a9056b3a4d216))


* chore!: update most packages ([fb95f6b](https://github.com/projectcaluma/ember-alexandria/commit/fb95f6b72a8fa68f76d3b18cbbba50e709e34055))


### BREAKING CHANGES

* **deps:** Drop support for Ember v3.
* drop node v14 support

# [3.0.0](https://github.com/projectcaluma/ember-alexandria/compare/v2.0.0...v3.0.0) (2023-03-24)


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": "ember-alexandria",
"version": "3.0.0",
"version": "4.0.0",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit cd014f5

Please sign in to comment.