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 c4c3bc9 commit ce5faeb
Show file tree
Hide file tree
Showing 7 changed files with 33 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.

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.2.0](https://github.com/readmeio/standards/compare/@readme/[email protected]...@readme/[email protected]) (2023-10-31)


### Features

* **eslint:** disabling default exports in ESM libraries ([#765](https://github.com/readmeio/standards/issues/765)) ([c4c3bc9](https://github.com/readmeio/standards/commit/c4c3bc9caa6980338bbaf7009cde047c7870cebe))





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


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.1.0",
"version": "13.2.0",
"description": "ReadMe 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.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





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

**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.2",
"version": "4.0.3",
"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.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





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

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

0 comments on commit ce5faeb

Please sign in to comment.