@orioro/util 0.11.1 → 0.11.2

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 +13 -0
  2. package/package.json +4 -4
package/CHANGELOG.md ADDED
@@ -0,0 +1,13 @@
1
+ # @orioro/util
2
+
3
+ ## 0.11.2
4
+
5
+ ### Patch Changes
6
+
7
+ - fix changeset release with yarn
8
+
9
+ ## 0.11.1
10
+
11
+ ### Patch Changes
12
+
13
+ - f26720d: Initialize package version control using changeset
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orioro/util",
3
- "version": "0.11.1",
3
+ "version": "0.11.2",
4
4
  "packageManager": "yarn@4.0.2",
5
5
  "type": "module",
6
6
  "main": "dist/index.mjs",
@@ -24,8 +24,8 @@
24
24
  "prepublish": "yarn build"
25
25
  },
26
26
  "devDependencies": {
27
- "@orioro/dev": "workspace:^",
28
- "@orioro/jest-util": "workspace:^",
27
+ "@orioro/dev": "^0.0.5",
28
+ "@orioro/jest-util": "^2.0.2",
29
29
  "@types/clone-deep": "^4.0.4",
30
30
  "@types/jest": "^29.5.12",
31
31
  "babel-jest": "^29.7.0",
@@ -43,4 +43,4 @@
43
43
  "traverse": "^0.6.9",
44
44
  "type-fest": "^4.18.1"
45
45
  }
46
- }
46
+ }