File tree Expand file tree Collapse file tree 6 files changed +25
-4
lines changed Expand file tree Collapse file tree 6 files changed +25
-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
+ ## [ 3.3.1] ( https://github.com/skyra-project/discord-components/compare/v3.3.0...v3.3.1 ) (2022-04-25)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** core:** emit ` [@vite-ignore](https://github.com/vite-ignore) ` comments on dynamic imports ([ ba84b9e] ( https://github.com/skyra-project/discord-components/commit/ba84b9ec4e8fe81ec452aba4c89b7b481b00ccaa ) )
11
+ - ** deps:** update all non-major dependencies ([ #240 ] ( https://github.com/skyra-project/discord-components/issues/240 ) ) ([ e0e22fe] ( https://github.com/skyra-project/discord-components/commit/e0e22fe72158f1e9f92d61a5b04c58b7bf546de5 ) )
12
+
6
13
# [ 3.3.0] ( https://github.com/skyra-project/discord-components/compare/v3.2.0...v3.3.0 ) (2022-04-06)
7
14
8
15
### Features
Original file line number Diff line number Diff line change 3
3
"packages" : [" packages/*" ],
4
4
"npmClient" : " yarn" ,
5
5
"useWorkspaces" : true ,
6
- "version" : " 3.3.0 " ,
6
+ "version" : " 3.3.1 " ,
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
+ ## [ 3.3.1] ( https://github.com/skyra-project/discord-components/compare/v3.3.0...v3.3.1 ) (2022-04-25)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** core:** emit ` [@vite-ignore](https://github.com/vite-ignore) ` comments on dynamic imports ([ ba84b9e] ( https://github.com/skyra-project/discord-components/commit/ba84b9ec4e8fe81ec452aba4c89b7b481b00ccaa ) )
11
+ - ** deps:** update all non-major dependencies ([ #240 ] ( https://github.com/skyra-project/discord-components/issues/240 ) ) ([ e0e22fe] ( https://github.com/skyra-project/discord-components/commit/e0e22fe72158f1e9f92d61a5b04c58b7bf546de5 ) )
12
+
6
13
# [ 3.3.0] ( https://github.com/skyra-project/discord-components/compare/v3.2.0...v3.3.0 ) (2022-04-06)
7
14
8
15
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @skyra/discord-components-core" ,
3
- "version" : " 3.3.0 " ,
3
+ "version" : " 3.3.1 " ,
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
+ ## [ 3.3.1] ( https://github.com/skyra-project/discord-components/compare/v3.3.0...v3.3.1 ) (2022-04-25)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** core:** emit ` [@vite-ignore](https://github.com/vite-ignore) ` comments on dynamic imports ([ ba84b9e] ( https://github.com/skyra-project/discord-components/commit/ba84b9ec4e8fe81ec452aba4c89b7b481b00ccaa ) )
11
+ - ** deps:** update all non-major dependencies ([ #240 ] ( https://github.com/skyra-project/discord-components/issues/240 ) ) ([ e0e22fe] ( https://github.com/skyra-project/discord-components/commit/e0e22fe72158f1e9f92d61a5b04c58b7bf546de5 ) )
12
+
6
13
# [ 3.3.0] ( https://github.com/skyra-project/discord-components/compare/v3.2.0...v3.3.0 ) (2022-04-06)
7
14
8
15
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @skyra/discord-components-react" ,
3
- "version" : " 3.3.0 " ,
3
+ "version" : " 3.3.1 " ,
4
4
"description" : " React bindings for @skyra/discord-components-core" ,
5
5
"author" : " @skyra" ,
6
6
"license" : " MIT" ,
21
21
"build" : " yarn clean && tsc && gen-esm-wrapper dist/index.js dist/index.mjs && replace-in-file --configFile=scripts/replaceDefaultMod.cjs"
22
22
},
23
23
"dependencies" : {
24
- "@skyra/discord-components-core" : " ^3.3.0 " ,
24
+ "@skyra/discord-components-core" : " ^3.3.1 " ,
25
25
"tslib" : " ^2.4.0"
26
26
},
27
27
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments