From ce8451f6d48328009893d6e3282f08b29a379829 Mon Sep 17 00:00:00 2001 From: Tim Bradgate Date: Sat, 23 Nov 2024 13:19:36 +0000 Subject: [PATCH] [Release] 0.8.1 --- .gitignore | 6 ++++-- client/package-lock.json | 4 ++-- client/package.json | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index f4f2e8ad..08d3ce38 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ - # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider +**/.DS_Store + +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 # User-specific stuff @@ -12,7 +14,7 @@ .idea/**/aws.xml # Generated files -.idea/**/contentModel.xml +.idea/**/contentModel.xmlg # Sensitive or high-churn files .idea/**/dataSources/ diff --git a/client/package-lock.json b/client/package-lock.json index 3c987733..9fc04261 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,12 +1,12 @@ { "name": "client", - "version": "0.8.0", + "version": "0.8.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "client", - "version": "0.8.0", + "version": "0.8.1", "dependencies": { "bootstrap": "4.6.2", "bootstrap-vue": "2.23.1", diff --git a/client/package.json b/client/package.json index 0ea2dd57..7ab74c4f 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "client", - "version": "0.8.0", + "version": "0.8.1", "private": true, "scripts": { "build": "vite build",