File tree Expand file tree Collapse file tree 4 files changed +13
-8
lines changed Expand file tree Collapse file tree 4 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 5
5
["@semantic-release/changelog", {
6
6
"changelogFile": "CHANGELOG.md"
7
7
}],
8
+ ["@semantic-release/npm", {
9
+ "tarballDir": "release"
10
+ }],
11
+ ["@semantic-release/github", {
12
+ "assets": "release/*.tgz"
13
+ }],
8
14
["@semantic-release/git", {
9
15
"assets": ["CHANGELOG.md", "package.json"]
10
16
}],
Original file line number Diff line number Diff line change 1
1
# [ 7.0.0-alpha.2] ( https://github.com/ZeeCoder/use-resize-observer/compare/v7.0.0-alpha.1...v7.0.0-alpha.2 ) (2020-11-11)
2
2
3
-
4
- * Added Semantic Release ([ 54a83ce] ( https://github.com/ZeeCoder/use-resize-observer/commit/54a83cede6fcb8dbfa9e0f9a0ea2f1f4557b606f ) )
5
-
3
+ - Added Semantic Release ([ 54a83ce] ( https://github.com/ZeeCoder/use-resize-observer/commit/54a83cede6fcb8dbfa9e0f9a0ea2f1f4557b606f ) )
6
4
7
5
### BREAKING CHANGES
8
6
9
- * - The returned ref is now a RefCallback, not a ref object
7
+ - The returned ref is now a RefCallback, not a ref object
8
+
10
9
- The returned ref will always be the same RefCallback.
11
10
Previously when a custom ref object was passed, it was returned as well from
12
11
the hook as "ref".
13
12
- Compared to 6.2.0-alpha.1 There's no ` callbackRef ` return value
14
13
anymore.
15
-
16
- # CHANGELOG
Original file line number Diff line number Diff line change 52
52
"@semantic-release/changelog" : " ^5.0.1" ,
53
53
"@semantic-release/commit-analyzer" : " ^8.0.1" ,
54
54
"@semantic-release/git" : " ^9.0.0" ,
55
+ "@semantic-release/github" : " ^7.1.1" ,
56
+ "@semantic-release/npm" : " ^7.0.6" ,
55
57
"@semantic-release/release-notes-generator" : " ^9.0.1" ,
56
58
"@size-limit/preset-small-lib" : " ^4.4.5" ,
57
59
"@testing-library/react" : " ^11.0.4" ,
Original file line number Diff line number Diff line change 1170
1170
micromatch "^4.0.0"
1171
1171
p-reduce "^2.0.0"
1172
1172
1173
- " @semantic-release/github@^7.0.0 " :
1173
+ " @semantic-release/github@^7.0.0" , "@semantic-release/github@^7.1.1" :
1174
1174
version "7.1.1"
1175
1175
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-7.1.1.tgz#e998aa9a9cd770838d9f27c64f060c2b686b9d95"
1176
1176
integrity sha512-w8CLCvGVKNe2FPOYQ68OFxFVNNha7YRzptnwTZYdjXYtgTDKw0XVfnMSd9NlJeQPYGfQmIhIVPNBU/cA6zUY0A==
1192
1192
p-retry "^4.0.0"
1193
1193
url-join "^4.0.0"
1194
1194
1195
- " @semantic-release/npm@^7.0.0 " :
1195
+ " @semantic-release/npm@^7.0.0" , "@semantic-release/npm@^7.0.6" :
1196
1196
version "7.0.6"
1197
1197
resolved "https://registry.yarnpkg.com/@semantic-release/npm/-/npm-7.0.6.tgz#1301bd57d246eae048d7104a735467bb0829f3d8"
1198
1198
integrity sha512-F4judxdeLe8f7+vDva1TkqNc5Tb2tcltZYW0tLtvP2Xt7CD/gGiz7UxAWEOPsXBvIqAP+uTidvGLPl9U3/uRoQ==
You can’t perform that action at this time.
0 commit comments