Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Marbach committed Jun 24, 2019
1 parent c27b599 commit be57f72
Show file tree
Hide file tree
Showing 14 changed files with 73 additions and 15 deletions.
10 changes: 10 additions & 0 deletions 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.

## [1.0.1](https://github.com/spotify/web-scripts/compare/v1.0.0...v1.0.1) (2019-06-24)

### Bug Fixes

- **web-scripts:** drop the `fix` command ([eb0d61d](https://github.com/spotify/web-scripts/commit/eb0d61d))
6 changes: 2 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"packages": [
"packages/*"
],
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.0.0",
"version": "1.0.1",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

## [1.0.1](https://github.com/spotify/web-scripts/compare/v1.0.0...v1.0.1) (2019-06-24)

**Note:** Version bump only for package @spotify/eslint-config-base
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": "1.0.0",
"version": "1.0.1",
"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
@@ -0,0 +1,8 @@
# Change Log

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

## [1.0.1](https://github.com/spotify/web-scripts/compare/v1.0.0...v1.0.1) (2019-06-24)

**Note:** Version bump only for package @spotify/eslint-config-react
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": "1.0.0",
"version": "1.0.1",
"license": "Apache-2.0",
"description": "Spotify's ESLint config for React projects",
"main": "index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

## [1.0.1](https://github.com/spotify/web-scripts/compare/v1.0.0...v1.0.1) (2019-06-24)

**Note:** Version bump only for package @spotify/eslint-config-typescript
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": "1.0.0",
"version": "1.0.1",
"license": "Apache-2.0",
"description": "Spotify's ESLint config for TypeScript",
"main": "index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

## [1.0.1](https://github.com/spotify/web-scripts/compare/v1.0.0...v1.0.1) (2019-06-24)

**Note:** Version bump only for package @spotify/prettier-config
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": "1.0.0",
"version": "1.0.1",
"license": "Apache-2.0",
"description": "Spotify's base Prettier config",
"main": "index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

## [1.0.1](https://github.com/spotify/web-scripts/compare/v1.0.0...v1.0.1) (2019-06-24)

**Note:** Version bump only for package @spotify/tsconfig
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": "1.0.0",
"version": "1.0.1",
"license": "Apache-2.0",
"description": "Common tsconfigs to be used as your base configurations",
"files": [
Expand Down
10 changes: 10 additions & 0 deletions packages/web-scripts/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.

## [1.0.1](https://github.com/spotify/web-scripts/compare/v1.0.0...v1.0.1) (2019-06-24)

### Bug Fixes

- **web-scripts:** drop the `fix` command ([eb0d61d](https://github.com/spotify/web-scripts/commit/eb0d61d))
12 changes: 6 additions & 6 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": "1.0.0",
"version": "1.0.1",
"license": "Apache-2.0",
"description": "Build, lint, test, format, and release your JS/TS library.",
"main": "cjs/index.js",
Expand Down Expand Up @@ -28,11 +28,11 @@
"dependencies": {
"@commitlint/cli": "^7.5.2",
"@commitlint/config-conventional": "^7.5.0",
"@spotify/eslint-config-base": "^1.0.0",
"@spotify/eslint-config-react": "^1.0.0",
"@spotify/eslint-config-typescript": "^1.0.0",
"@spotify/prettier-config": "^1.0.0",
"@spotify/tsconfig": "^1.0.0",
"@spotify/eslint-config-base": "^1.0.1",
"@spotify/eslint-config-react": "^1.0.1",
"@spotify/eslint-config-typescript": "^1.0.1",
"@spotify/prettier-config": "^1.0.1",
"@spotify/tsconfig": "^1.0.1",
"@types/cross-spawn": "^6.0.0",
"@types/debug": "^4.1.2",
"@types/jest": "^24.0.11",
Expand Down

0 comments on commit be57f72

Please sign in to comment.