File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"lerna" : " 2.4.0" ,
3
- "version" : " 0.7.1 " ,
3
+ "version" : " 0.9.0 " ,
4
4
"npmClient" : " yarn" ,
5
5
"registry" : " https://registry.npmjs.org/" ,
6
6
"useWorkspaces" : true
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stimulus/core" ,
3
- "version" : " 0.7.1 " ,
3
+ "version" : " 0.9.0 " ,
4
4
"description" : " Stimulus JavaScript framework: Core library" ,
5
5
"repository" : " https://github.com/stimulusjs/stimulus" ,
6
6
"author" : " Basecamp, LLC" ,
13
13
"types" : " dist/types/index.d.ts" ,
14
14
"license" : " MIT" ,
15
15
"dependencies" : {
16
- "@stimulus/mutation-observers" : " ^0.7.1 "
16
+ "@stimulus/mutation-observers" : " ^0.9.0 "
17
17
},
18
18
"files" : [
19
19
" dist"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stimulus/examples" ,
3
- "version" : " 0.7.1 " ,
3
+ "version" : " 0.9.0 " ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"babel-core" : " ^6.26.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stimulus/multimap" ,
3
- "version" : " 0.7.1 " ,
3
+ "version" : " 0.9.0 " ,
4
4
"description" : " Multimap maps one key to a set of many values" ,
5
5
"repository" : " https://github.com/stimulusjs/stimulus" ,
6
6
"author" : " Basecamp, LLC" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stimulus/mutation-observers" ,
3
- "version" : " 0.7.1 " ,
3
+ "version" : " 0.9.0 " ,
4
4
"description" : " Practical wrappers around DOM MutationObserver" ,
5
5
"repository" : " https://github.com/stimulusjs/stimulus" ,
6
6
"author" : " Basecamp, LLC" ,
12
12
"types" : " dist/types/index.d.ts" ,
13
13
"license" : " MIT" ,
14
14
"dependencies" : {
15
- "@stimulus/multimap" : " ^0.7.1 "
15
+ "@stimulus/multimap" : " ^0.9.0 "
16
16
},
17
17
"files" : [
18
18
" dist"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stimulus/polyfills" ,
3
3
"private" : true ,
4
- "version" : " 0.7.1 " ,
4
+ "version" : " 0.9.0 " ,
5
5
"license" : " MIT" ,
6
6
"devDependencies" : {
7
7
"core-js" : " ^2.5.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stimulus/webpack-helpers" ,
3
- "version" : " 0.7.1 " ,
3
+ "version" : " 0.9.0 " ,
4
4
"description" : " Stimulus JavaScript framework: webpack helpers" ,
5
5
"repository" : " https://github.com/stimulusjs/stimulus" ,
6
6
"author" : " Basecamp, LLC" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stimulus" ,
3
- "version" : " 0.7.1 " ,
3
+ "version" : " 0.9.0 " ,
4
4
"description" : " Stimulus JavaScript framework" ,
5
5
"repository" : " https://github.com/stimulusjs/stimulus" ,
6
6
"author" : " Basecamp, LLC" ,
13
13
"module" : " index.js" ,
14
14
"license" : " MIT" ,
15
15
"dependencies" : {
16
- "@stimulus/core" : " ^0.7.1 " ,
17
- "@stimulus/webpack-helpers" : " ^0.7.1 "
16
+ "@stimulus/core" : " ^0.9.0 " ,
17
+ "@stimulus/webpack-helpers" : " ^0.9.0 "
18
18
},
19
19
"scripts" : {
20
20
"prepack" : " cp ../../README.md ." ,
You can’t perform that action at this time.
0 commit comments