Apply automatic changes

This commit is contained in:
renovate[bot] 2023-07-10 01:50:13 +00:00 committed by github-actions[bot]
parent c7c22725f8
commit 45b34b3ed1
3 changed files with 9 additions and 3 deletions

View file

@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [0.2.1] - 2023-07-10
### Dependencies
- chore(deps): update dependencies ([details](https://github.com/KonradSzwarc/devscard/pull/227))
## [0.2.0] - 2023-07-02 ## [0.2.0] - 2023-07-02
### Breaking ### Breaking

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "devscard", "name": "devscard",
"version": "0.2.0", "version": "0.2.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "devscard", "name": "devscard",
"version": "0.2.0", "version": "0.2.1",
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
"@floating-ui/dom": "1.4.3", "@floating-ui/dom": "1.4.3",

View file

@ -1,7 +1,7 @@
{ {
"name": "devscard", "name": "devscard",
"description": "Template for creating a comprehensive virtual CV for developers.", "description": "Template for creating a comprehensive virtual CV for developers.",
"version": "0.2.0", "version": "0.2.1",
"private": true, "private": true,
"engines": { "engines": {
"node": ">=18", "node": ">=18",