Skip to content

Commit aca5a45

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

9 files changed

+17
-23
lines changed

.changeset/brave-impalas-try.md

-5
This file was deleted.

.changeset/real-bottles-wave.md

-5
This file was deleted.

.changeset/rich-actors-confess.md

-5
This file was deleted.

.changeset/smooth-mice-mate.md

-5
This file was deleted.

apps/extension/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# mexit
22

3+
## 0.17.3
4+
5+
### Patch Changes
6+
7+
- 1e77592c: This PR fixes new link shortening in extension sidebar, and some styling fixes
8+
- 6f4ddd8a: Draggable extension sidebar toggle
9+
310
## 0.17.2
411

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

apps/webapp/CHANGELOG.md

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

3+
## 0.19.9
4+
5+
### Patch Changes
6+
7+
- 311a6068: Fix share note link of public space
8+
- 311a6068: Fix public share links
9+
310
## 0.19.8
411

512
### 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.8",
3+
"version": "0.19.9",
44
"license": "MIT",
55
"scripts": {
66
"dev": "NX_BUILD_MODE=development vite",

0 commit comments

Comments
 (0)