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

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - @atlauncher/[email protected]
 - @atlauncher/[email protected]
  • Loading branch information
RyanTheAllmighty committed Apr 28, 2018
1 parent 6369512 commit ffb3395
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 4 deletions.
11 changes: 11 additions & 0 deletions packages/atlauncher-scripts/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.

<a name="0.2.1"></a>
## [0.2.1](https://github.com/ATLauncher/javascript/compare/@atlauncher/[email protected]...@atlauncher/[email protected]) (2018-04-28)


### Bug Fixes

* remove eslint-plugin-immutable ([a6a54e4](https://github.com/ATLauncher/javascript/commit/a6a54e4))




<a name="0.2.0"></a>
# [0.2.0](https://github.com/ATLauncher/javascript/compare/@atlauncher/[email protected]...@atlauncher/[email protected]) (2018-04-25)

Expand Down
4 changes: 2 additions & 2 deletions packages/atlauncher-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atlauncher/atlauncher-scripts",
"version": "0.2.0",
"version": "0.2.1",
"description": "Configuration and scripts for use with ATLauncher projects.",
"keywords": [
"javascript",
Expand Down Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@atlauncher/babel-preset-atlauncher": "0.1.0",
"@atlauncher/commitlint-config-atlauncher": "0.1.1",
"@atlauncher/eslint-config-atlauncher": "0.1.0",
"@atlauncher/eslint-config-atlauncher": "0.1.1",
"@atlauncher/eslint-plugin-atlauncher": "0.3.0",
"@commitlint/cli": "~6.1.3",
"babel-cli": "~6.26.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/eslint-config-atlauncher/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.1.1"></a>
## [0.1.1](https://github.com/ATLauncher/javascript/compare/@atlauncher/[email protected]...@atlauncher/[email protected]) (2018-04-28)


### Bug Fixes

* remove eslint-plugin-immutable ([a6a54e4](https://github.com/ATLauncher/javascript/commit/a6a54e4))
* **eslint-plugin-atlauncher:** remove import/unambiguous rule ([6369512](https://github.com/ATLauncher/javascript/commit/6369512))




<a name="0.1.0"></a>
# 0.1.0 (2018-04-11)

Expand Down
10 changes: 8 additions & 2 deletions packages/eslint-config-atlauncher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atlauncher/eslint-config-atlauncher",
"version": "0.1.0",
"version": "0.1.1",
"description": "ATLauncher's ESLint config.",
"main": "index.js",
"repository": {
Expand All @@ -10,7 +10,13 @@
"publishConfig": {
"access": "public"
},
"keywords": ["eslint", "eslintconfig", "config", "javascript", "styleguide"],
"keywords": [
"eslint",
"eslintconfig",
"config",
"javascript",
"styleguide"
],
"author": "Ryan Dowling (https://twitter.com/@RyanAllmighty1)",
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit ffb3395

Please sign in to comment.