Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Oct 31, 2023
1 parent dd6f716 commit 8639126
Show file tree
Hide file tree
Showing 9 changed files with 53 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

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

# [13.3.0](https://github.com/readmeio/standards/compare/@readme/[email protected]...@readme/[email protected]) (2023-10-31)


### Features

* **eslint-plugin:** creation of a new custom eslint plugin ([#766](https://github.com/readmeio/standards/issues/766)) ([2b0422b](https://github.com/readmeio/standards/commit/2b0422b41e4d9b24c1b3d1be6bff5670d03d72c3))





# [13.2.0](https://github.com/readmeio/standards/compare/@readme/[email protected]...@readme/[email protected]) (2023-10-31)


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": "13.2.0",
"version": "13.3.0",
"description": "ReadMe coding standards",
"main": "index.js",
"author": "Jon Ursenbach <[email protected]>",
Expand Down
18 changes: 18 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Change Log

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

# 1.1.0 (2023-10-31)


### Bug Fixes

* plugin accessconfig ([9a6287b](https://github.com/readmeio/standards/commit/9a6287bba9476b62ec86c878531eff3d04fc2e1d))
* pre-version change to the new eslint plugin ([a2b4568](https://github.com/readmeio/standards/commit/a2b4568efaa74aabf6875bc8eeec6fed48e822e2))
* version ([dd6f716](https://github.com/readmeio/standards/commit/dd6f716485419192eebb04686a5d739b7ebef63e))


### Features

* **eslint-plugin:** creation of a new custom eslint plugin ([#766](https://github.com/readmeio/standards/issues/766)) ([2b0422b](https://github.com/readmeio/standards/commit/2b0422b41e4d9b24c1b3d1be6bff5670d03d72c3))
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@readme/eslint-plugin",
"version": "1.0.0",
"version": "1.1.0",
"description": "ESLint plugin providing custom rules for ReadMe's coding standards",
"main": "index.js",
"author": "Jon Ursenbach <[email protected]>",
Expand Down
8 changes: 8 additions & 0 deletions packages/spectral-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.

## [4.0.4](https://github.com/readmeio/standards/compare/@readme/[email protected]...@readme/[email protected]) (2023-10-31)

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





## [4.0.3](https://github.com/readmeio/standards/compare/@readme/[email protected]...@readme/[email protected]) (2023-10-31)

**Note:** Version bump only for package @readme/spectral-config
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": "4.0.3",
"version": "4.0.4",
"description": "ReadMe coding standards for API documentation",
"main": "dist/index.js",
"type": "module",
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.

## [6.0.4](https://github.com/readmeio/standards/compare/@readme/[email protected]...@readme/[email protected]) (2023-10-31)

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





## [6.0.3](https://github.com/readmeio/standards/compare/@readme/[email protected]...@readme/[email protected]) (2023-10-31)

**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": "6.0.3",
"version": "6.0.4",
"description": "ReadMe coding standards for styles",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 8639126

Please sign in to comment.