Skip to content

Commit 574701a

Browse files
committed
chore(release): v0.8.26
1 parent 6017126 commit 574701a

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

apps/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@marksyncr/extension",
3-
"version": "0.8.25",
3+
"version": "0.8.26",
44
"private": true,
55
"type": "module",
66
"scripts": {

apps/extension/src/manifest.chrome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "MarkSyncr",
4-
"version": "0.8.25",
4+
"version": "0.8.26",
55
"description": "Sync your bookmarks across browsers using GitHub, Dropbox, Google Drive, or MarkSyncr Cloud",
66
"icons": {
77
"16": "icons/favicon-16.png",

apps/extension/src/manifest.firefox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "MarkSyncr",
4-
"version": "0.8.25",
4+
"version": "0.8.26",
55
"description": "Sync your bookmarks across browsers using GitHub, Dropbox, Google Drive, or MarkSyncr Cloud",
66
"icons": {
77
"16": "icons/favicon-16.png",

apps/extension/src/manifest.safari.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "MarkSyncr",
4-
"version": "0.8.25",
4+
"version": "0.8.26",
55
"description": "Sync your bookmarks across browsers using GitHub, Dropbox, Google Drive, or MarkSyncr Cloud",
66
"icons": {
77
"16": "icons/favicon-16.png",

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@marksyncr/web",
3-
"version": "0.8.25",
3+
"version": "0.8.26",
44
"private": true,
55
"type": "module",
66
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "marksyncr",
3-
"version": "0.8.25",
3+
"version": "0.8.26",
44
"private": true,
55
"description": "Cross-browser bookmark sync extension with cloud storage",
66
"type": "module",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@marksyncr/core",
3-
"version": "0.8.25",
3+
"version": "0.8.26",
44
"private": true,
55
"type": "module",
66
"main": "./src/index.js",

packages/sources/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@marksyncr/sources",
3-
"version": "0.8.25",
3+
"version": "0.8.26",
44
"private": true,
55
"type": "module",
66
"main": "./src/index.js",

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@marksyncr/types",
3-
"version": "0.8.25",
3+
"version": "0.8.26",
44
"private": true,
55
"type": "module",
66
"main": "./src/index.js",

0 commit comments

Comments
 (0)