We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36ee0d6 + 49ba85f commit 75a5d70Copy full SHA for 75a5d70
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
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- class_variants (0.0.7)
+ class_variants (0.0.8)
GEM
7
remote: https://rubygems.org/
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