Skip to content

Commit e984aed

Browse files
committed
release: version 2.6.0
1 parent 884992a commit e984aed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "root",
33
"private": true,
4-
"version": "2.5.3",
4+
"version": "2.6.0",
55
"workspaces": [
66
"packages/*",
77
"packages/providers/*",

packages/mgt-element/src/utils/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
// THIS FILE IS AUTO GENERATED
99
// ANY CHANGES WILL BE LOST DURING BUILD
1010

11-
export const PACKAGE_VERSION = '2.5.0';
11+
export const PACKAGE_VERSION = '2.6.0';

0 commit comments

Comments
 (0)