Skip to content

Commit

Permalink
Merge pull request #28 from webdevnerdstuff/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
webdevnerdstuff authored Feb 26, 2024
2 parents 264b8bd + e260be7 commit 593bbc3
Show file tree
Hide file tree
Showing 5 changed files with 244 additions and 235 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to the "vuetify-color-field" plugin will be documented in this file.

## v1.1.5
2024-02-26
[main] (@webdevnerdstuff)
* Update packages

## v1.1.4
2024-02-26
[main] (@webdevnerdstuff)
Expand Down
2 changes: 1 addition & 1 deletion dist/vuetify-color-field.cjs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/vuetify-color-field.es.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdns/vuetify-color-field",
"version": "1.1.4",
"version": "1.1.5",
"description": "Vuetify Color Field is a Vuetify VTextField Color Picker Component",
"private": false,
"publishConfig": {
Expand Down Expand Up @@ -65,8 +65,8 @@
],
"dependencies": {
"@vueuse/core": "^10.8.0",
"vue": "^3.4.19",
"vuetify": "^3.5.5"
"vue": "^3.4.20",
"vuetify": "^3.5.6"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
Expand All @@ -80,16 +80,16 @@
"@rollup/plugin-terser": "^0.4.4",
"@stylistic/stylelint-plugin": "^2.1.0",
"@types/node": "^20.11.20",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.4.4",
"@wdns/vue-code-block": "^2.3.1",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
Expand Down
Loading

0 comments on commit 593bbc3

Please sign in to comment.