Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - eslint-config-zillow-base@4.0.0-alpha.1
 - eslint-config-zillow-typescript@1.0.0-alpha.1
 - eslint-config-zillow@4.0.0-alpha.2
 - eslint-plugin-zillow@4.0.0-alpha.5
 - prettier-config-zillow@1.3.0
  • Loading branch information
evocateur committed Sep 28, 2020
1 parent 3ba39d5 commit 0514e70
Show file tree
Hide file tree
Showing 10 changed files with 60 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/eslint-config-zillow-base/CHANGELOG.md
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-alpha.1](https://github.com/zillow/javascript/compare/eslint-config-zillow-base@4.0.0-alpha.0...eslint-config-zillow-base@4.0.0-alpha.1) (2020-09-28)

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





# [4.0.0-alpha.0](https://github.com/zillow/javascript/compare/eslint-config-zillow-base@3.8.0...eslint-config-zillow-base@4.0.0-alpha.0) (2020-09-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-zillow-base/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-zillow-base",
"version": "4.0.0-alpha.0",
"version": "4.0.0-alpha.1",
"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
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-alpha.1](https://github.com/zillow/javascript/compare/eslint-config-zillow-typescript@1.0.0-alpha.0...eslint-config-zillow-typescript@1.0.0-alpha.1) (2020-09-28)

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





# 1.0.0-alpha.0 (2020-09-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-zillow-typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-zillow-typescript",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "Zillow's ESLint config for TypeScript, following our code conventions",
"main": "index.js",
"files": [
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config-zillow/CHANGELOG.md
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-alpha.2](https://github.com/zillow/javascript/compare/eslint-config-zillow@4.0.0-alpha.1...eslint-config-zillow@4.0.0-alpha.2) (2020-09-28)


### Bug Fixes

* **react:** Revert silly workaround, it didn't work ([10542c7](https://github.com/zillow/javascript/commit/10542c71deb66ab6702ea8bf6d2c3307069a2c13))





# [4.0.0-alpha.1](https://github.com/zillow/javascript/compare/eslint-config-zillow@4.0.0-alpha.0...eslint-config-zillow@4.0.0-alpha.1) (2020-09-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-zillow/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-zillow",
"version": "4.0.0-alpha.1",
"version": "4.0.0-alpha.2",
"description": "Zillow's ESLint config, following our code conventions",
"main": "index.js",
"files": [
Expand Down
17 changes: 17 additions & 0 deletions packages/eslint-plugin-zillow/CHANGELOG.md
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.5](https://github.com/zillow/javascript/compare/eslint-plugin-zillow@4.0.0-alpha.4...eslint-plugin-zillow@4.0.0-alpha.5) (2020-09-28)


### Bug Fixes

* **react:** Revert silly workaround, it didn't work ([10542c7](https://github.com/zillow/javascript/commit/10542c71deb66ab6702ea8bf6d2c3307069a2c13))
* **react:** Turn off react/prop-types until upstream bug is fixed ([3ba39d5](https://github.com/zillow/javascript/commit/3ba39d5204fe7bee86780cda342d687da295fe30))


### Features

* **prettier:** Add embeddedLanguageFormatting default to config ([99708d0](https://github.com/zillow/javascript/commit/99708d0df097e455897583a9a17a907e8671a0d9))





# [4.0.0-alpha.4](https://github.com/zillow/javascript/compare/eslint-plugin-zillow@4.0.0-alpha.3...eslint-plugin-zillow@4.0.0-alpha.4) (2020-09-28)

**Note:** Version bump only for package eslint-plugin-zillow
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-zillow/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-zillow",
"version": "4.0.0-alpha.4",
"version": "4.0.0-alpha.5",
"description": "Zillow's ESLint config bundled into a \"zero-conf\" plugin",
"keywords": [
"eslint",
Expand Down
11 changes: 11 additions & 0 deletions packages/prettier-config-zillow/CHANGELOG.md
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.

# [1.3.0](https://github.com/zillow/javascript/compare/prettier-config-zillow@1.2.0...prettier-config-zillow@1.3.0) (2020-09-28)


### Features

* **prettier:** Add embeddedLanguageFormatting default to config ([99708d0](https://github.com/zillow/javascript/commit/99708d0df097e455897583a9a17a907e8671a0d9))





# [1.2.0](https://github.com/zillow/javascript/compare/prettier-config-zillow@1.1.1...prettier-config-zillow@1.2.0) (2020-04-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config-zillow/package.json
@@ -1,6 +1,6 @@
{
"name": "prettier-config-zillow",
"version": "1.2.0",
"version": "1.3.0",
"description": "Zillow's base Prettier config, following our code conventions",
"keywords": [
"prettier",
Expand Down

0 comments on commit 0514e70

Please sign in to comment.