Skip to content

Commit 3e657d2

Browse files
committed
v1.2.1
1 parent 48f4f1a commit 3e657d2

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"publishConfig": {
66
"access": "public"
77
},
8-
"version": "1.2.0"
8+
"version": "1.2.1"
99
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/analytics-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prezly/analytics-nextjs",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Prezly Analytics package for Next.js",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '1.2.0';
1+
export const version = '1.2.1';

0 commit comments

Comments
 (0)