Skip to content

Commit

Permalink
v11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Jul 16, 2021
1 parent 6f76750 commit 64096d6
Show file tree
Hide file tree
Showing 22 changed files with 133 additions and 23 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [11.0.0](https://github.com/spotify/web-scripts/compare/v10.1.0...v11.0.0) (2021-07-16)


### chore

* **web-scripts:** trigger v11 release ([7bc90f6](https://github.com/spotify/web-scripts/commit/7bc90f65c9f01a2309745a253a36221e5c58721b))


### Features

* trigger 11.x release ([6de2afc](https://github.com/spotify/web-scripts/commit/6de2afce7ced2f0bcdc911f337613c4c7bed6322))


### BREAKING CHANGES

* **web-scripts:** Trigger v11 release
* trigger 11.x release





# [10.1.0](https://github.com/spotify/web-scripts/compare/v10.0.1...v10.1.0) (2021-06-30)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "10.1.0",
"version": "11.0.0",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [11.0.0](https://github.com/spotify/web-scripts/compare/v10.1.0...v11.0.0) (2021-07-16)

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





# [10.1.0](https://github.com/spotify/web-scripts/compare/v10.0.1...v10.1.0) (2021-06-30)

**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": "10.1.0",
"version": "11.0.0",
"description": "Project scaffolding script for @spotify/web-scripts libraries",
"author": "Paul Marbach <[email protected]>",
"homepage": "https://github.com/spotify/web-scripts#readme",
Expand Down Expand Up @@ -41,7 +41,7 @@
"read-pkg-up": "^7.0.1"
},
"devDependencies": {
"@spotify/web-scripts": "^10.1.0",
"@spotify/web-scripts": "^11.0.0",
"@types/fs-extra": "^9.0.1",
"tempy": "^1.0.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [11.0.0](https://github.com/spotify/web-scripts/compare/v10.1.0...v11.0.0) (2021-07-16)

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





# [10.0.0](https://github.com/spotify/web-scripts/compare/v9.0.2...v10.0.0) (2021-04-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spotify/eslint-config-base",
"version": "10.0.0",
"version": "11.0.0",
"license": "Apache-2.0",
"description": "Spotify's base ESLint config",
"main": "index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [11.0.0](https://github.com/spotify/web-scripts/compare/v10.1.0...v11.0.0) (2021-07-16)

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





# [10.0.0](https://github.com/spotify/web-scripts/compare/v9.0.2...v10.0.0) (2021-04-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spotify/eslint-config-react",
"version": "10.0.0",
"version": "11.0.0",
"license": "Apache-2.0",
"description": "Spotify's ESLint config for React projects",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [11.0.0](https://github.com/spotify/web-scripts/compare/v10.1.0...v11.0.0) (2021-07-16)

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





# [10.0.0](https://github.com/spotify/web-scripts/compare/v9.0.2...v10.0.0) (2021-04-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spotify/eslint-config-typescript",
"version": "10.0.0",
"version": "11.0.0",
"license": "Apache-2.0",
"description": "Spotify's ESLint config for TypeScript",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [11.0.0](https://github.com/spotify/web-scripts/compare/v10.1.0...v11.0.0) (2021-07-16)

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





# [10.1.0](https://github.com/spotify/web-scripts/compare/v10.0.1...v10.1.0) (2021-06-30)

**Note:** Version bump only for package @spotify/eslint-config
Expand Down
12 changes: 6 additions & 6 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": "10.1.0",
"version": "11.0.0",
"description": "Combined ESLint config for Spotify",
"author": "Paul Marbach <[email protected]>",
"homepage": "https://github.com/spotify/web-scripts#readme",
Expand All @@ -18,11 +18,11 @@
},
"scripts": {},
"dependencies": {
"@spotify/eslint-config-base": "^10.0.0",
"@spotify/eslint-config-react": "^10.0.0",
"@spotify/eslint-config-typescript": "^10.0.0",
"@spotify/eslint-plugin": "^10.1.0",
"@spotify/web-scripts-utils": "^10.0.0",
"@spotify/eslint-config-base": "^11.0.0",
"@spotify/eslint-config-react": "^11.0.0",
"@spotify/eslint-config-typescript": "^11.0.0",
"@spotify/eslint-plugin": "^11.0.0",
"@spotify/web-scripts-utils": "^11.0.0",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"eslint-config-prettier": "^8.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [11.0.0](https://github.com/spotify/web-scripts/compare/v10.1.0...v11.0.0) (2021-07-16)

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





# [10.1.0](https://github.com/spotify/web-scripts/compare/v10.0.1...v10.1.0) (2021-06-30)

**Note:** Version bump only for package @spotify/eslint-plugin
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spotify/eslint-plugin",
"version": "10.1.0",
"version": "11.0.0",
"description": "Set of rules for Spotify's custom ESLint rules",
"author": "Bilawal Hameed <[email protected]>",
"homepage": "https://github.com/spotify/web-scripts/blob/master/packages/eslint-plugin#readme",
Expand Down Expand Up @@ -34,7 +34,7 @@
"format": "web-scripts format"
},
"devDependencies": {
"@spotify/web-scripts": "^10.1.0",
"@spotify/web-scripts": "^11.0.0",
"@types/eslint": "^7.2.8",
"@types/jest": "^26.0.0",
"@typescript-eslint/parser": "^4.21.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [11.0.0](https://github.com/spotify/web-scripts/compare/v10.1.0...v11.0.0) (2021-07-16)

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





# [10.0.0](https://github.com/spotify/web-scripts/compare/v9.0.2...v10.0.0) (2021-04-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spotify/prettier-config",
"version": "10.0.0",
"version": "11.0.0",
"license": "Apache-2.0",
"description": "Spotify's base Prettier config",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [11.0.0](https://github.com/spotify/web-scripts/compare/v10.1.0...v11.0.0) (2021-07-16)

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





# [10.0.0](https://github.com/spotify/web-scripts/compare/v9.0.2...v10.0.0) (2021-04-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spotify/tsconfig",
"version": "10.0.0",
"version": "11.0.0",
"license": "Apache-2.0",
"description": "Common tsconfigs to be used as your base configurations",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/web-scripts-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [11.0.0](https://github.com/spotify/web-scripts/compare/v10.1.0...v11.0.0) (2021-07-16)

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





# [10.0.0](https://github.com/spotify/web-scripts/compare/v9.0.2...v10.0.0) (2021-04-14)


Expand Down
4 changes: 2 additions & 2 deletions 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": "10.0.0",
"version": "11.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": "^7.0.1"
},
"devDependencies": {
"@spotify/tsconfig": "^10.0.0",
"@spotify/tsconfig": "^11.0.0",
"@types/jest": "^26.0.0"
},
"publishConfig": {
Expand Down
16 changes: 16 additions & 0 deletions packages/web-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [11.0.0](https://github.com/spotify/web-scripts/compare/v10.1.0...v11.0.0) (2021-07-16)


### chore

* **web-scripts:** trigger v11 release ([7bc90f6](https://github.com/spotify/web-scripts/commit/7bc90f65c9f01a2309745a253a36221e5c58721b))


### BREAKING CHANGES

* **web-scripts:** Trigger v11 release





# [10.1.0](https://github.com/spotify/web-scripts/compare/v10.0.1...v10.1.0) (2021-06-30)


Expand Down
10 changes: 5 additions & 5 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": "10.1.0",
"version": "11.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": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@spotify/eslint-config": "^10.1.0",
"@spotify/prettier-config": "^10.0.0",
"@spotify/tsconfig": "^10.0.0",
"@spotify/web-scripts-utils": "^10.0.0",
"@spotify/eslint-config": "^11.0.0",
"@spotify/prettier-config": "^11.0.0",
"@spotify/tsconfig": "^11.0.0",
"@spotify/web-scripts-utils": "^11.0.0",
"@types/cross-spawn": "^6.0.0",
"@types/debug": "^4.1.2",
"@types/jest": "^26.0.0",
Expand Down

0 comments on commit 64096d6

Please sign in to comment.