Skip to content

Commit a3ddfd1

Browse files
Version Packages (#400)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 44b7825 commit a3ddfd1

10 files changed

+25
-36
lines changed

.changeset/kind-rice-cover.md

-5
This file was deleted.

.changeset/light-pans-clap.md

-6
This file was deleted.

.changeset/old-balloons-play.md

-6
This file was deleted.

.changeset/orange-rings-film.md

-5
This file was deleted.

.changeset/polite-cows-provide.md

-6
This file was deleted.

.changeset/twelve-snakes-yawn.md

-6
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.19.20
4+
5+
### Patch Changes
6+
7+
- 24b58b55: unify all stores in webapp and extension
8+
- 44b78251: Request Handler fixes; Revert flexsearh to 0.7.22; UI and Search Fixes
9+
- e194b4dd: Sync Views From Extension, CMD + S To Save Views
10+
- 1d8ec7ca: Flexsearch to v0.0.6
11+
- 860dca96: Generic Views
12+
313
## 0.19.19
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.19.19",
4+
"version": "0.19.20",
55
"private": true,
66
"type": "module",
77
"scripts": {

apps/webapp/CHANGELOG.md

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

3+
## 0.23.0
4+
5+
### Minor Changes
6+
7+
- 860dca96: Generic Views
8+
9+
### Patch Changes
10+
11+
- 44b78251: Request Handler fixes; Revert flexsearh to 0.7.22; UI and Search Fixes
12+
- e194b4dd: Sync Views From Extension, CMD + S To Save Views
13+
- d9d5b31f: Manual Refresh on Splash Screen
14+
- 1d8ec7ca: Flexsearch to v0.0.6
15+
316
## 0.22.25
417

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

0 commit comments

Comments
 (0)