Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Release v6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eliperelman committed Sep 12, 2017
1 parent 9f2b757 commit 8237cda
Show file tree
Hide file tree
Showing 35 changed files with 409 additions and 501 deletions.
24 changes: 12 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
2017-09-11
==========

* feat: Allow passing any Jest CLI options to neutrino-jest test task ([#313](https://github.com/mozilla-neutrino/neutrino-dev/issues/313))
* feat: Allow passing any Jest CLI options to neutrino-jest test task
Closes [#287](https://github.com/mozilla-neutrino/neutrino-dev/issues/287)
* docs: Update docs for Jest presets
* chore: Add lint-staged and husky ([#314](https://github.com/mozilla-neutrino/neutrino-dev/issues/314))
Add lint-staged with an auto-fix configuration for all JS files.
See https://github.com/okonet/lint-staged

2017-09-06
==========

* Release 6.1.8
* Fixes [#311](https://github.com/mozilla-neutrino/neutrino-dev/issues/311) ([#312](https://github.com/mozilla-neutrino/neutrino-dev/issues/312))

2017-08-30
Expand Down Expand Up @@ -659,15 +671,3 @@
It caused me a great headache last night, when I was migrating a pair of eslint presets.
Thank god [eslint middleware documentation page](https://neutrino.js.org/middleware/neutrino-middleware-eslint/) is OK and you can
compare and infer the correct usage.
2017-03-24
==========
* Merge pull request [#141](https://github.com/mozilla-neutrino/neutrino-dev/issues/141) from eliperelman/publicpath-docs
Adding documention about web publicPath
* Adding documention about web publicPath
2017-03-23
==========
* Updating changelog
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neutrino-dev",
"version": "6.1.8",
"version": "6.2.0",
"private": true,
"author": "Eli Perelman <eli@eliperelman.com>",
"license": "MPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/neutrino-middleware-banner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neutrino-middleware-banner",
"version": "6.1.8",
"version": "6.2.0",
"description": "Neutrino middleware for injecting a banner into bundled files",
"main": "index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/neutrino-middleware-chunk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neutrino-middleware-chunk",
"version": "6.1.8",
"version": "6.2.0",
"description": "Neutrino middleware for chunking bundle assets",
"main": "index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/neutrino-middleware-clean/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neutrino-middleware-clean",
"version": "6.1.8",
"version": "6.2.0",
"description": "Neutrino middleware for cleaning bundle output directories",
"main": "index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/neutrino-middleware-compile-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neutrino-middleware-compile-loader",
"version": "6.1.8",
"version": "6.2.0",
"description": "Neutrino middleware for compiling JavaScript using Babel configuration",
"main": "index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/neutrino-middleware-copy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neutrino-middleware-copy",
"version": "6.1.8",
"version": "6.2.0",
"description": "Neutrino middleware for copying files to a bundle output directory",
"main": "index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/neutrino-middleware-dev-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neutrino-middleware-dev-server",
"version": "6.1.8",
"version": "6.2.0",
"description": "Neutrino middleware for starting a webpack-dev-server",
"main": "index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/neutrino-middleware-env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neutrino-middleware-env",
"version": "6.1.8",
"version": "6.2.0",
"description": "Neutrino middleware for injecting environment variables into source code",
"main": "index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/neutrino-middleware-eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neutrino-middleware-eslint",
"version": "6.1.8",
"version": "6.2.0",
"description": "Neutrino middleware for linting source code using ESLint",
"main": "index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/neutrino-middleware-font-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neutrino-middleware-font-loader",
"version": "6.1.8",
"version": "6.2.0",
"description": "Neutrino middleware for importing and loading font files from modules",
"main": "index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/neutrino-middleware-hot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neutrino-middleware-hot",
"version": "6.1.8",
"version": "6.2.0",
"description": "Neutrino middleware for plugging hot module replacement",
"main": "index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/neutrino-middleware-html-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neutrino-middleware-html-loader",
"version": "6.1.8",
"version": "6.2.0",
"description": "Neutrino middleware for importing and loading HTML files from modules",
"main": "index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/neutrino-middleware-html-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neutrino-middleware-html-template",
"version": "6.1.8",
"version": "6.2.0",
"description": "Neutrino middleware for automatic HTML file generation from metadata",
"main": "index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/neutrino-middleware-image-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neutrino-middleware-image-loader",
"version": "6.1.8",
"version": "6.2.0",
"description": "Neutrino middleware for importing and loading image files from modules",
"main": "index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/neutrino-middleware-loader-merge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neutrino-middleware-loader-merge",
"version": "6.1.8",
"version": "6.2.0",
"description": "Neutrino middleware for merging options into existing ruleset loader options",
"main": "index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/neutrino-middleware-minify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neutrino-middleware-minify",
"version": "6.1.8",
"version": "6.2.0",
"description": "Neutrino middleware for minifying source code",
"main": "index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/neutrino-middleware-pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neutrino-middleware-pwa",
"version": "6.1.8",
"version": "6.2.0",
"description": "Neutrino middleware for augmenting a Neutrino web application with Progressive Web Application capabilities",
"main": "index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/neutrino-middleware-start-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neutrino-middleware-start-server",
"version": "6.1.8",
"version": "6.2.0",
"description": "Neutrino middleware for starting a server after a build",
"main": "index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/neutrino-middleware-style-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neutrino-middleware-style-loader",
"version": "6.1.8",
"version": "6.2.0",
"description": "Neutrino middleware for importing and loading stylesheets from modules",
"main": "index.js",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/neutrino-preset-airbnb-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neutrino-preset-airbnb-base",
"version": "6.1.8",
"version": "6.2.0",
"description": "Neutrino preset for adding Airbnb's base JS ESLint config, following the Airbnb styleguide",
"main": "index.js",
"keywords": [
Expand All @@ -17,7 +17,7 @@
"dependencies": {
"deepmerge": "^1.3.2",
"eslint-config-airbnb-base": "^11.2.0",
"neutrino-middleware-eslint": "^6.1.5"
"neutrino-middleware-eslint": "^6.2.0"
},
"peerDependencies": {
"neutrino": "^6.0.0"
Expand Down
8 changes: 5 additions & 3 deletions packages/neutrino-preset-airbnb-base/yarn.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
# yarn v0.25.4
# node v8.4.0


acorn-jsx@^3.0.0:
Expand Down Expand Up @@ -816,9 +818,9 @@ natural-compare@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"

neutrino-middleware-eslint@^6.1.5:
version "6.1.5"
resolved "https://registry.yarnpkg.com/neutrino-middleware-eslint/-/neutrino-middleware-eslint-6.1.5.tgz#5848af806df13cf40ec5ff20e9c333d7e0223f2c"
neutrino-middleware-eslint@^6.2.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/neutrino-middleware-eslint/-/neutrino-middleware-eslint-6.2.0.tgz#4b4ff895ab65aa25492a9059a96af55f0a30f006"
dependencies:
babel-eslint "^7.2.3"
deepmerge "^1.3.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/neutrino-preset-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neutrino-preset-jest",
"version": "6.1.8",
"version": "6.2.0",
"description": "Neutrino preset for testing Neutrino projects with Jest",
"main": "src/index.js",
"keywords": [
Expand All @@ -21,7 +21,7 @@
"eslint-plugin-jest": "^20.0.3",
"jest-cli": "^20.0.4",
"lodash.clonedeep": "^4.5.0",
"neutrino-middleware-loader-merge": "^6.1.8",
"neutrino-middleware-loader-merge": "^6.2.0",
"ramda": "^0.24.1",
"yargs": "^8.0.2"
},
Expand Down
Loading

0 comments on commit 8237cda

Please sign in to comment.