Skip to content

Commit

Permalink
chore(release): Graduate prereleases
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Sep 30, 2020
1 parent 088ebf6 commit 81a952c
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 4 deletions.
8 changes: 8 additions & 0 deletions packages/eslint-config-zillow-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.

# [4.0.0](https://github.com/zillow/javascript/compare/eslint-config-zillow-base@[email protected]) (2020-09-30)

**Note:** Version bump only for package eslint-config-zillow-base





# [4.0.0-alpha.2](https://github.com/zillow/javascript/compare/eslint-config-zillow-base@[email protected]) (2020-09-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-zillow-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "eslint-config-zillow-base",
"version": "4.0.0-alpha.2",
"version": "4.0.0",
"description": "Zillow's base ESLint config, following our code conventions",
"main": "index.js",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-zillow-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.

# [1.0.0](https://github.com/zillow/javascript/compare/eslint-config-zillow-typescript@[email protected]) (2020-09-30)

**Note:** Version bump only for package eslint-config-zillow-typescript





# [1.0.0-alpha.3](https://github.com/zillow/javascript/compare/eslint-config-zillow-typescript@[email protected]) (2020-09-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-zillow-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "eslint-config-zillow-typescript",
"version": "1.0.0-alpha.3",
"version": "1.0.0",
"description": "Zillow's ESLint config for TypeScript, following our code conventions",
"main": "index.js",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-zillow/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.

# [4.0.0](https://github.com/zillow/javascript/compare/[email protected]@4.0.0) (2020-09-30)

**Note:** Version bump only for package eslint-config-zillow





# [4.0.0-alpha.3](https://github.com/zillow/javascript/compare/[email protected]@4.0.0-alpha.3) (2020-09-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-zillow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "eslint-config-zillow",
"version": "4.0.0-alpha.3",
"version": "4.0.0",
"description": "Zillow's ESLint config, following our code conventions",
"main": "index.js",
"files": [
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-plugin-zillow/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [4.0.0](https://github.com/zillow/javascript/compare/[email protected]@4.0.0) (2020-09-30)


### Features

* **deps:** @typescript-eslint/plugin@^4.3.0 ([521863e](https://github.com/zillow/javascript/commit/521863e458b7b9bfcdfc65238b2f74d16dff3a3d))





# [4.0.0-alpha.7](https://github.com/zillow/javascript/compare/[email protected]@4.0.0-alpha.7) (2020-09-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-zillow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "eslint-plugin-zillow",
"version": "4.0.0-alpha.7",
"version": "4.0.0",
"description": "Zillow's ESLint config bundled into a \"zero-conf\" plugin",
"keywords": [
"eslint",
Expand Down

0 comments on commit 81a952c

Please sign in to comment.