Skip to content

Commit

Permalink
Release 3.0.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeAstapov committed Oct 1, 2023
1 parent b0ed1c3 commit 458ad2d
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 2 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@

## v3.0.0-alpha.4 (2023-10-01)

#### :boom: Breaking Change
* `ember-cli-mirage-docs`, `ember-cli-mirage`
* [#2417](https://github.com/miragejs/ember-cli-mirage/pull/2417) Make MirageJS peer dependency ([@cah-brian-gantzler](https://github.com/cah-brian-gantzler))
* [#2495](https://github.com/miragejs/ember-cli-mirage/pull/2495) run `npx ember-cli-update --to=4.11.0` and drop support for Ember.js < 3.28 ([@SergeAstapov](https://github.com/SergeAstapov))
* [#2504](https://github.com/miragejs/ember-cli-mirage/pull/2504) Drop support Node.js versions 14 and 17 ([@SergeAstapov](https://github.com/SergeAstapov))
* Other
* [#2393](https://github.com/miragejs/ember-cli-mirage/pull/2393) Drop support for Node.js 12 ([@SergeAstapov](https://github.com/SergeAstapov))
* [#2375](https://github.com/miragejs/ember-cli-mirage/pull/2375) Remove deprecated for trackRequests, testConfig and baseConfig ([@cah-brian-gantzler](https://github.com/cah-brian-gantzler))

#### :bug: Bug Fix
* `ember-cli-mirage-docs`, `ember-cli-mirage`
* [#2457](https://github.com/miragejs/ember-cli-mirage/pull/2457) Updated blueprint and guide for missing import ([@cah-brian-gantzler](https://github.com/cah-brian-gantzler))

#### :memo: Documentation
* `ember-cli-mirage-docs`
* [#1948](https://github.com/miragejs/ember-cli-mirage/pull/1948) Use native setters in documentation examples ([@allthesignals](https://github.com/allthesignals))
* [#2334](https://github.com/miragejs/ember-cli-mirage/pull/2334) Export default in server docs ([@jrjohnson](https://github.com/jrjohnson))
* `ember-cli-mirage-docs`, `ember-cli-mirage`
* [#2417](https://github.com/miragejs/ember-cli-mirage/pull/2417) Make MirageJS peer dependency ([@cah-brian-gantzler](https://github.com/cah-brian-gantzler))

#### :house: Internal
* `ember-cli-mirage-docs`, `ember-cli-mirage`
* [#2407](https://github.com/miragejs/ember-cli-mirage/pull/2407) Extract docs into separate app ([@SergeAstapov](https://github.com/SergeAstapov))
* `ember-cli-mirage`
* [#2395](https://github.com/miragejs/ember-cli-mirage/pull/2395) Restructure into monorepo ([@SergeAstapov](https://github.com/SergeAstapov))
* Other
* [#2394](https://github.com/miragejs/ember-cli-mirage/pull/2394) Restructure docs from pods to classic structure ([@SergeAstapov](https://github.com/SergeAstapov))

#### Committers: 5
- Brian Gantzler ([@cah-brian-gantzler](https://github.com/cah-brian-gantzler))
- Jon Johnson ([@jrjohnson](https://github.com/jrjohnson))
- Julien Palmas ([@bartocc](https://github.com/bartocc))
- Matt Gardner ([@allthesignals](https://github.com/allthesignals))
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))

# Ember CLI Mirage Change log

Releases (along with upgrade instructions) are documented on the Github [Releases](https://github.com/miragejs/ember-cli-mirage/releases) page.
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-mirage",
"version": "3.0.0-alpha.3",
"version": "3.0.0-alpha.4",
"private": true,
"description": "A client-side server to help you build, test and demo your Ember app",
"homepage": "https://github.com/miragejs/ember-cli-mirage",
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-cli-mirage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-mirage",
"version": "3.0.0-alpha.3",
"version": "3.0.0-alpha.4",
"description": "A client-side server to help you build, test and demo your Ember app",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 458ad2d

Please sign in to comment.