Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #272

Merged
merged 1 commit into from
Nov 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/early-penguins-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-apes-eat.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/silent-cycles-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-horses-cough.md

This file was deleted.

8 changes: 8 additions & 0 deletions apps/extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# mexit

## 0.18.8

### Patch Changes

- cee329e9: User service routes updated to call the middleware
- ff1e216e: Fix task selection, reactions store, source url behavior
- 8508fb3d: Fixed content mixups during capture, added copy url button to sidebar, allowed underscores and dashes for shortener

## 0.18.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mexit",
"description": "Mexit - Augment your thoughts, Automate your tasks",
"version": "0.18.7",
"version": "0.18.8",
"private": true,
"dependencies": {
"@iconify/react": "^3.1.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/extension/src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Mexit",
"description": "Mexit - Augment your thoughts, Automate your tasks",
"manifest_version": 3,
"version": "0.18.7",
"version": "0.18.8",
"icons": { "16": "Assets/icon16x16.png", "48": "Assets/icon48x48.png", "128": "Assets/icon128x128.png" },
"commands": {
"open-mexit": {
Expand Down
8 changes: 8 additions & 0 deletions apps/webapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# mexit-webapp

## 0.20.3

### Patch Changes

- cee329e9: User service routes updated to call the middleware
- 555961f7: Added bulk snippet get endpoint
- ff1e216e: Fix task selection, reactions store, source url behavior

## 0.20.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mexit-webapp",
"version": "0.20.2",
"version": "0.20.3",
"license": "MIT",
"scripts": {
"dev": "NX_BUILD_MODE=development vite",
Expand Down