Skip to content

Commit

Permalink
Version Packages (#276)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 15, 2022
1 parent 0e87147 commit b147d0a
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-gorillas-speak.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/kind-insects-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-waves-drop.md

This file was deleted.

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

## 0.18.9

### Patch Changes

- 0e87147a: Editor Frequent Save Fixes; Image Upload Client Expiry Fixed

## 0.18.8

### 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.8",
"version": "0.18.9",
"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.8",
"version": "0.18.9",
"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.4

### Patch Changes

- 0f794c1b: User Logout fixes
- 0e87147a: Editor Frequent Save Fixes; Image Upload Client Expiry Fixed
- 89748744: Fix analysis worker crashes, theme init, user fetch

## 0.20.3

### 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.3",
"version": "0.20.4",
"license": "MIT",
"scripts": {
"dev": "NX_BUILD_MODE=development vite",
Expand Down

0 comments on commit b147d0a

Please sign in to comment.