Skip to content

Commit

Permalink
v10.0.1
Browse files Browse the repository at this point in the history
GitHub Action committed Apr 27, 2021
1 parent ac5bac2 commit 44da59d
Showing 10 changed files with 55 additions and 9 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.0.1](https://github.com/spotify/web-scripts/compare/v10.0.0...v10.0.1) (2021-04-27)


### Bug Fixes

* precommit opts destructuring ([e8a238f](https://github.com/spotify/web-scripts/commit/e8a238f18a977d1c6940baa2e88106a44ddf7b11))





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


2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "10.0.0",
"version": "10.0.1",
"command": {
"publish": {
"ignoreChanges": [
8 changes: 8 additions & 0 deletions packages/create-web-scripts-library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

## [10.0.1](https://github.com/spotify/web-scripts/compare/v10.0.0...v10.0.1) (2021-04-27)

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





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


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.0.0",
"version": "10.0.1",
"description": "Project scaffolding script for @spotify/web-scripts libraries",
"author": "Paul Marbach <[email protected]>",
"homepage": "https://github.com/spotify/web-scripts#readme",
@@ -41,7 +41,7 @@
"read-pkg-up": "^7.0.1"
},
"devDependencies": {
"@spotify/web-scripts": "^10.0.0",
"@spotify/web-scripts": "^10.0.1",
"@types/fs-extra": "^9.0.1",
"tempy": "^1.0.1"
},
8 changes: 8 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

## [10.0.1](https://github.com/spotify/web-scripts/compare/v10.0.0...v10.0.1) (2021-04-27)

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





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


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": "10.0.0",
"version": "10.0.1",
"description": "Combined ESLint config for Spotify",
"author": "Paul Marbach <[email protected]>",
"homepage": "https://github.com/spotify/web-scripts#readme",
@@ -21,7 +21,7 @@
"@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.0.0",
"@spotify/eslint-plugin": "^10.0.1",
"@spotify/web-scripts-utils": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
8 changes: 8 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

## [10.0.1](https://github.com/spotify/web-scripts/compare/v10.0.0...v10.0.1) (2021-04-27)

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





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


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.0.0",
"version": "10.0.1",
"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",
@@ -34,7 +34,7 @@
"format": "web-scripts format"
},
"devDependencies": {
"@spotify/web-scripts": "^10.0.0",
"@spotify/web-scripts": "^10.0.1",
"@types/eslint": "^7.2.8",
"@types/jest": "^26.0.0",
"@typescript-eslint/parser": "^4.21.0",
11 changes: 11 additions & 0 deletions packages/web-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.0.1](https://github.com/spotify/web-scripts/compare/v10.0.0...v10.0.1) (2021-04-27)


### Bug Fixes

* precommit opts destructuring ([e8a238f](https://github.com/spotify/web-scripts/commit/e8a238f18a977d1c6940baa2e88106a44ddf7b11))





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


4 changes: 2 additions & 2 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.0.0",
"version": "10.0.1",
"license": "Apache-2.0",
"description": "Build, lint, test, format, and release your JS/TS library.",
"repository": {
@@ -32,7 +32,7 @@
"dependencies": {
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@spotify/eslint-config": "^10.0.0",
"@spotify/eslint-config": "^10.0.1",
"@spotify/prettier-config": "^10.0.0",
"@spotify/tsconfig": "^10.0.0",
"@spotify/web-scripts-utils": "^10.0.0",

0 comments on commit 44da59d

Please sign in to comment.