Skip to content

Commit c4db246

Browse files
committed
fixing missing dist folder export in gemspec, version bump
1 parent 082ee94 commit c4db246

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v3.1.2 Release - 2022-06-08
4+
5+
- fixing missing dist folder export in gemspec
6+
37
## v3.1.1 Release - 2022-06-08
48

59
- fixing stylesheet export path in order to support Sprockets & SassC without any node driven sass compiler

lib/matestack/ui/bootstrap/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Matestack
22
module Ui
33
module Bootstrap
4-
VERSION = '3.1.1'
4+
VERSION = '3.1.2'
55
end
66
end
77
end

matestack-ui-bootstrap.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
1414
spec.description = "Bootstrap v5 components for Matestack UI"
1515
spec.license = "MIT"
1616

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

1919
spec.add_dependency "matestack-ui-core", "~> 3.0.0"
2020
spec.add_dependency "matestack-ui-vuejs", "~> 3.1.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matestack-ui-bootstrap",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"license": "MIT",
55
"module": "./dist/matestack-ui-bootstrap.esm.js",
66
"files": [

0 commit comments

Comments
 (0)