Skip to content

Commit 9688966

Browse files
committed
bumped to matestack-ui-core 2.1.0
1 parent 0e3678a commit 9688966

File tree

5 files changed

+9
-10
lines changed

5 files changed

+9
-10
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ gemspec
2323

2424
gem 'rails', '6.1.2'
2525

26-
2726
gem 'rspec-rails', '~> 4.0.2'
2827
gem 'capybara'
2928
gem 'webpacker', '~> 5.0'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: .
33
specs:
44
matestack-ui-bootstrap (2.0.1)
5-
matestack-ui-core (~> 2.0)
5+
matestack-ui-core (~> 2.1)
66

77
GEM
88
remote: https://rubygems.org/
@@ -113,7 +113,7 @@ GEM
113113
mini_mime (>= 0.1.1)
114114
marcel (0.3.3)
115115
mimemagic (~> 0.3.2)
116-
matestack-ui-core (2.0.0)
116+
matestack-ui-core (2.1.0)
117117
rails (>= 5.2)
118118
method_source (1.0.0)
119119
mimemagic (0.3.10)

matestack-ui-bootstrap.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ Gem::Specification.new do |spec|
1616

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

19-
spec.add_dependency "matestack-ui-core", "~> 2.0"
19+
spec.add_dependency "matestack-ui-core", "~> 2.1"
2020
end

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matestack-ui-bootstrap",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"license": "MIT",
55
"main": "./lib/matestack/ui/bootstrap/index.js",
66
"files": [
@@ -13,7 +13,7 @@
1313
"@rails/webpacker": "5.2.1",
1414
"bootstrap": "^5.0.0",
1515
"link-module-alias": "^1.2.0",
16-
"matestack-ui-core": "^2.0.0",
16+
"matestack-ui-core": "^2.1.0",
1717
"rails-erb-loader": "^5.5.2"
1818
},
1919
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4292,10 +4292,10 @@ map-visit@^1.0.0:
42924292
dependencies:
42934293
object-visit "^1.0.0"
42944294

4295-
matestack-ui-core@^2.0.0:
4296-
version "2.0.0"
4297-
resolved "https://registry.yarnpkg.com/matestack-ui-core/-/matestack-ui-core-2.0.0.tgz#2cc5b10589e1d7d54c075ed1ad397714c7d13923"
4298-
integrity sha512-VndmLtqzfgD6PpW0zrckAm6MYdY/wcNa3MGwwvVGKYMeB9gB+DELQxh+OxJEggbfZEX00HOhzIGUwKZi/OVYFQ==
4295+
matestack-ui-core@^2.1.0:
4296+
version "2.1.0"
4297+
resolved "https://registry.yarnpkg.com/matestack-ui-core/-/matestack-ui-core-2.1.0.tgz#fea10748700b8c893697ede03992a67cfd04cb68"
4298+
integrity sha512-q8Uuq3yoKWIPn2MvGCx8tH3qoC9PSKXZy3Pxiw+BTwWWwDKBXhcdxWxURgz7gL2czhp/VGcx5Yfc5eVbWHg2qw==
42994299
dependencies:
43004300
axios "^0.21.1"
43014301
v-runtime-template "^1.5.2"

0 commit comments

Comments
 (0)