Skip to content

Commit d009f7f

Browse files
authored
chore: rc version bump (#2400)
1 parent ffaa0e7 commit d009f7f

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": "3.0.0-rc.1",
4+
"version": "3.0.0-rc.2",
55
"workspaces": {
66
"packages": [
77
"packages/*",

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 = '3.0.0-rc.1';
11+
export const PACKAGE_VERSION = '3.0.0-rc.2';

0 commit comments

Comments
 (0)