Bump version from 1.6.1 to 1.6.2

This commit is contained in:
Henk Verlinde 2024-04-23 12:50:54 +02:00 committed by Simon C
parent e1e6892cc0
commit 6852f439fc
4 changed files with 9 additions and 8 deletions

View File

@ -1,5 +0,0 @@
---
"doks": patch
---
Install prettier and vite as devDependencies

View File

@ -1,5 +1,11 @@
# doks # doks
## 1.6.2
### Patch Changes
- [#1230](https://github.com/gethyas/doks/pull/1230) [`25f55a3`](https://github.com/gethyas/doks/commit/25f55a37fa4162b7546d6ded9b449434e4965164) Thanks [@h-enk](https://github.com/h-enk)! - Install prettier and vite as devDependencies
## 1.6.1 ## 1.6.1
### Patch Changes ### Patch Changes

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "doks", "name": "doks",
"version": "1.6.1", "version": "1.6.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "doks", "name": "doks",
"version": "1.6.1", "version": "1.6.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@hyas/doks-core": "^1.6.1", "@hyas/doks-core": "^1.6.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "doks", "name": "doks",
"version": "1.6.1", "version": "1.6.2",
"description": "Doks theme", "description": "Doks theme",
"author": "Hyas", "author": "Hyas",
"license": "MIT", "license": "MIT",