Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Oct 10, 2019
1 parent c647139 commit 3113468
Show file tree
Hide file tree
Showing 20 changed files with 78 additions and 20 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- **eslint-config:** Update typescript-eslint packages to ^2.2.0 ([bda6c5f](https://github.com/spotify/web-scripts/commit/bda6c5f))

### BREAKING CHANGES

- **eslint-config:** Major version bump

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

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.1.0",
"version": "3.0.0",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
4 changes: 4 additions & 0 deletions packages/create-web-scripts-library/CHANGELOG.md
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.

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

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

# [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
Expand Down
4 changes: 2 additions & 2 deletions packages/create-web-scripts-library/package.json
@@ -1,6 +1,6 @@
{
"name": "@spotify/create-web-scripts-library",
"version": "2.1.0",
"version": "3.0.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.1.0",
"@spotify/web-scripts": "^3.0.0",
"@types/fs-extra": "^7.0.0",
"tempy": "^0.3.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/eslint-config-base/CHANGELOG.md
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.

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

**Note:** Version bump only for package @spotify/eslint-config-base

# [2.0.0](https://github.com/spotify/web-scripts/compare/v1.4.0...v2.0.0) (2019-09-23)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-base/package.json
@@ -1,6 +1,6 @@
{
"name": "@spotify/eslint-config-base",
"version": "2.0.0",
"version": "3.0.0",
"license": "Apache-2.0",
"description": "Spotify's base ESLint config",
"main": "index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/eslint-config-react/CHANGELOG.md
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.

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

**Note:** Version bump only for package @spotify/eslint-config-react

# [2.0.0](https://github.com/spotify/web-scripts/compare/v1.4.0...v2.0.0) (2019-09-23)

**Note:** Version bump only for package @spotify/eslint-config-react
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@spotify/eslint-config-react",
"version": "2.0.0",
"version": "3.0.0",
"license": "Apache-2.0",
"description": "Spotify's ESLint config for React projects",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions packages/eslint-config-typescript/CHANGELOG.md
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- **eslint-config:** Update typescript-eslint packages to ^2.2.0 ([bda6c5f](https://github.com/spotify/web-scripts/commit/bda6c5f))

### BREAKING CHANGES

- **eslint-config:** Major version bump

## [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 packages/eslint-config-typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "@spotify/eslint-config-typescript",
"version": "2.0.1",
"version": "3.0.0",
"license": "Apache-2.0",
"description": "Spotify's ESLint config for TypeScript",
"main": "index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- **eslint-config:** Update typescript-eslint packages to ^2.2.0 ([bda6c5f](https://github.com/spotify/web-scripts/commit/bda6c5f))

### BREAKING CHANGES

- **eslint-config:** Major version bump

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

### Features
Expand Down
10 changes: 5 additions & 5 deletions packages/eslint-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@spotify/eslint-config",
"version": "2.1.0",
"version": "3.0.0",
"description": "Combined ESLint config for Spotify",
"author": "Paul Marbach <pmarbach@spotify.com>",
"homepage": "https://github.com/spotify/web-scripts#readme",
Expand All @@ -17,10 +17,10 @@
"url": "https://github.com/spotify/web-scripts/issues"
},
"dependencies": {
"@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.1.0",
"@spotify/eslint-config-base": "^3.0.0",
"@spotify/eslint-config-react": "^3.0.0",
"@spotify/eslint-config-typescript": "^3.0.0",
"@spotify/web-scripts-utils": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^2.2.0",
"@typescript-eslint/parser": "^2.2.0",
"eslint-config-prettier": "^6.0.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/prettier-config/CHANGELOG.md
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.

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

**Note:** Version bump only for package @spotify/prettier-config

# [2.0.0](https://github.com/spotify/web-scripts/compare/v1.4.0...v2.0.0) (2019-09-23)

**Note:** Version bump only for package @spotify/prettier-config
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@spotify/prettier-config",
"version": "2.0.0",
"version": "3.0.0",
"license": "Apache-2.0",
"description": "Spotify's base Prettier config",
"repository": {
Expand Down
4 changes: 4 additions & 0 deletions packages/tsconfig/CHANGELOG.md
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.

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

**Note:** Version bump only for package @spotify/tsconfig

# [2.0.0](https://github.com/spotify/web-scripts/compare/v1.4.0...v2.0.0) (2019-09-23)

**Note:** Version bump only for package @spotify/tsconfig
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
@@ -1,6 +1,6 @@
{
"name": "@spotify/tsconfig",
"version": "2.0.0",
"version": "3.0.0",
"license": "Apache-2.0",
"description": "Common tsconfigs to be used as your base configurations",
"repository": {
Expand Down
4 changes: 4 additions & 0 deletions packages/web-scripts-utils/CHANGELOG.md
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.

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

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

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

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/web-scripts-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@spotify/web-scripts-utils",
"version": "2.1.0",
"version": "3.0.0",
"description": "Private package which contains re-used utils within web-scripts projects",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,7 +28,7 @@
"read-pkg-up": "^6.0.0"
},
"devDependencies": {
"@spotify/tsconfig": "^2.0.0"
"@spotify/tsconfig": "^3.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 4 additions & 0 deletions packages/web-scripts/CHANGELOG.md
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.

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

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

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

### Features
Expand Down
10 changes: 5 additions & 5 deletions packages/web-scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "@spotify/web-scripts",
"version": "2.1.0",
"version": "3.0.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.1.0",
"@spotify/prettier-config": "^2.0.0",
"@spotify/tsconfig": "^2.0.0",
"@spotify/web-scripts-utils": "^2.1.0",
"@spotify/eslint-config": "^3.0.0",
"@spotify/prettier-config": "^3.0.0",
"@spotify/tsconfig": "^3.0.0",
"@spotify/web-scripts-utils": "^3.0.0",
"@types/cross-spawn": "^6.0.0",
"@types/debug": "^4.1.2",
"@types/jest": "^24.0.11",
Expand Down

0 comments on commit 3113468

Please sign in to comment.