diff --git a/eslint/base/CHANGELOG.md b/eslint/base/CHANGELOG.md index 549c6bb..cd2bdc6 100644 --- a/eslint/base/CHANGELOG.md +++ b/eslint/base/CHANGELOG.md @@ -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/eslint-config@2.0.2...@movable/eslint-config@3.0.0) (2024-03-20) + +**Note:** Version bump only for package @movable/eslint-config + ## [2.0.2](https://github.com/movableink/lint-config/compare/@movable/eslint-config@2.0.1...@movable/eslint-config@2.0.2) (2022-07-06) ### Bug Fixes diff --git a/eslint/base/package.json b/eslint/base/package.json index b5c6b75..48d5b01 100644 --- a/eslint/base/package.json +++ b/eslint/base/package.json @@ -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 ", @@ -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" diff --git a/prettier-config/CHANGELOG.md b/prettier-config/CHANGELOG.md index 1a795f9..3d5d812 100644 --- a/prettier-config/CHANGELOG.md +++ b/prettier-config/CHANGELOG.md @@ -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/prettier-config@1.0.1...@movable/prettier-config@2.0.0) (2024-03-20) + +**Note:** Version bump only for package @movable/prettier-config + ## [1.0.1](https://github.com/movableink/lint-config/compare/@movable/prettier-config@1.0.0...@movable/prettier-config@1.0.1) (2021-09-10) **Note:** Version bump only for package @movable/prettier-config diff --git a/prettier-config/package.json b/prettier-config/package.json index f19fe61..909ae6c 100644 --- a/prettier-config/package.json +++ b/prettier-config/package.json @@ -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 ",