File tree 8 files changed +44
-4
lines changed
8 files changed +44
-4
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 4.0.0-alpha.36] ( https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.35...v4.0.0-alpha.36 ) (2024-11-02)
7
+
8
+ ### Bug Fixes
9
+
10
+ * ** attachment:** adding button download ([ #499 ] ( https://github.com/skyra-project/discord-components/issues/499 ) ) ([ 056368b] ( https://github.com/skyra-project/discord-components/commit/056368bdaf47f13d18bcca8c7897f257855f7bb9 ) ) (@eumarciel404 )
11
+ * ** discordcommand:** fixed boolean types and add ifDefined ([ 4352655] ( https://github.com/skyra-project/discord-components/commit/4352655b0879de6b43479494f8097c1cf5848212 ) ) (@favna )
12
+ * ** DiscordReply:** add missing attributes ([ 38ee6e8] ( https://github.com/skyra-project/discord-components/commit/38ee6e86b4c0c43c8d17970176d7a5a396e65e66 ) ), closes [ #500 ] ( https://github.com/skyra-project/discord-components/issues/500 ) (@favna )
13
+ * ** embed-image:** fix max-width and max-height ([ #498 ] ( https://github.com/skyra-project/discord-components/issues/498 ) ) ([ c7f3584] ( https://github.com/skyra-project/discord-components/commit/c7f35848424c38c2600d16fb9ac15cf2e7a34508 ) ) (@eumarciel404 )
14
+ * style message ([ #496 ] ( https://github.com/skyra-project/discord-components/issues/496 ) ) ([ c796dbc] ( https://github.com/skyra-project/discord-components/commit/c796dbc4a064a2d2e22adb70f60c97aa31436fdb ) ) (@eumarciel404 )
15
+
16
+ ### Features
17
+
18
+ * add polls ([ #492 ] ( https://github.com/skyra-project/discord-components/issues/492 ) ) ([ 61a1105] ( https://github.com/skyra-project/discord-components/commit/61a11055d8eb70795939d29299436af0c07c9f78 ) ) (@eumarciel404 )
19
+ * adding the possibility to use emoji default of system ([ #497 ] ( https://github.com/skyra-project/discord-components/issues/497 ) ) ([ 1b206b1] ( https://github.com/skyra-project/discord-components/commit/1b206b19cc7f46dc0e7257ba1d4ba14477554e37 ) ) (@eumarciel404 )
20
+
6
21
# [ 4.0.0-alpha.35] ( https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.34...v4.0.0-alpha.35 ) (2024-10-27)
7
22
8
23
### Bug Fixes
Original file line number Diff line number Diff line change 3
3
"packages" : [" packages/*" ],
4
4
"npmClient" : " yarn" ,
5
5
"useWorkspaces" : true ,
6
- "version" : " 4.0.0-alpha.35 " ,
6
+ "version" : " 4.0.0-alpha.36 " ,
7
7
"command" : {
8
8
"publish" : {
9
9
"conventionalCommits" : true ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 4.0.0-alpha.36] ( https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.35...v4.0.0-alpha.36 ) (2024-11-02)
7
+
8
+ ### Bug Fixes
9
+
10
+ * ** attachment:** adding button download ([ #499 ] ( https://github.com/skyra-project/discord-components/issues/499 ) ) ([ 056368b] ( https://github.com/skyra-project/discord-components/commit/056368bdaf47f13d18bcca8c7897f257855f7bb9 ) ) (@eumarciel404 )
11
+ * ** discordcommand:** fixed boolean types and add ifDefined ([ 4352655] ( https://github.com/skyra-project/discord-components/commit/4352655b0879de6b43479494f8097c1cf5848212 ) ) (@favna )
12
+ * ** DiscordReply:** add missing attributes ([ 38ee6e8] ( https://github.com/skyra-project/discord-components/commit/38ee6e86b4c0c43c8d17970176d7a5a396e65e66 ) ), closes [ #500 ] ( https://github.com/skyra-project/discord-components/issues/500 ) (@favna )
13
+ * ** embed-image:** fix max-width and max-height ([ #498 ] ( https://github.com/skyra-project/discord-components/issues/498 ) ) ([ c7f3584] ( https://github.com/skyra-project/discord-components/commit/c7f35848424c38c2600d16fb9ac15cf2e7a34508 ) ) (@eumarciel404 )
14
+ * style message ([ #496 ] ( https://github.com/skyra-project/discord-components/issues/496 ) ) ([ c796dbc] ( https://github.com/skyra-project/discord-components/commit/c796dbc4a064a2d2e22adb70f60c97aa31436fdb ) ) (@eumarciel404 )
15
+
16
+ ### Features
17
+
18
+ * add polls ([ #492 ] ( https://github.com/skyra-project/discord-components/issues/492 ) ) ([ 61a1105] ( https://github.com/skyra-project/discord-components/commit/61a11055d8eb70795939d29299436af0c07c9f78 ) ) (@eumarciel404 )
19
+ * adding the possibility to use emoji default of system ([ #497 ] ( https://github.com/skyra-project/discord-components/issues/497 ) ) ([ 1b206b1] ( https://github.com/skyra-project/discord-components/commit/1b206b19cc7f46dc0e7257ba1d4ba14477554e37 ) ) (@eumarciel404 )
20
+
6
21
# [ 4.0.0-alpha.35] ( https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.34...v4.0.0-alpha.35 ) (2024-10-27)
7
22
8
23
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @skyra/discord-components-core" ,
3
- "version" : " 4.0.0-alpha.35 " ,
3
+ "version" : " 4.0.0-alpha.36 " ,
4
4
"description" : " Web components to easily build and display fake Discord messages on your webpages." ,
5
5
"author" : " @skyra" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 4.0.0-alpha.36] ( https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.35...v4.0.0-alpha.36 ) (2024-11-02)
7
+
8
+ ** Note:** Version bump only for package documentation
9
+
6
10
# [ 4.0.0-alpha.35] ( https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.34...v4.0.0-alpha.35 ) (2024-10-27)
7
11
8
12
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " documentation" ,
3
3
"type" : " module" ,
4
- "version" : " 4.0.0-alpha.35 " ,
4
+ "version" : " 4.0.0-alpha.36 " ,
5
5
"private" : true ,
6
6
"scripts" : {
7
7
"dev" : " astro dev" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 4.0.0-alpha.36] ( https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.35...v4.0.0-alpha.36 ) (2024-11-02)
7
+
8
+ ### Features
9
+
10
+ * add polls ([ #492 ] ( https://github.com/skyra-project/discord-components/issues/492 ) ) ([ 61a1105] ( https://github.com/skyra-project/discord-components/commit/61a11055d8eb70795939d29299436af0c07c9f78 ) ) (@eumarciel404 )
11
+
6
12
# [ 4.0.0-alpha.35] ( https://github.com/skyra-project/discord-components/compare/v4.0.0-alpha.34...v4.0.0-alpha.35 ) (2024-10-27)
7
13
8
14
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @skyra/discord-components-react" ,
3
- "version" : " 4.0.0-alpha.35 " ,
3
+ "version" : " 4.0.0-alpha.36 " ,
4
4
"description" : " React bindings for @skyra/discord-components-core" ,
5
5
"author" : " @skyra" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments