Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions crates/zed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# css-modules-kit-zed

## 0.1.0

### Minor Changes

- e22cae6: feat: supports `CMK_LOAD_LOCAL_TS_PLUGIN` for loading local ts-plugin

### Patch Changes

- e22cae6: fix: fix Zed Extension breaking when package.json is not present in workspace root

## 0.0.1
2 changes: 1 addition & 1 deletion crates/zed/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "css-modules-kit-zed"
version = "0.0.1"
version = "0.1.0"
edition = "2024"
license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion crates/zed/extension.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id = "css-modules-kit"
name = "CSS Modules Kit"
version = "0.0.1"
version = "0.1.0"
schema_version = 1
authors = ["mizdra <pp.mizdra@gmail.com>"]
description = "The Zed extension for CSS Modules Kit"
Expand Down