@goweekdays/layer-common 0.0.3 → 0.0.4

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @goweekdays/layer-common
2
2
 
3
+ ## 0.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - e23db37: Update org landing page link
8
+
3
9
  ## 0.0.3
4
10
 
5
11
  ### Patch Changes
@@ -229,7 +229,7 @@ const defaultApps = [
229
229
  title: "Organization",
230
230
  icon: "mdi-domain",
231
231
  link: APP_ORG,
232
- landingPage: "home",
232
+ landingPage: `org/${currentUser.value?.defaultOrg}`,
233
233
  },
234
234
  {
235
235
  title: "Admin",
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@goweekdays/layer-common",
3
3
  "license": "MIT",
4
4
  "type": "module",
5
- "version": "0.0.3",
5
+ "version": "0.0.4",
6
6
  "main": "./nuxt.config.ts",
7
7
  "publishConfig": {
8
8
  "access": "public"