We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e055c33 commit f6472eeCopy full SHA for f6472ee
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "root",
3
"private": true,
4
- "version": "3.0.0-rc.3",
+ "version": "3.0.0",
5
"workspaces": {
6
"packages": [
7
"packages/*",
packages/mgt-element/src/utils/version.ts
@@ -8,4 +8,4 @@
8
// THIS FILE IS AUTO GENERATED
9
// ANY CHANGES WILL BE LOST DURING BUILD
10
11
-export const PACKAGE_VERSION = '3.0.0-rc.3';
+export const PACKAGE_VERSION = '3.0.0';
0 commit comments