mirror of
https://github.com/unraid/api.git
synced 2026-01-01 22:20:05 -06:00
chore(release): 1.0.6
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
### [1.0.6](https://github.com/unraid/api/compare/v1.0.1...v1.0.6) (2023-11-15)
|
||||
|
||||
### [1.0.4](https://github.com/unraid/api/compare/v1.0.1...v1.0.4) (2023-11-15)
|
||||
|
||||
### [1.0.2](https://github.com/unraid/api/compare/v1.0.1...v1.0.2) (2023-11-15)
|
||||
|
||||
4
web/package-lock.json
generated
4
web/package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "connect-components",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.6",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "connect-components",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.6",
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
"@apollo/client": "^3.8.7",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "connect-components",
|
||||
"private": true,
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.6",
|
||||
"scripts": {
|
||||
"build": "npm run type-check && nuxt build",
|
||||
"build:dev": "npm run lint && npm run type-check && nuxt build && npm run deploy:dev",
|
||||
|
||||
Reference in New Issue
Block a user