modular-component 0.2.1 → 0.2.3

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,20 @@
1
1
  # modular-component
2
2
 
3
+ ## 0.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [208e156]
8
+ - @modular-component/core@0.2.3
9
+
10
+ ## 0.2.2
11
+
12
+ ### Patch Changes
13
+
14
+ - 77c46f4: Fix an issue in core rendering system
15
+ - Updated dependencies [77c46f4]
16
+ - @modular-component/core@0.2.2
17
+
3
18
  ## 0.2.1
4
19
 
5
20
  ### Patch Changes
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # `modular-component`
1
+ # modular-component
2
2
 
3
3
  NPM registry alias for the `@modular-component/core` package.
4
4
 
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "Factory",
8
8
  "Test"
9
9
  ],
10
- "version": "0.2.1",
10
+ "version": "0.2.3",
11
11
  "type": "module",
12
12
  "license": "MIT",
13
13
  "publishConfig": {
@@ -24,7 +24,7 @@
24
24
  "license": "cp ../../LICENSE ./LICENSE"
25
25
  },
26
26
  "dependencies": {
27
- "@modular-component/core": "0.2.1"
27
+ "@modular-component/core": "0.2.3"
28
28
  },
29
29
  "devDependencies": {
30
30
  "typescript": "^5.2.2"