Compare commits
2 Commits
b03df96c9d
...
contributi
| Author | SHA1 | Date | |
|---|---|---|---|
|
98cbbf4814
|
|||
|
a8cf51ec4a
|
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.1.4] - 2024-03-13
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Add Linear Project and Team icons
|
- Add Linear Project and Team icons
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 51 KiB After Width: | Height: | Size: 28 KiB |
4
justfile
@@ -20,3 +20,7 @@ fix:
|
|||||||
# Run extension in development mode
|
# Run extension in development mode
|
||||||
run:
|
run:
|
||||||
npm run dev
|
npm run dev
|
||||||
|
|
||||||
|
# Publish a new version of the extension
|
||||||
|
publish:
|
||||||
|
npm run publish
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 140 KiB After Width: | Height: | Size: 62 KiB |
|
Before Width: | Height: | Size: 2.2 MiB After Width: | Height: | Size: 1.2 MiB |
|
Before Width: | Height: | Size: 2.0 MiB After Width: | Height: | Size: 1.1 MiB |
|
Before Width: | Height: | Size: 2.1 MiB After Width: | Height: | Size: 1.1 MiB |
1044
package-lock.json
generated
@@ -5,7 +5,7 @@
|
|||||||
"description": "Manage your notifications in a single Universal Inbox",
|
"description": "Manage your notifications in a single Universal Inbox",
|
||||||
"icon": "ui-logo-transparent.png",
|
"icon": "ui-logo-transparent.png",
|
||||||
"author": "dax42",
|
"author": "dax42",
|
||||||
"version": "0.1.3",
|
"version": "0.1.4",
|
||||||
"categories": [
|
"categories": [
|
||||||
"Productivity"
|
"Productivity"
|
||||||
],
|
],
|
||||||
@@ -45,9 +45,9 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@raycast/eslint-config": "^1.0.6",
|
"@raycast/eslint-config": "^1.0.6",
|
||||||
"@types/node": "20.8.10",
|
"@types/node": "^20.8.10",
|
||||||
"@types/react": "18.2.27",
|
"@types/react": "^18.2.27",
|
||||||
"@typescript-eslint/parser": "^6.19.1",
|
"@typescript-eslint/parser": "^7.2.0",
|
||||||
"eslint": "^8.56.0",
|
"eslint": "^8.56.0",
|
||||||
"eslint-import-resolver-typescript": "^3.6.1",
|
"eslint-import-resolver-typescript": "^3.6.1",
|
||||||
"eslint-plugin-import": "^2.29.1",
|
"eslint-plugin-import": "^2.29.1",
|
||||||
|
|||||||