Skip to content

Commit 2ffce62

Browse files
authored
Merge pull request #523 from matestack/next_release
1.5.0 Release
2 parents afc796c + f6d5f01 commit 2ffce62

File tree

5 files changed

+90
-77
lines changed

5 files changed

+90
-77
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v1.5.0 Release - 2021-03-07
4+
5+
### Improvements
6+
7+
- NPM package usage
8+
39
## v1.4.0 Release - 2021-02-05
410

511
### Improvements

Gemfile.lock

+72-69
Original file line numberDiff line numberDiff line change
@@ -11,61 +11,65 @@ PATH
1111
GEM
1212
remote: https://rubygems.org/
1313
specs:
14-
actioncable (6.0.3.2)
15-
actionpack (= 6.0.3.2)
14+
actioncable (6.1.1)
15+
actionpack (= 6.1.1)
16+
activesupport (= 6.1.1)
1617
nio4r (~> 2.0)
1718
websocket-driver (>= 0.6.1)
18-
actionmailbox (6.0.3.2)
19-
actionpack (= 6.0.3.2)
20-
activejob (= 6.0.3.2)
21-
activerecord (= 6.0.3.2)
22-
activestorage (= 6.0.3.2)
23-
activesupport (= 6.0.3.2)
19+
actionmailbox (6.1.1)
20+
actionpack (= 6.1.1)
21+
activejob (= 6.1.1)
22+
activerecord (= 6.1.1)
23+
activestorage (= 6.1.1)
24+
activesupport (= 6.1.1)
2425
mail (>= 2.7.1)
25-
actionmailer (6.0.3.2)
26-
actionpack (= 6.0.3.2)
27-
actionview (= 6.0.3.2)
28-
activejob (= 6.0.3.2)
26+
actionmailer (6.1.1)
27+
actionpack (= 6.1.1)
28+
actionview (= 6.1.1)
29+
activejob (= 6.1.1)
30+
activesupport (= 6.1.1)
2931
mail (~> 2.5, >= 2.5.4)
3032
rails-dom-testing (~> 2.0)
31-
actionpack (6.0.3.2)
32-
actionview (= 6.0.3.2)
33-
activesupport (= 6.0.3.2)
34-
rack (~> 2.0, >= 2.0.8)
33+
actionpack (6.1.1)
34+
actionview (= 6.1.1)
35+
activesupport (= 6.1.1)
36+
rack (~> 2.0, >= 2.0.9)
3537
rack-test (>= 0.6.3)
3638
rails-dom-testing (~> 2.0)
3739
rails-html-sanitizer (~> 1.0, >= 1.2.0)
38-
actiontext (6.0.3.2)
39-
actionpack (= 6.0.3.2)
40-
activerecord (= 6.0.3.2)
41-
activestorage (= 6.0.3.2)
42-
activesupport (= 6.0.3.2)
40+
actiontext (6.1.1)
41+
actionpack (= 6.1.1)
42+
activerecord (= 6.1.1)
43+
activestorage (= 6.1.1)
44+
activesupport (= 6.1.1)
4345
nokogiri (>= 1.8.5)
44-
actionview (6.0.3.2)
45-
activesupport (= 6.0.3.2)
46+
actionview (6.1.1)
47+
activesupport (= 6.1.1)
4648
builder (~> 3.1)
4749
erubi (~> 1.4)
4850
rails-dom-testing (~> 2.0)
4951
rails-html-sanitizer (~> 1.1, >= 1.2.0)
50-
activejob (6.0.3.2)
51-
activesupport (= 6.0.3.2)
52+
activejob (6.1.1)
53+
activesupport (= 6.1.1)
5254
globalid (>= 0.3.6)
53-
activemodel (6.0.3.2)
54-
activesupport (= 6.0.3.2)
55-
activerecord (6.0.3.2)
56-
activemodel (= 6.0.3.2)
57-
activesupport (= 6.0.3.2)
58-
activestorage (6.0.3.2)
59-
actionpack (= 6.0.3.2)
60-
activejob (= 6.0.3.2)
61-
activerecord (= 6.0.3.2)
55+
activemodel (6.1.1)
56+
activesupport (= 6.1.1)
57+
activerecord (6.1.1)
58+
activemodel (= 6.1.1)
59+
activesupport (= 6.1.1)
60+
activestorage (6.1.1)
61+
actionpack (= 6.1.1)
62+
activejob (= 6.1.1)
63+
activerecord (= 6.1.1)
64+
activesupport (= 6.1.1)
6265
marcel (~> 0.3.1)
63-
activesupport (6.0.3.2)
66+
mimemagic (~> 0.3.2)
67+
activesupport (6.1.1)
6468
concurrent-ruby (~> 1.0, >= 1.0.2)
65-
i18n (>= 0.7, < 2)
66-
minitest (~> 5.1)
67-
tzinfo (~> 1.1)
68-
zeitwerk (~> 2.2, >= 2.2.2)
69+
i18n (>= 1.6, < 2)
70+
minitest (>= 5.1)
71+
tzinfo (~> 2.0)
72+
zeitwerk (~> 2.3)
6973
addressable (2.7.0)
7074
public_suffix (>= 2.0.2, < 5.0)
7175
builder (3.2.4)
@@ -91,7 +95,7 @@ GEM
9195
cells (>= 4.1.6, < 5.0.0)
9296
childprocess (3.0.0)
9397
coderay (1.1.2)
94-
concurrent-ruby (1.1.6)
98+
concurrent-ruby (1.1.8)
9599
crack (0.4.3)
96100
safe_yaml (~> 1.0.0)
97101
crass (1.0.6)
@@ -100,7 +104,7 @@ GEM
100104
declarative-option (0.1.0)
101105
diff-lcs (1.3)
102106
docile (1.3.2)
103-
erubi (1.9.0)
107+
erubi (1.10.0)
104108
generator_spec (0.9.4)
105109
activesupport (>= 3.0.0)
106110
railties (>= 3.0.0)
@@ -110,9 +114,9 @@ GEM
110114
temple (>= 0.8.0)
111115
tilt
112116
hashdiff (1.0.0)
113-
i18n (1.8.3)
117+
i18n (1.8.8)
114118
concurrent-ruby (~> 1.0)
115-
loofah (2.6.0)
119+
loofah (2.9.0)
116120
crass (~> 1.0.2)
117121
nokogiri (>= 1.5.9)
118122
mail (2.7.1)
@@ -123,8 +127,8 @@ GEM
123127
mimemagic (0.3.5)
124128
mini_mime (1.0.2)
125129
mini_portile2 (2.5.0)
126-
minitest (5.14.2)
127-
nio4r (2.5.3)
130+
minitest (5.14.3)
131+
nio4r (2.5.4)
128132
nokogiri (1.11.1)
129133
mini_portile2 (~> 2.5.0)
130134
racc (~> 1.4)
@@ -146,33 +150,33 @@ GEM
146150
rack
147151
rack-test (1.1.0)
148152
rack (>= 1.0, < 3)
149-
rails (6.0.3.2)
150-
actioncable (= 6.0.3.2)
151-
actionmailbox (= 6.0.3.2)
152-
actionmailer (= 6.0.3.2)
153-
actionpack (= 6.0.3.2)
154-
actiontext (= 6.0.3.2)
155-
actionview (= 6.0.3.2)
156-
activejob (= 6.0.3.2)
157-
activemodel (= 6.0.3.2)
158-
activerecord (= 6.0.3.2)
159-
activestorage (= 6.0.3.2)
160-
activesupport (= 6.0.3.2)
161-
bundler (>= 1.3.0)
162-
railties (= 6.0.3.2)
153+
rails (6.1.1)
154+
actioncable (= 6.1.1)
155+
actionmailbox (= 6.1.1)
156+
actionmailer (= 6.1.1)
157+
actionpack (= 6.1.1)
158+
actiontext (= 6.1.1)
159+
actionview (= 6.1.1)
160+
activejob (= 6.1.1)
161+
activemodel (= 6.1.1)
162+
activerecord (= 6.1.1)
163+
activestorage (= 6.1.1)
164+
activesupport (= 6.1.1)
165+
bundler (>= 1.15.0)
166+
railties (= 6.1.1)
163167
sprockets-rails (>= 2.0.0)
164168
rails-dom-testing (2.0.3)
165169
activesupport (>= 4.2.0)
166170
nokogiri (>= 1.6)
167171
rails-html-sanitizer (1.3.0)
168172
loofah (~> 2.3)
169-
railties (6.0.3.2)
170-
actionpack (= 6.0.3.2)
171-
activesupport (= 6.0.3.2)
173+
railties (6.1.1)
174+
actionpack (= 6.1.1)
175+
activesupport (= 6.1.1)
172176
method_source
173177
rake (>= 0.8.7)
174-
thor (>= 0.20.3, < 2.0)
175-
rake (13.0.1)
178+
thor (~> 1.0)
179+
rake (13.0.3)
176180
regexp_parser (1.6.0)
177181
rspec (3.9.0)
178182
rspec-core (~> 3.9.0)
@@ -216,16 +220,15 @@ GEM
216220
activesupport (>= 4.0)
217221
sprockets (>= 3.0.0)
218222
temple (0.8.2)
219-
thor (1.0.1)
220-
thread_safe (0.3.6)
223+
thor (1.1.0)
221224
tilt (2.0.10)
222225
trailblazer-cells (0.0.3)
223226
cells (>= 4.1.0.rc1, < 5.0.0)
224227
turbolinks (5.2.1)
225228
turbolinks-source (~> 5.2)
226229
turbolinks-source (5.2.0)
227-
tzinfo (1.2.7)
228-
thread_safe (~> 0.1)
230+
tzinfo (2.0.4)
231+
concurrent-ruby (~> 1.0)
229232
uber (0.1.0)
230233
webmock (3.8.1)
231234
addressable (>= 2.3.6)
@@ -240,7 +243,7 @@ GEM
240243
websocket-extensions (0.1.5)
241244
xpath (3.2.0)
242245
nokogiri (~> 1.8)
243-
zeitwerk (2.3.1)
246+
zeitwerk (2.4.2)
244247

