Skip to content
This repository was archived by the owner on May 16, 2020. It is now read-only.

Commit ffb3395

Browse files
chore: publish
- @atlauncher/atlauncher-scripts@0.2.1 - @atlauncher/eslint-config-atlauncher@0.1.1
1 parent 6369512 commit ffb3395

File tree

4 files changed

+33
-4
lines changed

4 files changed

+33
-4
lines changed

packages/atlauncher-scripts/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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="0.2.1"></a>
7+
## [0.2.1](https://github.com/ATLauncher/javascript/compare/@atlauncher/atlauncher-scripts@0.2.0...@atlauncher/atlauncher-scripts@0.2.1) (2018-04-28)
8+
9+
10+
### Bug Fixes
11+
12+
* remove eslint-plugin-immutable ([a6a54e4](https://github.com/ATLauncher/javascript/commit/a6a54e4))
13+
14+
15+
16+
617
<a name="0.2.0"></a>
718
# [0.2.0](https://github.com/ATLauncher/javascript/compare/@atlauncher/atlauncher-scripts@0.1.0...@atlauncher/atlauncher-scripts@0.2.0) (2018-04-25)
819

packages/atlauncher-scripts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atlauncher/atlauncher-scripts",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Configuration and scripts for use with ATLauncher projects.",
55
"keywords": [
66
"javascript",
@@ -31,7 +31,7 @@
3131
"dependencies": {
3232
"@atlauncher/babel-preset-atlauncher": "0.1.0",
3333
"@atlauncher/commitlint-config-atlauncher": "0.1.1",
34-
"@atlauncher/eslint-config-atlauncher": "0.1.0",
34+
"@atlauncher/eslint-config-atlauncher": "0.1.1",
3535
"@atlauncher/eslint-plugin-atlauncher": "0.3.0",
3636
"@commitlint/cli": "~6.1.3",
3737
"babel-cli": "~6.26.0",

packages/eslint-config-atlauncher/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
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="0.1.1"></a>
7+
## [0.1.1](https://github.com/ATLauncher/javascript/compare/@atlauncher/eslint-config-atlauncher@0.1.0...@atlauncher/eslint-config-atlauncher@0.1.1) (2018-04-28)
8+
9+
10+
### Bug Fixes
11+
12+
* remove eslint-plugin-immutable ([a6a54e4](https://github.com/ATLauncher/javascript/commit/a6a54e4))
13+
* **eslint-plugin-atlauncher:** remove import/unambiguous rule ([6369512](https://github.com/ATLauncher/javascript/commit/6369512))
14+
15+
16+
17+
618
<a name="0.1.0"></a>
719
# 0.1.0 (2018-04-11)
820

packages/eslint-config-atlauncher/package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atlauncher/eslint-config-atlauncher",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "ATLauncher's ESLint config.",
55
"main": "index.js",
66
"repository": {
@@ -10,7 +10,13 @@
1010
"publishConfig": {
1111
"access": "public"
1212
},
13-
"keywords": ["eslint", "eslintconfig", "config", "javascript", "styleguide"],
13+
"keywords": [
14+
"eslint",
15+
"eslintconfig",
16+
"config",
17+
"javascript",
18+
"styleguide"
19+
],
1420
"author": "Ryan Dowling (https://twitter.com/@RyanAllmighty1)",
1521
"license": "MIT",
1622
"bugs": {

0 commit comments

Comments
 (0)