Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Apr 20, 2022
1 parent 6c58072 commit a4461a5
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.7.0](https://github.com/readmeio/standards/compare/@readme/[email protected]...@readme/[email protected]) (2022-04-20)


### Bug Fixes

* removing the upper engine boundary on the eslint-config pkg ([6c58072](https://github.com/readmeio/standards/commit/6c58072532ab9a7135e79c0e18a60109e7a6ad1e))


### Features

* adding support for node 18, dropping node 12 ([#372](https://github.com/readmeio/standards/issues/372)) ([25a59fa](https://github.com/readmeio/standards/commit/25a59faa73909f55003237b837c7f722feeec076))





# [8.6.0](https://github.com/readmeio/standards/compare/@readme/[email protected]...@readme/[email protected]) (2022-04-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@readme/eslint-config",
"version": "8.6.0",
"version": "8.7.0",
"description": "ReadMe coding standards",
"main": "index.js",
"author": "Jon Ursenbach <[email protected]>",
Expand Down
8 changes: 8 additions & 0 deletions packages/stylelint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.4](https://github.com/readmeio/standards/compare/@readme/[email protected]...@readme/[email protected]) (2022-04-20)

**Note:** Version bump only for package @readme/stylelint-config





## [1.1.3](https://github.com/readmeio/standards/compare/@readme/[email protected]...@readme/[email protected]) (2022-04-18)

**Note:** Version bump only for package @readme/stylelint-config
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@readme/stylelint-config",
"version": "1.1.3",
"version": "1.1.4",
"description": "ReadMe coding standards for styles",
"main": "index.js",
"files": [
Expand Down

0 comments on commit a4461a5

Please sign in to comment.