Skip to content

Commit

Permalink
Merge pull request #10 from Quorafind/chore-review
Browse files Browse the repository at this point in the history
chore: bump version
  • Loading branch information
Quorafind committed Feb 4, 2024
2 parents 4196224 + 9f5d6c4 commit 068a4e0
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 38 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "file-property-enhancer",
"name": "File Property Enhancer",
"version": "1.1.0",
"version": "1.1.1",
"minAppVersion": "1.4.0",
"description": "Improve user experience when using file properties like adding icons or custom display view.",
"author": "Boninall",
Expand Down
72 changes: 36 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
{
"name": "file-property-enhancer",
"version": "1.1.0",
"description": "Improve user experience when using file properties like adding icons or custom display view.",
"main": "main.js",
"scripts": {
"dev": "vite build --watch --mode development",
"build": "tsc -noEmit -skipLibCheck && vite build --mode production",
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@emoji-mart/data": "^1.1.2",
"@sveltejs/vite-plugin-svelte": "^2.4.3",
"@tsconfig/svelte": "^5.0.0",
"@types/lodash": "^4.14.197",
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
"emoji-mart": "^5.5.2",
"eslint-plugin-svelte": "^2.32.4",
"lodash": "^4.17.21",
"monkey-around": "^2.3.0",
"obsidian": "latest",
"svelte": "^4.1.1",
"svelte-preprocess": "^5.0.4",
"terser": "^5.19.2",
"tslib": "2.4.0",
"typescript": "5.1.6",
"vite": "^4.4.7"
},
"dependencies": {
"sass": "^1.66.1"
}
"name": "file-property-enhancer",
"version": "1.1.1",
"description": "Improve user experience when using file properties like adding icons or custom display view.",
"main": "main.js",
"scripts": {
"dev": "vite build --watch --mode development",
"build": "tsc -noEmit -skipLibCheck && vite build --mode production",
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@emoji-mart/data": "^1.1.2",
"@sveltejs/vite-plugin-svelte": "^2.4.3",
"@tsconfig/svelte": "^5.0.0",
"@types/lodash": "^4.14.197",
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
"emoji-mart": "^5.5.2",
"eslint-plugin-svelte": "^2.32.4",
"lodash": "^4.17.21",
"monkey-around": "^2.3.0",
"obsidian": "latest",
"svelte": "^4.1.1",
"svelte-preprocess": "^5.0.4",
"terser": "^5.19.2",
"tslib": "2.4.0",
"typescript": "5.1.6",
"vite": "^4.4.7"
},
"dependencies": {
"sass": "^1.66.1"
}
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"1.0.0": "1.4.0",
"1.1.0": "1.4.0"
"1.1.0": "1.4.0",
"1.1.1": "1.4.0"
}

0 comments on commit 068a4e0

Please sign in to comment.