Skip to content

Commit

Permalink
Release 13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Sep 11, 2024
1 parent fb11f7c commit 574b244
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@




## v13.0.0 (2024-09-11)

#### :boom: Breaking Change
* [#977](https://github.com/ember-cli/ember-resolver/pull/977) Convert to plain library and drop deprecated behaviors ([@ef4](https://github.com/ef4))

#### :rocket: Enhancement
* [#979](https://github.com/ember-cli/ember-resolver/pull/979) Optional explicit modules ([@ef4](https://github.com/ef4))

#### :bug: Bug Fix
* [#978](https://github.com/ember-cli/ember-resolver/pull/978) hide global require from webpack ([@ef4](https://github.com/ef4))

#### Committers: 1
- Edward Faulkner ([@ef4](https://github.com/ef4))

## v12.0.1 (2024-06-11)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion addon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-resolver",
"version": "12.0.1",
"version": "13.0.0",
"description": "The default modules based resolver for Ember CLI.",
"keywords": [],
"homepage": "https://github.com/ember-cli/ember-resolver#readme",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@
"node": "14.19.3",
"npm": "8.12.1"
},
"version": "12.0.1"
"version": "13.0.0"
}
4 changes: 2 additions & 2 deletions test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "test-app",
"private": true,
"version": "12.0.1",
"version": "13.0.0",
"description": "The default modules based resolver for Ember CLI.",
"keywords": [],
"homepage": "https://github.com/ember-cli/ember-resolver#readme",
Expand Down Expand Up @@ -42,7 +42,7 @@
"ember-disable-prototype-extensions": "^1.1.3",
"ember-load-initializers": "^2.1.2",
"ember-qunit": "^6.2.0",
"ember-resolver": "12.0.1",
"ember-resolver": "13.0.0",
"ember-source": "~4.12.0",
"ember-source-channel-url": "^3.0.0",
"ember-try": "^2.0.0",
Expand Down

0 comments on commit 574b244

Please sign in to comment.