We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36ee0d6 commit 19f441cCopy full SHA for 19f441c
CHANGELOG.md
@@ -1,4 +1,6 @@
1
## Unreleased
2
+
3
+## 0.0.8 (2024-10-24)
4
- Deprecate usage of positional arguments ([#12](https://github.com/avo-hq/class_variants/pull/12))
5
- Deprecate compoundVariants in favor of compound_variants ([#20](https://github.com/avo-hq/class_variants/pull/20))
6
lib/class_variants/version.rb
@@ -1,3 +1,3 @@
module ClassVariants
- VERSION = "0.0.7".freeze
+ VERSION = "0.0.8".freeze
end
0 commit comments