@xyd-js/context 0.1.0-build.158 → 0.1.0-build.162

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/CHANGELOG.md +32 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @xyd-js/context
2
2
 
3
+ ## 0.1.0-build.162
4
+
5
+ ### Patch Changes
6
+
7
+ - update all packages
8
+ - Updated dependencies
9
+ - @xyd-js/core@0.1.0-build.175
10
+
11
+ ## 0.1.0-build.161
12
+
13
+ ### Patch Changes
14
+
15
+ - update all packages
16
+ - Updated dependencies
17
+ - @xyd-js/core@0.1.0-build.174
18
+
19
+ ## 0.1.0-build.160
20
+
21
+ ### Patch Changes
22
+
23
+ - update all packages
24
+ - Updated dependencies
25
+ - @xyd-js/core@0.1.0-build.173
26
+
27
+ ## 0.1.0-build.159
28
+
29
+ ### Patch Changes
30
+
31
+ - update all packages
32
+ - Updated dependencies
33
+ - @xyd-js/core@0.1.0-build.172
34
+
3
35
  ## 0.1.0-build.158
4
36
 
5
37
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyd-js/context",
3
- "version": "0.1.0-build.158",
3
+ "version": "0.1.0-build.162",
4
4
  "description": "shared xyd context",
5
5
  "main": "./dist/index.js",
6
6
  "type": "module",
@@ -9,7 +9,7 @@
9
9
  ".": "./dist/index.js"
10
10
  },
11
11
  "dependencies": {
12
- "@xyd-js/core": "0.1.0-build.171"
12
+ "@xyd-js/core": "0.1.0-build.175"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@types/mdast": "^4.0.3",