Skip to content

Commit a2679cb

Browse files
author
Muhammad AlAref
committed
Version bump
1 parent 8815b2f commit a2679cb

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.7.63",
5+
"version": "0.7.64",
66
"npmClient": "yarn",
77
"useWorkspaces": true
88
}

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "clarity",
33
"private": true,
4-
"version": "0.7.63",
4+
"version": "0.7.64",
55
"repository": "https://github.com/microsoft/clarity.git",
66
"author": "Sarvesh Nagpal <[email protected]>",
77
"license": "MIT",

Diff for: packages/clarity-decode/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clarity-decode",
3-
"version": "0.7.63",
3+
"version": "0.7.64",
44
"description": "An analytics library that uses web page interactions to generate aggregated insights",
55
"author": "Microsoft Corp.",
66
"license": "MIT",
@@ -26,7 +26,7 @@
2626
"url": "https://github.com/Microsoft/clarity/issues"
2727
},
2828
"dependencies": {
29-
"clarity-js": "^0.7.63"
29+
"clarity-js": "^0.7.64"
3030
},
3131
"devDependencies": {
3232
"@rollup/plugin-commonjs": "^24.0.0",

Diff for: packages/clarity-devtools/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clarity-devtools",
3-
"version": "0.7.63",
3+
"version": "0.7.64",
44
"private": true,
55
"description": "Adds Clarity debugging support to browser devtools",
66
"author": "Microsoft Corp.",
@@ -24,9 +24,9 @@
2424
"url": "https://github.com/Microsoft/clarity/issues"
2525
},
2626
"dependencies": {
27-
"clarity-decode": "^0.7.63",
28-
"clarity-js": "^0.7.63",
29-
"clarity-visualize": "^0.7.63"
27+
"clarity-decode": "^0.7.64",
28+
"clarity-js": "^0.7.64",
29+
"clarity-visualize": "^0.7.64"
3030
},
3131
"devDependencies": {
3232
"@rollup/plugin-node-resolve": "^15.0.0",

Diff for: packages/clarity-devtools/static/manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"manifest_version": 2,
33
"name": "Microsoft Clarity Developer Tools",
44
"description": "Clarity helps you understand how users are interacting with your website.",
5-
"version": "0.7.63",
6-
"version_name": "0.7.63",
5+
"version": "0.7.64",
6+
"version_name": "0.7.64",
77
"minimum_chrome_version": "50",
88
"devtools_page": "devtools.html",
99
"icons": {

Diff for: packages/clarity-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clarity-js",
3-
"version": "0.7.63",
3+
"version": "0.7.64",
44
"description": "An analytics library that uses web page interactions to generate aggregated insights",
55
"author": "Microsoft Corp.",
66
"license": "MIT",

Diff for: packages/clarity-js/src/core/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
let version = "0.7.63";
1+
let version = "0.7.64";
22
export default version;

Diff for: packages/clarity-visualize/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clarity-visualize",
3-
"version": "0.7.63",
3+
"version": "0.7.64",
44
"description": "An analytics library that uses web page interactions to generate aggregated insights",
55
"author": "Microsoft Corp.",
66
"license": "MIT",
@@ -27,7 +27,7 @@
2727
"url": "https://github.com/Microsoft/clarity/issues"
2828
},
2929
"dependencies": {
30-
"clarity-decode": "^0.7.63"
30+
"clarity-decode": "^0.7.64"
3131
},
3232
"devDependencies": {
3333
"@rollup/plugin-commonjs": "^24.0.0",

0 commit comments

Comments
 (0)