Skip to content

Commit 51ff052

Browse files
authored
Merge pull request #26 from javierav/prepare-release
2 parents 72e36c2 + 5b485be commit 51ff052

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## 1.1.0 (2025-01-20)
22
- Add support for merging ([#23](https://github.com/avo-hq/class_variants/pull/23))
33
- Add support for subclass inheritance in helper ([#24](https://github.com/avo-hq/class_variants/pull/24))
44
- Fix issue in view helper and readme example ([#30](https://github.com/avo-hq/class_variants/pull/30))

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
class_variants (1.0.0)
4+
class_variants (1.1.0)
55

66
GEM
77
remote: https://rubygems.org/

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Adrian Marin
3+
Copyright (c) 2025 Adrian Marin
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

lib/class_variants/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ClassVariants
2-
VERSION = "1.0.0".freeze
2+
VERSION = "1.1.0".freeze
33
end

0 commit comments

Comments
 (0)