Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elvinaspredkelis committed Jan 2, 2025
1 parent c778b76 commit 65a4e12
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ruby/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This is the changelog for the `essence` gem. For now, most of the updates will b

### Unreleased

### 0.3.1

- fix: Including Stimulus files in the gemspec

### 0.3.0

- feature: Adding `Tabs` component
Expand Down
2 changes: 1 addition & 1 deletion ruby/essence.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
spec.metadata["source_code_uri"] = "https://github.com/primevise/essence"

spec.files = Dir.chdir(File.expand_path(__dir__)) do
Dir["{components,lib}/**/*", "exe/*", "LICENCE", "Rakefile", "README.md"]
Dir["essence/**/*", "{components,lib}/**/*", "exe/*", "LICENCE", "Rakefile", "README.md"]
end

spec.bindir = "exe"
Expand Down
2 changes: 1 addition & 1 deletion ruby/lib/essence/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Essence
VERSION = "0.3.0"
VERSION = "0.3.1"
end

0 comments on commit 65a4e12

Please sign in to comment.