Skip to content

Commit

Permalink
chore(release): publish v0.1.0
Browse files Browse the repository at this point in the history
 - @alljoint-next/[email protected]
 - @alljoint-next/[email protected]
  • Loading branch information
trylovetom committed Feb 23, 2020
1 parent 504e9c3 commit a6ded86
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
12 changes: 12 additions & 0 deletions packages/ESLintConfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2020-02-23)


### Features

* **tool:** add the javascript eslint config package for alljoint-next ([5f269f2](https://github.com/AllJointTW/AllJointNext/commit/5f269f2d152c5aab2aefc083dacbe24b4dbf55af))
* **tool:** add the typescript eslint config package for alljoint-next ([719886c](https://github.com/AllJointTW/AllJointNext/commit/719886c80fc2a864bac0308a7793d617f53b27bc))
2 changes: 1 addition & 1 deletion packages/ESLintConfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alljoint-next/eslint-config",
"version": "0.0.0",
"version": "0.1.0",
"description": "The ESLint Config Used For AllJointNext",
"author": "TZU-YEN, CHANG <[email protected]>",
"license": "GPL-3.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/ESLintConfigTypeScript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2020-02-23)


### Features

* **tool:** add the typescript eslint config package for alljoint-next ([719886c](https://github.com/AllJointTW/AllJointNext/commit/719886c80fc2a864bac0308a7793d617f53b27bc))
4 changes: 2 additions & 2 deletions packages/ESLintConfigTypeScript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alljoint-next/eslint-config-typescript",
"version": "0.0.0",
"version": "0.1.0",
"description": "The ESLint Config Used For AllJointNext",
"author": "TZU-YEN, CHANG <[email protected]>",
"license": "GPL-3.0",
Expand All @@ -19,7 +19,7 @@
"lint": ":"
},
"dependencies": {
"@alljoint-next/eslint-config": "^0.0.0",
"@alljoint-next/eslint-config": "0.1.0",
"@typescript-eslint/eslint-plugin": "^2.19.2",
"@typescript-eslint/parser": "^2.19.2"
},
Expand Down

0 comments on commit a6ded86

Please sign in to comment.