Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Oct 10, 2019
1 parent 835ea57 commit 8179672
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/spotify/web-scripts/compare/v2.0.1...v2.1.0) (2019-10-10)

### Features

- use package attributes to determine lint preset ([f6151ed](https://github.com/spotify/web-scripts/commit/f6151ed)), closes [#56](https://github.com/spotify/web-scripts/issues/56)

## [2.0.1](https://github.com/spotify/web-scripts/compare/v2.0.0...v2.0.1) (2019-09-27)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.0.1",
"version": "2.1.0",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
4 changes: 4 additions & 0 deletions packages/create-web-scripts-library/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/spotify/web-scripts/compare/v2.0.1...v2.1.0) (2019-10-10)

**Note:** Version bump only for package @spotify/create-web-scripts-library

## [2.0.1](https://github.com/spotify/web-scripts/compare/v2.0.0...v2.0.1) (2019-09-27)

**Note:** Version bump only for package @spotify/create-web-scripts-library
Expand Down
4 changes: 2 additions & 2 deletions packages/create-web-scripts-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spotify/create-web-scripts-library",
"version": "2.0.1",
"version": "2.1.0",
"description": "Project scaffolding script for @spotify/web-scripts libraries",
"author": "Paul Marbach <pmarbach@spotify.com>",
"homepage": "https://github.com/spotify/web-scripts#readme",
Expand Down Expand Up @@ -40,7 +40,7 @@
"fs-extra": "^7.0.1"
},
"devDependencies": {
"@spotify/web-scripts": "^2.0.1",
"@spotify/web-scripts": "^2.1.0",
"@types/fs-extra": "^7.0.0",
"tempy": "^0.3.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/spotify/web-scripts/compare/v2.0.1...v2.1.0) (2019-10-10)

### Features

- use package attributes to determine lint preset ([f6151ed](https://github.com/spotify/web-scripts/commit/f6151ed)), closes [#56](https://github.com/spotify/web-scripts/issues/56)

## [2.0.1](https://github.com/spotify/web-scripts/compare/v2.0.0...v2.0.1) (2019-09-27)

**Note:** Version bump only for package @spotify/eslint-config
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spotify/eslint-config",
"version": "2.0.1",
"version": "2.1.0",
"description": "Combined ESLint config for Spotify",
"author": "Paul Marbach <pmarbach@spotify.com>",
"homepage": "https://github.com/spotify/web-scripts#readme",
Expand All @@ -20,7 +20,7 @@
"@spotify/eslint-config-base": "^2.0.0",
"@spotify/eslint-config-react": "^2.0.0",
"@spotify/eslint-config-typescript": "^2.0.1",
"@spotify/web-scripts-utils": "^2.0.1",
"@spotify/web-scripts-utils": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^1.11.0",
"@typescript-eslint/parser": "^1.11.0",
"eslint-config-prettier": "^6.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/web-scripts-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/spotify/web-scripts/compare/v2.0.1...v2.1.0) (2019-10-10)

### Features

- use package attributes to determine lint preset ([f6151ed](https://github.com/spotify/web-scripts/commit/f6151ed)), closes [#56](https://github.com/spotify/web-scripts/issues/56)
2 changes: 1 addition & 1 deletion packages/web-scripts-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spotify/web-scripts-utils",
"version": "2.0.1",
"version": "2.1.0",
"description": "Private package which contains re-used utils within web-scripts projects",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/web-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/spotify/web-scripts/compare/v2.0.1...v2.1.0) (2019-10-10)

### Features

- use package attributes to determine lint preset ([f6151ed](https://github.com/spotify/web-scripts/commit/f6151ed)), closes [#56](https://github.com/spotify/web-scripts/issues/56)

## [2.0.1](https://github.com/spotify/web-scripts/compare/v2.0.0...v2.0.1) (2019-09-27)

**Note:** Version bump only for package @spotify/web-scripts
Expand Down
6 changes: 3 additions & 3 deletions packages/web-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spotify/web-scripts",
"version": "2.0.1",
"version": "2.1.0",
"license": "Apache-2.0",
"description": "Build, lint, test, format, and release your JS/TS library.",
"repository": {
Expand Down Expand Up @@ -32,10 +32,10 @@
"dependencies": {
"@commitlint/cli": "^7.5.2",
"@commitlint/config-conventional": "^7.5.0",
"@spotify/eslint-config": "^2.0.1",
"@spotify/eslint-config": "^2.1.0",
"@spotify/prettier-config": "^2.0.0",
"@spotify/tsconfig": "^2.0.0",
"@spotify/web-scripts-utils": "^2.0.1",
"@spotify/web-scripts-utils": "^2.1.0",
"@types/cross-spawn": "^6.0.0",
"@types/debug": "^4.1.2",
"@types/jest": "^24.0.11",
Expand Down

0 comments on commit 8179672

Please sign in to comment.