Compare commits

..

No commits in common. "v0.1.1-develop.2" and "v0.1.1-develop.1" have entirely different histories.

2 changed files with 3 additions and 7 deletions

View File

@ -1,10 +1,3 @@
## [0.1.1-develop.2](https://git.lumeweb.com/LumeWeb/node-library-preset/compare/v0.1.1-develop.1...v0.1.1-develop.2) (2023-06-25)
### Bug Fixes
* remove peer deps ([23ada98](https://git.lumeweb.com/LumeWeb/node-library-preset/commit/23ada9833711bb1beeed435a0d7960b13da8ba92))
## [0.1.1-develop.1](https://git.lumeweb.com/LumeWeb/node-library-preset/compare/v0.1.0...v0.1.1-develop.1) (2023-06-25) ## [0.1.1-develop.1](https://git.lumeweb.com/LumeWeb/node-library-preset/compare/v0.1.0...v0.1.1-develop.1) (2023-06-25)
# [0.1.0](https://git.lumeweb.com/LumeWeb/node-library-preset/compare/v0.0.1...v0.1.0) (2023-06-25) # [0.1.0](https://git.lumeweb.com/LumeWeb/node-library-preset/compare/v0.0.1...v0.1.0) (2023-06-25)

View File

@ -21,5 +21,8 @@
}, },
"dependencies": { "dependencies": {
"presetter-types": "^4.0.1" "presetter-types": "^4.0.1"
},
"peerDependencies": {
"presetter-preset-strict": "workspace:*"
} }
} }