File tree 10 files changed +34
-8
lines changed
integration-custom-element
10 files changed +34
-8
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
+ ## [ 0.36.2] ( https://github.com/mjancarik/merkur/compare/v0.36.1...v0.36.2 ) (2024-05-28)
7
+
8
+ ### Bug Fixes
9
+
10
+ - 🐛 creating merkur widget in playground ([ 6b639ed] ( https://github.com/mjancarik/merkur/commit/6b639ed15ab2eac04a7acbbc9c893896845c5244 ) )
11
+
12
+ ### Features
13
+
14
+ - 🎸 turn off HMR for custom element ([ 5340b95] ( https://github.com/mjancarik/merkur/commit/5340b958792bb392205d3909385aa9da1cbcfe32 ) )
15
+
6
16
## [ 0.36.1] ( https://github.com/mjancarik/merkur/compare/v0.36.0...v0.36.1 ) (2024-05-23)
7
17
8
18
### Bug Fixes
Original file line number Diff line number Diff line change 9
9
"verifyAccess" : false
10
10
}
11
11
},
12
- "version" : " 0.36.1 " ,
12
+ "version" : " 0.36.2 " ,
13
13
"$schema" : " node_modules/lerna/schemas/lerna-schema.json"
14
14
}
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
+ ## [ 0.36.2] ( https://github.com/mjancarik/merkur/compare/v0.36.1...v0.36.2 ) (2024-05-28)
7
+
8
+ ### Bug Fixes
9
+
10
+ - 🐛 creating merkur widget in playground ([ 6b639ed] ( https://github.com/mjancarik/merkur/commit/6b639ed15ab2eac04a7acbbc9c893896845c5244 ) )
11
+
6
12
# [ 0.36.0] ( https://github.com/mjancarik/merkur/compare/v0.35.13...v0.36.0 ) (2024-05-21)
7
13
8
14
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @merkur/cli" ,
3
- "version" : " 0.36.0 " ,
3
+ "version" : " 0.36.2 " ,
4
4
"description" : " Merkur is tiny and extensible library for creating front-end microservices." ,
5
5
"bin" : {
6
6
"merkur" : " ./bin/merkur.mjs"
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
+ ## [ 0.36.2] ( https://github.com/mjancarik/merkur/compare/v0.36.1...v0.36.2 ) (2024-05-28)
7
+
8
+ ** Note:** Version bump only for package @merkur/create-widget
9
+
6
10
## [ 0.36.1] ( https://github.com/mjancarik/merkur/compare/v0.36.0...v0.36.1 ) (2024-05-23)
7
11
8
12
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @merkur/create-widget" ,
3
- "version" : " 0.36.1 " ,
3
+ "version" : " 0.36.2 " ,
4
4
"description" : " CLI for creating merkur widget easily." ,
5
5
"bin" : {
6
6
"merkur-create-widget" : " ./bin/createWidget.mjs"
Original file line number Diff line number Diff line change 16
16
"author" : " " ,
17
17
"license" : " ISC" ,
18
18
"dependencies" : {
19
- "@merkur/cli" : " 0.36.0 " ,
19
+ "@merkur/cli" : " 0.36.2 " ,
20
20
"@merkur/core" : " 0.36.0" ,
21
21
"@merkur/integration" : " 0.36.0" ,
22
22
"@merkur/plugin-component" : " 0.36.0" ,
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
+ ## [ 0.36.2] ( https://github.com/mjancarik/merkur/compare/v0.36.1...v0.36.2 ) (2024-05-28)
7
+
8
+ ### Features
9
+
10
+ - 🎸 turn off HMR for custom element ([ 5340b95] ( https://github.com/mjancarik/merkur/commit/5340b958792bb392205d3909385aa9da1cbcfe32 ) )
11
+
6
12
## [ 0.36.1] ( https://github.com/mjancarik/merkur/compare/v0.36.0...v0.36.1 ) (2024-05-23)
7
13
8
14
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @merkur/integration-custom-element" ,
3
- "version" : " 0.36.1 " ,
3
+ "version" : " 0.36.2 " ,
4
4
"description" : " Merkur module for easy integration with other apps with custom element." ,
5
5
"main" : " lib/index" ,
6
6
"module" : " lib/index" ,
You can’t perform that action at this time.
0 commit comments