Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - @dawnjs/eslint-config-dawn@3.2.0
 - @dawnjs/dn-middleware-lint@3.3.1
  • Loading branch information
longgui.wjb committed Dec 2, 2021
1 parent 0608c82 commit e7f478e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/eslint-config-dawn/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.2.0](https://github.com/alibaba/dawn/compare/@dawnjs/eslint-config-dawn@3.1.3...@dawnjs/eslint-config-dawn@3.2.0) (2021-12-02)

### Features

- disable js-doc rule by default ([047eb66](https://github.com/alibaba/dawn/commit/047eb66ff3c174d6dc4922c9746754d7c28472b5))

## [3.1.3](https://github.com/alibaba/dawn/compare/@dawnjs/eslint-config-dawn@3.1.2...@dawnjs/eslint-config-dawn@3.1.3) (2021-11-17)

**Note:** Version bump only for package @dawnjs/eslint-config-dawn
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-dawn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dawnjs/eslint-config-dawn",
"version": "3.1.3",
"version": "3.2.0",
"description": "dawn eslint rules",
"main": "index.js",
"keywords": [
Expand Down
4 changes: 4 additions & 0 deletions packages/middleware-lint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.3.1](https://github.com/alibaba/dawn/compare/@dawnjs/dn-middleware-lint@3.3.0...@dawnjs/dn-middleware-lint@3.3.1) (2021-12-02)

**Note:** Version bump only for package @dawnjs/dn-middleware-lint

# [3.3.0](https://github.com/alibaba/dawn/compare/@dawnjs/dn-middleware-lint@3.2.3...@dawnjs/dn-middleware-lint@3.3.0) (2021-11-29)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/middleware-lint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dawnjs/dn-middleware-lint",
"version": "3.3.0",
"version": "3.3.1",
"description": "Dawn lint middleware",
"main": "./lib/index.js",
"scripts": {
Expand All @@ -24,7 +24,7 @@
"url": "https://github.com/alibaba/dawn.git"
},
"dependencies": {
"@dawnjs/eslint-config-dawn": "^3.1.3",
"@dawnjs/eslint-config-dawn": "^3.2.0",
"debug": "^4.3.2",
"del": "^6.0.0",
"eslint-formatter-pretty": "^4.1.0",
Expand Down

0 comments on commit e7f478e

Please sign in to comment.