Skip to content

Commit 3402bca

Browse files
Version Packages (#237)
1 parent e038d8c commit 3402bca

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.changeset/afraid-dolls-tickle.md

-5
This file was deleted.

.changeset/strong-melons-fry.md

-5
This file was deleted.

apps/extension/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# mexit
22

3+
## 0.18.0
4+
5+
### Minor Changes
6+
7+
- e038d8c9: Smart Capture in Command Bar
8+
9+
### Patch Changes
10+
11+
- 9529df1c: Added lorem ipsum action to copy placeholder text
12+
313
## 0.17.3
414

515
### 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.17.3",
4+
"version": "0.18.0",
55
"private": true,
66
"dependencies": {
77
"@iconify/react": "^3.1.3",

apps/extension/src/manifest.json

+1-1
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.17.3",
5+
"version": "0.18.0",
66
"icons": { "16": "Assets/icon16x16.png", "48": "Assets/icon48x48.png", "128": "Assets/icon128x128.png" },
77
"commands": {
88
"open-mexit": {

0 commit comments

Comments
 (0)