Skip to content

Commit 3851108

Browse files
Version Packages (#253)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7767796 commit 3851108

8 files changed

+18
-20
lines changed

.changeset/brave-schools-brake.md

-5
This file was deleted.

.changeset/forty-dingos-move.md

-6
This file was deleted.

.changeset/selfish-ravens-dance.md

-5
This file was deleted.

apps/extension/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# mexit
22

3+
## 0.18.5
4+
5+
### Patch Changes
6+
7+
- 06c0cb67: Added new avatar generator action
8+
- 2ce6d95d: Smart Capture Preference
9+
- 77677961: Added download button for avatar generator action
10+
311
## 0.18.4
412

513
### Patch Changes

apps/extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mexit",
33
"description": "Mexit - Augment your thoughts, Automate your tasks",
4-
"version": "0.18.4",
4+
"version": "0.18.5",
55
"private": true,
66
"dependencies": {
77
"@iconify/react": "^3.1.3",

apps/extension/src/manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Mexit",
33
"description": "Mexit - Augment your thoughts, Automate your tasks",
44
"manifest_version": 3,
5-
"version": "0.18.4",
5+
"version": "0.18.5",
66
"icons": { "16": "Assets/icon16x16.png", "48": "Assets/icon48x48.png", "128": "Assets/icon128x128.png" },
77
"commands": {
88
"open-mexit": {
@@ -14,6 +14,6 @@
1414
"background": { "service_worker": "background.js", "type": "module" },
1515
"omnibox": { "keyword": "[[" },
1616
"content_scripts": [{ "matches": ["http://*/*", "https://*/*"], "js": ["content.js"], "css": ["Assets/global.css"] }],
17-
"permissions": ["contextMenus", "storage", "tabs", "activeTab", "search", "notifications" , "downloads"],
17+
"permissions": ["contextMenus", "storage", "tabs", "activeTab", "search", "notifications", "downloads"],
1818
"web_accessible_resources": [{ "resources": ["Assets/*"], "matches": ["http://*/*", "https://*/*"] }]
1919
}

apps/webapp/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# mexit-webapp
22

3+
## 0.19.14
4+
5+
### Patch Changes
6+
7+
- 2ce6d95d: Smart Capture Preference
8+
39
## 0.19.13
410

511
### Patch Changes

apps/webapp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mexit-webapp",
3-
"version": "0.19.13",
3+
"version": "0.19.14",
44
"license": "MIT",
55
"scripts": {
66
"dev": "NX_BUILD_MODE=development vite",

0 commit comments

Comments
 (0)