Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Nov 17, 2022
1 parent 545d65c commit 5d2573c
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 12 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.

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

# [10.2.0](https://github.com/readmeio/standards/compare/@readme/[email protected]...@readme/[email protected]) (2022-11-17)

### Features

- enabling no-unreachable in the TS config ([545d65c](https://github.com/readmeio/standards/commit/545d65c7410025ea73bc7649a8426197bcad76f9))

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

**Note:** Version bump only for package @readme/eslint-config
Expand Down
4 changes: 2 additions & 2 deletions 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": "10.1.3",
"version": "10.2.0",
"description": "ReadMe coding standards",
"main": "index.js",
"author": "Jon Ursenbach <[email protected]>",
Expand Down
4 changes: 4 additions & 0 deletions packages/spectral-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

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

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

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/spectral-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/spectral-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@readme/spectral-config",
"version": "1.1.2",
"version": "1.1.3",
"description": "ReadMe coding standards for API documentation",
"main": "src/index.js",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions packages/stylelint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.1.4](https://github.com/readmeio/standards/compare/@readme/[email protected]...@readme/[email protected]) (2022-11-17)

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

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

**Note:** Version bump only for package @readme/stylelint-config
Expand Down
4 changes: 2 additions & 2 deletions 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": "3.1.3",
"version": "3.1.4",
"description": "ReadMe coding standards for styles",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 5d2573c

Please sign in to comment.