Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @readme/eslint-config@13.0.0
 - @readme/spectral-config@4.0.0
 - @readme/stylelint-config@6.0.0
  • Loading branch information
erunion committed Sep 12, 2023
1 parent 293357d commit 26e38c4
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 6 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.

12 changes: 12 additions & 0 deletions packages/eslint-config/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.

# [13.0.0](https://github.com/readmeio/standards/compare/@readme/eslint-config@12.2.1...@readme/eslint-config@13.0.0) (2023-09-12)


### Features

* creation of a new `esm` config for esm codebases ([#751](https://github.com/readmeio/standards/issues/751)) ([021f881](https://github.com/readmeio/standards/commit/021f88183c0cb0e6d5b4f246db7811abd20829a2))
* dropping support for Node 14 and 16 ([293357d](https://github.com/readmeio/standards/commit/293357db47858481e01c94613d2f5727ad5e7f48))





## [12.2.1](https://github.com/readmeio/standards/compare/@readme/eslint-config@12.2.0...@readme/eslint-config@12.2.1) (2023-09-08)

**Note:** Version bump only for package @readme/eslint-config
Expand Down
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": "12.2.1",
"version": "13.0.0",
"description": "ReadMe coding standards",
"main": "index.js",
"author": "Jon Ursenbach <jon@ursenba.ch>",
Expand Down
11 changes: 11 additions & 0 deletions packages/spectral-config/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.

# [4.0.0](https://github.com/readmeio/standards/compare/@readme/spectral-config@3.1.2...@readme/spectral-config@4.0.0) (2023-09-12)


### Features

* dropping support for Node 14 and 16 ([293357d](https://github.com/readmeio/standards/commit/293357db47858481e01c94613d2f5727ad5e7f48))





## [3.1.2](https://github.com/readmeio/standards/compare/@readme/spectral-config@3.1.1...@readme/spectral-config@3.1.2) (2023-09-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/spectral-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@readme/spectral-config",
"version": "3.1.2",
"version": "4.0.0",
"description": "ReadMe coding standards for API documentation",
"main": "dist/index.js",
"type": "module",
Expand Down
11 changes: 11 additions & 0 deletions packages/stylelint-config/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.

# [6.0.0](https://github.com/readmeio/standards/compare/@readme/stylelint-config@5.0.6...@readme/stylelint-config@6.0.0) (2023-09-12)


### Features

* dropping support for Node 14 and 16 ([293357d](https://github.com/readmeio/standards/commit/293357db47858481e01c94613d2f5727ad5e7f48))





## [5.0.6](https://github.com/readmeio/standards/compare/@readme/stylelint-config@5.0.5...@readme/stylelint-config@5.0.6) (2023-09-08)

**Note:** Version bump only for package @readme/stylelint-config
Expand Down
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": "5.0.6",
"version": "6.0.0",
"description": "ReadMe coding standards for styles",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 26e38c4

Please sign in to comment.