Skip to content

Commit

Permalink
Version Packages (#307)
Browse files Browse the repository at this point in the history
#307

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 15, 2022
1 parent 01d52a1 commit 4f1665a
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 20 deletions.
6 changes: 0 additions & 6 deletions .changeset/breezy-students-shake.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/slimy-comics-stare.md

This file was deleted.

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

## 0.18.16

### Patch Changes

- e82221f8: Bulk setters for zustand
- 01d52a15: - Fixed height of editor preview in template modal
- Icons in extension and create new icon in combobox fixed
- Create new note template ID condition fixed
- Now tags can be added to save links directly
- Sortener sends properties when shortening links, results in better previews when shortened links are pasted
- Backlinks in public namespaces are now visible, considering that the backlinked note is also part of the namespace
- Fixed metadata extraction after icon changes

## 0.18.15

### 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.15",
"version": "0.18.16",
"private": true,
"type": "module",
"scripts": {
Expand Down
13 changes: 13 additions & 0 deletions apps/webapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# mexit-webapp

## 0.20.11

### Patch Changes

- e82221f8: Bulk setters for zustand
- 01d52a15: - Fixed height of editor preview in template modal
- Icons in extension and create new icon in combobox fixed
- Create new note template ID condition fixed
- Now tags can be added to save links directly
- Sortener sends properties when shortening links, results in better previews when shortened links are pasted
- Backlinks in public namespaces are now visible, considering that the backlinked note is also part of the namespace
- Fixed metadata extraction after icon changes

## 0.20.10

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

0 comments on commit 4f1665a

Please sign in to comment.