@valuerail/cli 1.1.0-beta.1 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -50665,7 +50665,7 @@ function Banner({ hideStatus = false }) {
50665
50665
  const isVrailProject = hasVrailConfig();
50666
50666
  const [version, setVersion] = import_react26.useState("v0.0.1");
50667
50667
  import_react26.useEffect(() => {
50668
- const v = "1.1.0-beta.1";
50668
+ const v = "1.1.0";
50669
50669
  setVersion(v);
50670
50670
  }, []);
50671
50671
  return /* @__PURE__ */ jsx_dev_runtime3.jsxDEV(Box_default, {
@@ -52769,7 +52769,7 @@ function App2() {
52769
52769
  onBack: goToDashboard
52770
52770
  }, undefined, false, undefined, this),
52771
52771
  currentView === "goodbye" && /* @__PURE__ */ jsx_dev_runtime11.jsxDEV(GoodbyeView, {
52772
- version: "1.1.0-beta.1",
52772
+ version: "1.1.0",
52773
52773
  cwd: process.cwd(),
52774
52774
  isVrailProject: hasVrailConfig2()
52775
52775
  }, undefined, false, undefined, this)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@valuerail/cli",
3
- "version": "1.1.0-beta.1",
3
+ "version": "1.1.0",
4
4
  "author": "Kamil Guszpit",
5
5
  "license": "BUSL-1.1",
6
6
  "type": "module",