@eeplatform/nuxt-layer-common 1.7.17 → 1.7.18

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
  # @eeplatform/nuxt-layer-common
2
2
 
3
+ ## 1.7.18
4
+
5
+ ### Patch Changes
6
+
7
+ - df3cd25: Fix program model
8
+
3
9
  ## 1.7.17
4
10
 
5
11
  ### Patch Changes
@@ -8,6 +8,7 @@ export function useProgram() {
8
8
  gwa: 0,
9
9
  subjects: [],
10
10
  description: "",
11
+ gradeLevels: [],
11
12
  });
12
13
 
13
14
  function add(value: TProgram) {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@eeplatform/nuxt-layer-common",
3
3
  "license": "MIT",
4
4
  "type": "module",
5
- "version": "1.7.17",
5
+ "version": "1.7.18",
6
6
  "main": "./nuxt.config.ts",
7
7
  "publishConfig": {
8
8
  "access": "public"