Skip to content

Commit

Permalink
fixing missing dist folder export in gemspec, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasjabari committed Jun 8, 2022
1 parent 082ee94 commit c4db246
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v3.1.2 Release - 2022-06-08

- fixing missing dist folder export in gemspec

## v3.1.1 Release - 2022-06-08

- fixing stylesheet export path in order to support Sprockets & SassC without any node driven sass compiler
Expand Down
2 changes: 1 addition & 1 deletion lib/matestack/ui/bootstrap/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Matestack
module Ui
module Bootstrap
VERSION = '3.1.1'
VERSION = '3.1.2'
end
end
end
2 changes: 1 addition & 1 deletion matestack-ui-bootstrap.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.description = "Bootstrap v5 components for Matestack UI"
spec.license = "MIT"

spec.files = Dir["{app,config,db,lib}/**/*", "LICENSE", "Rakefile", "README.md"]
spec.files = Dir["{app,config,db,lib,dist}/**/*", "LICENSE", "Rakefile", "README.md"]

spec.add_dependency "matestack-ui-core", "~> 3.0.0"
spec.add_dependency "matestack-ui-vuejs", "~> 3.1.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matestack-ui-bootstrap",
"version": "3.1.1",
"version": "3.1.2",
"license": "MIT",
"module": "./dist/matestack-ui-bootstrap.esm.js",
"files": [
Expand Down

0 comments on commit c4db246

Please sign in to comment.