245248
PLATFORMS
246249
ruby

lib/matestack/ui/core/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Matestack
22
module Ui
33
module Core
4-
VERSION = '1.4.0'
4+
VERSION = '1.5.0'
55
end
66
end
77
end

package.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"name": "matestack-ui-core",
3-
"version": "1.4.0",
4-
"main": "app/javascript/matestack-ui-core",
5-
"private": true,
3+
"version": "1.5.0",
4+
"main": "app/javascript/matestack-ui-core/index.js",
5+
"files": [
6+
"app",
7+
"LICENSE"
8+
],
9+
"license": "LGPLv3",
610
"dependencies": {
711
"axios": "^0.21.1",
812
"link-module-alias": "^1.2.0",

spec/dummy/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2539,9 +2539,9 @@ domutils@^1.7.0:
25392539
domelementtype "1"
25402540

25412541
dot-prop@^4.1.1:
2542-
version "4.2.0"
2543-
resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-4.2.0.tgz#1f19e0c2e1aa0e32797c49799f2837ac6af69c57"
2544-
integrity sha512-tUMXrxlExSW6U2EXiiKGSBVdYgtV8qlHL+C10TsW4PURY/ic+eaysnSkwB4kA/mBlCyy/IKDJ+Lc3wbWeaXtuQ==
2542+
version "4.2.1"
2543+
resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-4.2.1.tgz#45884194a71fc2cda71cbb4bceb3a4dd2f433ba4"
2544+
integrity sha512-l0p4+mIuJIua0mhxGoh4a+iNL9bmeK5DvnSVQa6T0OhrVmaEa1XScX5Etc673FePCJOArq/4Pa2cLGODUWTPOQ==
25452545
dependencies:
25462546
is-obj "^1.0.0"
25472547

@@ -4328,7 +4328,7 @@ map-visit@^1.0.0:
43284328
object-visit "^1.0.0"
43294329

43304330
matestack-ui-core@../../:
4331-
version "1.3.2"
4331+
version "1.4.0"
43324332
dependencies:
43334333
axios "^0.21.1"
43344334
link-module-alias "^1.2.0"

0 commit comments

Comments
 (0)