diff --git a/.changeset/cold-ladybugs-love.md b/.changeset/cold-ladybugs-love.md deleted file mode 100644 index bc07370..0000000 --- a/.changeset/cold-ladybugs-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-ts-css": patch ---- - -fix: language service plugin conflicts with mdx analyzer diff --git a/.changeset/slimy-mayflies-exist.md b/.changeset/slimy-mayflies-exist.md deleted file mode 100644 index bc07370..0000000 --- a/.changeset/slimy-mayflies-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-ts-css": patch ---- - -fix: language service plugin conflicts with mdx analyzer diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f2c226..84f4f0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ -## 3.1.0 +## 3.2.4 + +### Patch Changes + +- 1a2e686: fix: language service plugin conflicts with mdx analyzer +- 1a2e686: fix: language service plugin conflicts with mdx analyzer ## 3.2.3 diff --git a/package.json b/package.json index bd9ef5e..957808a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "react-ts-css", "displayName": "React CSS modules", "description": "React CSS modules - VS code extension for CSS modules support in React projects written in typescript.Supports Definitions, Hover , Completion Providers and Diagnostics", - "version": "3.2.3", + "version": "3.2.4", "author": "Viijay-Kr", "publisher": "viijay-kr", "homepage": "https://github.com/Viijay-Kr/react-ts-css/blob/main/README.md",