Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version 0.1.20 #37

Merged
merged 4 commits into from
Apr 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file.

## [0.1.20] - 2024-04-21

### Bug Fixes

- Fix url input symbols line break

### Miscellaneous Tasks

- Update dependencies

### Refactor

- Set overflow hidden for editor

## [0.1.19] - 2024-02-19

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: default

lint:
cd src-tauri && cargo clippy
cd src-tauri && cargo clippy
fmt:
cd src-tauri && cargo fmt --all --
dev:
Expand All @@ -21,4 +21,4 @@ orm:
-u "sqlite:///~/Library/Application Support/com.bigtree.cyberapi/my_db.db" \
-o src/entities
version:
git cliff --unreleased --tag 0.1.19 --prepend CHANGELOG.md
git cliff --unreleased --tag 0.1.20 --prepend CHANGELOG.md
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,49 +12,49 @@
},
"dependencies": {
"@linaria/core": "3.0.0-beta.22",
"@tauri-apps/api": "^1.4.0",
"@tauri-apps/cli": "^1.4.0",
"@tauri-apps/api": "^1.5.3",
"@tauri-apps/cli": "^1.5.11",
"@vicons/ionicons5": "^0.12.0",
"bluebird": "^3.7.2",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.9",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.10",
"debug": "^4.3.4",
"form-data-encoder": "^3.0.0",
"js-base64": "^3.7.5",
"form-data-encoder": "^4.0.2",
"js-base64": "^3.7.7",
"localforage": "^1.10.0",
"lodash-es": "^4.17.21",
"mime": "^3.0.0",
"mime": "^4.0.1",
"mitt": "^3.0.1",
"monaco-editor": "^0.43.0",
"naive-ui": "^2.34.4",
"pinia": "^2.1.6",
"monaco-editor": "^0.47.0",
"naive-ui": "^2.38.1",
"pinia": "^2.1.7",
"pretty-bytes": "^6.1.1",
"shellwords": "^1.0.1",
"ulid": "^2.3.0",
"vue": "^3.3.4",
"vue-i18n": "^9.4.1",
"vue-router": "^4.2.4"
"vue": "^3.4.21",
"vue-i18n": "^9.11.1",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@types/bluebird": "^3.5.38",
"@types/crypto-js": "^4.1.2",
"@types/debug": "^4.1.8",
"@types/mime": "^3.0.1",
"@types/shortid": "^0.0.29",
"@types/uuid": "^9.0.4",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@vitejs/plugin-vue": "^4.3.4",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"@vue/compiler-sfc": "^3.3.4",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"@types/bluebird": "^3.5.42",
"@types/crypto-js": "^4.2.2",
"@types/debug": "^4.1.12",
"@types/mime": "^3.0.4",
"@types/shortid": "^0.0.32",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/compiler-sfc": "^3.4.21",
"eslint": "^9.0.0",
"eslint-plugin-vue": "^9.24.1",
"glob-parent": ">=6.0.2",
"prettier": "^3.0.3",
"rollup-plugin-visualizer": "^5.9.2",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"prettier": "^3.2.5",
"rollup-plugin-visualizer": "^5.12.0",
"typescript": "^5.4.4",
"vite": "^5.2.8",
"vite-plugin-linaria": "^1.0.0",
"vue-tsc": "^1.8.11"
"vue-tsc": "^2.0.11"
}
}
Loading
Loading