Skip to content

Commit 2f97981

Browse files
Version Packages (#432)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3c4f790 commit 2f97981

11 files changed

+23
-41
lines changed

.changeset/fair-falcons-wonder.md

-5
This file was deleted.

.changeset/forty-laws-promise.md

-5
This file was deleted.

.changeset/lemon-plants-design.md

-6
This file was deleted.

.changeset/metal-oranges-talk.md

-5
This file was deleted.

.changeset/rotten-eggs-pull.md

-6
This file was deleted.

.changeset/silver-cups-behave.md

-6
This file was deleted.

.changeset/three-items-sing.md

-6
This file was deleted.

apps/extension/CHANGELOG.md

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

3+
## 0.19.27
4+
5+
### Patch Changes
6+
7+
- 4b35ae33: Add Filter in Events and Highlights in Context Sidebar of Extension
8+
- 3c4f790f: Show recent Notes, Snippets and Captures on Home page
9+
- 66829684: Moved url shortener away from sidebar to a floating button
10+
- e3cce8e5: Store and fetch workspace backup on cloud
11+
- 6013df2b: Fixed draggable toggle on pages with dynamic height; removed floating button on public nodes/spaces
12+
- 2b588e99: Google Calendar integration
13+
314
## 0.19.26
415

516
### 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.19.26",
4+
"version": "0.19.27",
55
"private": true,
66
"type": "module",
77
"scripts": {

apps/webapp/CHANGELOG.md

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

3+
## 0.23.9
4+
5+
### Patch Changes
6+
7+
- e4ad662e: Secretary proof of concept
8+
- 3c4f790f: Show recent Notes, Snippets and Captures on Home page
9+
- e3cce8e5: Store and fetch workspace backup on cloud
10+
- 6013df2b: Fixed draggable toggle on pages with dynamic height; removed floating button on public nodes/spaces
11+
- 2b588e99: Google Calendar integration
12+
313
## 0.23.8
414

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

0 commit comments

Comments
 (0)