Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @movable/[email protected]
 - @movable/[email protected]
  • Loading branch information
nicksteffens committed Mar 20, 2024
1 parent 1ba4f5b commit 179fef7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions eslint/base/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.0.0](https://github.com/movableink/lint-config/compare/@movable/[email protected]...@movable/[email protected]) (2024-03-20)

**Note:** Version bump only for package @movable/eslint-config

## [2.0.2](https://github.com/movableink/lint-config/compare/@movable/[email protected]...@movable/[email protected]) (2022-07-06)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions eslint/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@movable/eslint-config",
"version": "2.0.2",
"version": "3.0.0",
"description": "Shared ESLint configuration for Movable Ink",
"repository": "https://github.com/movableink/lint-config",
"author": "Alex LaFroscia <[email protected]>",
Expand All @@ -11,7 +11,7 @@
"@babel/plugin-syntax-decorators": "^7.14.5",
"@babel/plugin-syntax-top-level-await": "^7.14.5",
"@movable/eslint-plugin-no-wildcard-postmessage": "^1.0.0",
"@movable/prettier-config": "^1.0.1",
"@movable/prettier-config": "^2.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-no-unsanitized": "^3.2.0",
"eslint-plugin-prettier": "^4.2.1"
Expand Down
4 changes: 4 additions & 0 deletions prettier-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.

# [2.0.0](https://github.com/movableink/lint-config/compare/@movable/[email protected]...@movable/[email protected]) (2024-03-20)

**Note:** Version bump only for package @movable/prettier-config

## [1.0.1](https://github.com/movableink/lint-config/compare/@movable/[email protected]...@movable/[email protected]) (2021-09-10)

**Note:** Version bump only for package @movable/prettier-config
Expand Down
2 changes: 1 addition & 1 deletion prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@movable/prettier-config",
"version": "1.0.1",
"version": "2.0.0",
"description": "Shared Prettier configuration for Movable Ink",
"repository": "https://github.com/movableink/lint-config",
"author": "Alex LaFroscia <[email protected]>",
Expand Down

0 comments on commit 179fef7

Please sign in to comment.