Skip to content

Added a publish to NPM on tag create as a github action#2302

Merged
cah-brian-gantzler merged 1 commit intomiragejs:masterfrom
bgantzler:publish
Jan 12, 2022
Merged

Added a publish to NPM on tag create as a github action#2302
cah-brian-gantzler merged 1 commit intomiragejs:masterfrom
bgantzler:publish

Conversation

@cah-brian-gantzler
Copy link
Copy Markdown
Collaborator

No description provided.

@SergeAstapov
Copy link
Copy Markdown
Collaborator

@cah-briangantzler the changelog would be

## Unreleased (2022-01-12)

#### 🚀 Enhancement
* [#2256](https://github.com/miragejs/ember-cli-mirage/pull/2256) Deprecate miragejs re-exports from `ember-cli-mirage/*` modules ([@SergeAstapov](https://github.com/SergeAstapov))
* [#2297](https://github.com/miragejs/ember-cli-mirage/pull/2297) remove some usage of runtime require ([@ef4](https://github.com/ef4))
* [#2270](https://github.com/miragejs/ember-cli-mirage/pull/2270) Use @ember/destroyable for mirage server shutdown ([@SergeAstapov](https://github.com/SergeAstapov))
* [#2246](https://github.com/miragejs/ember-cli-mirage/pull/2246) updated all imports for miragejs objects to be from miragejs ([@cah-briangantzler](https://github.com/cah-briangantzler))
* [#2244](https://github.com/miragejs/ember-cli-mirage/pull/2244) Deprecate miragejs re-exports from `ember-cli-mirage` module ([@SergeAstapov](https://github.com/SergeAstapov))
* [#2215](https://github.com/miragejs/ember-cli-mirage/pull/2215) Fix the way that the new server creation using mirageJS is determined ([@cah-briangantzler](https://github.com/cah-briangantzler))

#### 📝 Documentation
* [#2214](https://github.com/miragejs/ember-cli-mirage/pull/2214) Fix import example for EmberDataSerializer ([@whatthewhat](https://github.com/whatthewhat))

#### 🏠 Internal
* [#2289](https://github.com/miragejs/ember-cli-mirage/pull/2289) Pin ember-data for 3.12 LTS scenario ([@SergeAstapov](https://github.com/SergeAstapov))
* [#2288](https://github.com/miragejs/ember-cli-mirage/pull/2288) Add 3.12 LTS scenario to test matrix ([@SergeAstapov](https://github.com/SergeAstapov))
* [#2286](https://github.com/miragejs/ember-cli-mirage/pull/2286) Introduce prettier ([@SergeAstapov](https://github.com/SergeAstapov))
* [#2285](https://github.com/miragejs/ember-cli-mirage/pull/2285) Run ember-cli-update to v3.28.4 ([@SergeAstapov](https://github.com/SergeAstapov))
* [#2287](https://github.com/miragejs/ember-cli-mirage/pull/2287) Add 3.16 LTS scenario to test matrix ([@SergeAstapov](https://github.com/SergeAstapov))
* [#2265](https://github.com/miragejs/ember-cli-mirage/pull/2265) Add 3.28 LTS scenario to test matrix ([@SergeAstapov](https://github.com/SergeAstapov))
* [#2266](https://github.com/miragejs/ember-cli-mirage/pull/2266) Remove unused helper reg-exp-from-string and escape-string-regexp devDependency ([@SergeAstapov](https://github.com/SergeAstapov))
* [#2269](https://github.com/miragejs/ember-cli-mirage/pull/2269) Update Build Status badge: Travis -> GH Actions ([@SergeAstapov](https://github.com/SergeAstapov))
* [#2264](https://github.com/miragejs/ember-cli-mirage/pull/2264) Disable Ember v4 scenarios to make CI green ([@SergeAstapov](https://github.com/SergeAstapov))
* [#2262](https://github.com/miragejs/ember-cli-mirage/pull/2262) Add eslint-plugin-qunit per latest addon blueprint ([@SergeAstapov](https://github.com/SergeAstapov))
* [#2260](https://github.com/miragejs/ember-cli-mirage/pull/2260) Bump ember-cli-addon-docs from 0.10.0 to 3.0.0 ([@SergeAstapov](https://github.com/SergeAstapov))
* [#2261](https://github.com/miragejs/ember-cli-mirage/pull/2261) Use volta to pin node/yarn version ([@SergeAstapov](https://github.com/SergeAstapov))
* [#2255](https://github.com/miragejs/ember-cli-mirage/pull/2255) Enable Ember Octane features to fix Ember v4 scenarios ([@SergeAstapov](https://github.com/SergeAstapov))
* [#2254](https://github.com/miragejs/ember-cli-mirage/pull/2254) Upgrade ember-qunit to v5 ([@SergeAstapov](https://github.com/SergeAstapov))
* [#2250](https://github.com/miragejs/ember-cli-mirage/pull/2250) Replace ember-cli-eslint with eslint ([@SergeAstapov](https://github.com/SergeAstapov))
* [#2253](https://github.com/miragejs/ember-cli-mirage/pull/2253) Add ember-auto-import and webpack to Ember v4 scenarios ([@SergeAstapov](https://github.com/SergeAstapov))
* [#2252](https://github.com/miragejs/ember-cli-mirage/pull/2252) Introduce ember-template-lint and fix issues ([@SergeAstapov](https://github.com/SergeAstapov))
* [#2248](https://github.com/miragejs/ember-cli-mirage/pull/2248) Add lint npm script per latest addon blueprint ([@SergeAstapov](https://github.com/SergeAstapov))
* [#2245](https://github.com/miragejs/ember-cli-mirage/pull/2245) Switch from travis to GH actions ([@SergeAstapov](https://github.com/SergeAstapov))

#### Committers: 5
- Brian Gantzler ([@cah-briangantzler](https://github.com/cah-briangantzler))
- Edward Faulkner ([@ef4](https://github.com/ef4))
- Mikhail Topolskiy ([@whatthewhat](https://github.com/whatthewhat))
- Rahul Kumar ([@rahulk94](https://github.com/rahulk94))
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))

@cah-brian-gantzler cah-brian-gantzler merged commit 9a7d8a8 into miragejs:master Jan 12, 2022
@cah-brian-gantzler cah-brian-gantzler deleted the publish branch January 12, 2022 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants