@eik/common 4.0.0-next.6 → 4.0.0-next.7

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.
@@ -63,7 +63,7 @@ jobs:
63
63
  npm install --workspaces
64
64
  - name: npx semantic-release
65
65
  run: |
66
- npx semantic-release
66
+ npx semantic-release --workspaces
67
67
  env:
68
68
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
69
69
  NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [4.0.0-next.7](https://github.com/eik-lib/common/compare/v4.0.0-next.6...v4.0.0-next.7) (2022-07-26)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * run semantic release in each package ([84ace0c](https://github.com/eik-lib/common/commit/84ace0c3359b42bf20461318afc2ef67faaba11b))
7
+
1
8
  # [4.0.0-next.6](https://github.com/eik-lib/common/compare/v4.0.0-next.5...v4.0.0-next.6) (2022-07-26)
2
9
 
3
10
 
package/package.json CHANGED
@@ -6,5 +6,5 @@
6
6
  "packages/schemas",
7
7
  "packages/validators"
8
8
  ],
9
- "version": "4.0.0-next.6"
9
+ "version": "4.0.0-next.7"
10
10
  }
Binary file