File tree Expand file tree Collapse file tree 5 files changed +20
-6
lines changed Expand file tree Collapse file tree 5 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 4.0.1 (2021-09-24)
4
+
5
+ #### :memo : Documentation
6
+ * ` ember-simple-auth `
7
+ * [ #2323 ] ( https://github.com/simplabs/ember-simple-auth/pull/2323 ) Add repository to package ([ @rwwagner90 ] ( https://github.com/rwwagner90 ) )
8
+
9
+ #### :house : Internal
10
+ * ` classic-test-app ` , ` ember-simple-auth ` , ` test-app `
11
+ * [ #2321 ] ( https://github.com/simplabs/ember-simple-auth/pull/2321 ) Remove ESA version from ember inspector ([ @brunoocasali ] ( https://github.com/brunoocasali ) )
12
+
13
+ #### Committers: 2
14
+ - Bruno Casali ([ @brunoocasali ] ( https://github.com/brunoocasali ) )
15
+ - Robert Wagner ([ @rwwagner90 ] ( https://github.com/rwwagner90 ) )
16
+
3
17
## 4.0.0 (2021-09-08)
4
18
5
19
#### :boom : Breaking Change
Original file line number Diff line number Diff line change 17
17
"release-it-lerna-changelog" : " ^3.1.0" ,
18
18
"release-it-yarn-workspaces" : " ^2.0.0"
19
19
},
20
- "version" : " 4.0.0 "
20
+ "version" : " 4.0.1 "
21
21
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " classic-test-app" ,
3
- "version" : " 4.0.0 " ,
3
+ "version" : " 4.0.1 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"build" : " ember build" ,
45
45
"ember-maybe-import-regenerator" : " ^0.1.6" ,
46
46
"ember-mocha" : " ^0.16.2" ,
47
47
"ember-resolver" : " ^7.0.0" ,
48
- "ember-simple-auth" : " 4.0.0 " ,
48
+ "ember-simple-auth" : " 4.0.1 " ,
49
49
"ember-source" : " ~3.17.0" ,
50
50
"ember-source-channel-url" : " ^1.1.0" ,
51
51
"ember-try" : " ^1.1.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ember-simple-auth" ,
3
- "version" : " 4.0.0 " ,
3
+ "version" : " 4.0.1 " ,
4
4
"description" : " A lightweight library for implementing authentication/authorization with Ember.js applications." ,
5
5
"keywords" : [
6
6
" ember-addon"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " test-app" ,
3
- "version" : " 4.0.0 " ,
3
+ "version" : " 4.0.1 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"build" : " ember build" ,
47
47
"ember-maybe-import-regenerator" : " ^0.1.6" ,
48
48
"ember-mocha" : " ^0.16.2" ,
49
49
"ember-resolver" : " ^7.0.0" ,
50
- "ember-simple-auth" : " 4.0.0 " ,
50
+ "ember-simple-auth" : " 4.0.1 " ,
51
51
"ember-source" : " ~3.17.0" ,
52
52
"ember-source-channel-url" : " ^1.1.0" ,
53
53
"ember-try" : " ^1.1.0" ,
You can’t perform that action at this time.
0 commit comments