From be50275d7ba5af8871b84c85a57419dcb877d55a Mon Sep 17 00:00:00 2001 From: kiwicom-orbit-bot Date: Mon, 4 Nov 2024 16:18:58 +0000 Subject: [PATCH] chore: publish - @kiwicom/eslint-plugin-orbit-components@0.9.0 --- packages/eslint-plugin-orbit-components/CHANGELOG.md | 11 +++++++++++ packages/eslint-plugin-orbit-components/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/eslint-plugin-orbit-components/CHANGELOG.md b/packages/eslint-plugin-orbit-components/CHANGELOG.md index 9634e8bb7e..790acb39bc 100644 --- a/packages/eslint-plugin-orbit-components/CHANGELOG.md +++ b/packages/eslint-plugin-orbit-components/CHANGELOG.md @@ -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. +# [0.9.0](https://github.com/kiwicom/orbit/compare/@kiwicom/eslint-plugin-orbit-components@0.8.3...@kiwicom/eslint-plugin-orbit-components@0.9.0) (2024-11-04) + + +### Features + +* **eslint-plugin:** deprecate package ([27683f4](https://github.com/kiwicom/orbit/commit/27683f41bd721612c1676dd5c18eea0d9aaf938f)) + + + + + ## [0.8.3](https://github.com/kiwicom/orbit/compare/@kiwicom/eslint-plugin-orbit-components@0.8.2...@kiwicom/eslint-plugin-orbit-components@0.8.3) (2024-08-14) **Note:** Version bump only for package @kiwicom/eslint-plugin-orbit-components diff --git a/packages/eslint-plugin-orbit-components/package.json b/packages/eslint-plugin-orbit-components/package.json index 1fdd903045..e273b575a2 100644 --- a/packages/eslint-plugin-orbit-components/package.json +++ b/packages/eslint-plugin-orbit-components/package.json @@ -1,7 +1,7 @@ { "name": "@kiwicom/eslint-plugin-orbit-components", "description": "Collection of ESLint rules to enforce the best usage practices of @kiwicom/orbit-components", - "version": "0.8.3", + "version": "0.9.0", "author": "Kiwi.com", "main": "./dist/index.cjs", "module": "./dist/index.js",