Skip to content

Commit db03e0d

Browse files
committed
1 parent 5ba50db commit db03e0d

File tree

6 files changed

+36
-3
lines changed

6 files changed

+36
-3
lines changed
+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
<a name="1.0.0-alpha.1"></a>
7+
# 1.0.0-alpha.1 (2018-04-04)
8+
9+
10+
### Features
11+
12+
* Add babel-preset-zillow ([88b0bb4](https://github.com/zillow/javascript/commit/88b0bb4))

packages/babel-preset-zillow/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-zillow",
3-
"version": "1.0.0-alpha.0",
3+
"version": "1.0.0-alpha.1",
44
"description": "A Babel preset for transpiling JavaScript following our styleguide",
55
"keywords": [
66
"babel",

packages/eslint-config-zillow-base/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="1.0.0-alpha.1"></a>
7+
# [1.0.0-alpha.1](https://github.com/zillow/javascript/compare/eslint-config-zillow-base@[email protected]) (2018-04-04)
8+
9+
10+
### Bug Fixes
11+
12+
* **base:** Add import/no-cycle ([ce6a719](https://github.com/zillow/javascript/commit/ce6a719))
13+
14+
15+
16+
17+
618
<a name="1.0.0-alpha.0"></a>
719
# 1.0.0-alpha.0 (2018-03-28)
820

packages/eslint-config-zillow-base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-zillow-base",
3-
"version": "1.0.0-alpha.0",
3+
"version": "1.0.0-alpha.1",
44
"description": "Zillow's base JS ESLint config, following our styleguide",
55
"main": "index.js",
66
"files": [

packages/eslint-config-zillow/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="1.0.0-alpha.1"></a>
7+
# [1.0.0-alpha.1](https://github.com/zillow/javascript/compare/[email protected]@1.0.0-alpha.1) (2018-04-04)
8+
9+
**Note:** Version bump only for package eslint-config-zillow
10+
11+
12+
13+
14+
615
<a name="1.0.0-alpha.0"></a>
716
# 1.0.0-alpha.0 (2018-03-28)
817

packages/eslint-config-zillow/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-zillow",
3-
"version": "1.0.0-alpha.0",
3+
"version": "1.0.0-alpha.1",
44
"description": "Zillow's ESLint config, following our styleguide",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)