Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxingkang committed Sep 1, 2020
1 parent 9ecc056 commit 77c1a17
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions packages/plugin-eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.2](https://github.com/walrusjs/plugins/compare/@walrus/[email protected].1...@walrus/[email protected].2) (2020-08-22)
## [1.2.3](https://github.com/walrusjs/plugins/compare/@walrus/[email protected].2...@walrus/[email protected].3) (2020-09-01)

**Note:** Version bump only for package @walrus/plugin-eslint

## [1.2.2](https://github.com/walrusjs/plugins/compare/@walrus/[email protected]...@walrus/[email protected]) (2020-08-22)



**Note:** Version bump only for package @walrus/plugin-eslint

## [1.2.1](https://github.com/walrusjs/plugins/compare/@walrus/[email protected]...@walrus/[email protected]) (2020-04-07)

Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@walrus/plugin-eslint",
"version": "1.2.2",
"version": "1.2.3",
"description": "walrus plugin eslint",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-prettier/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.1](https://github.com/walrusjs/plugins/compare/@walrus/[email protected].0...@walrus/[email protected].1) (2020-08-22)
## [1.2.2](https://github.com/walrusjs/plugins/compare/@walrus/[email protected].1...@walrus/[email protected].2) (2020-09-01)

**Note:** Version bump only for package @walrus/plugin-prettier

## [1.2.1](https://github.com/walrusjs/plugins/compare/@walrus/[email protected]...@walrus/[email protected]) (2020-08-22)



**Note:** Version bump only for package @walrus/plugin-prettier

# [1.2.0](https://github.com/walrusjs/plugins/compare/@walrus/[email protected]...@walrus/[email protected]) (2020-04-06)

Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@walrus/plugin-prettier",
"version": "1.2.1",
"version": "1.2.2",
"description": "walrus plugin prettier",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/preset-lint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.6](https://github.com/walrusjs/plugins/compare/@walrus/[email protected].5...@walrus/[email protected].6) (2020-08-22)
## [1.1.7](https://github.com/walrusjs/plugins/compare/@walrus/[email protected].6...@walrus/[email protected].7) (2020-09-01)

**Note:** Version bump only for package @walrus/preset-lint

## [1.1.6](https://github.com/walrusjs/plugins/compare/@walrus/[email protected]...@walrus/[email protected]) (2020-08-22)



**Note:** Version bump only for package @walrus/preset-lint

## [1.1.5](https://github.com/walrusjs/plugins/compare/@walrus/[email protected]...@walrus/[email protected]) (2020-04-07)

Expand Down
6 changes: 3 additions & 3 deletions packages/preset-lint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@walrus/preset-lint",
"version": "1.1.6",
"version": "1.1.7",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
Expand All @@ -9,8 +9,8 @@
"license": "MIT",
"dependencies": {
"@walrus/plugin-commitlint": "1.2.1",
"@walrus/plugin-eslint": "1.2.2",
"@walrus/plugin-prettier": "1.2.1",
"@walrus/plugin-eslint": "1.2.3",
"@walrus/plugin-prettier": "1.2.2",
"@walrus/plugin-stylelint": "1.2.1"
},
"publishConfig": {
Expand Down

0 comments on commit 77c1a17

Please sign in to comment.