@monorepolint/utils 0.5.0-beta.6 → 0.5.0-beta.8

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 +3 -9
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,16 +1,10 @@
1
1
  # @monorepolint/utils
2
2
 
3
- ## 0.5.0-beta.6
3
+ ## 0.5.0-beta.8
4
4
 
5
- ## 0.5.0-beta.5
5
+ ### Patch Changes
6
6
 
7
- ## 0.5.0-beta.4
8
-
9
- ## 0.5.0-beta.3
10
-
11
- ## 0.5.0-beta.2
12
-
13
- ## 0.5.0-beta.1
7
+ - b024660: Internal change to how publish happens
14
8
 
15
9
  ## 0.5.0-beta.0
16
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monorepolint/utils",
3
- "version": "0.5.0-beta.6",
3
+ "version": "0.5.0-beta.8",
4
4
  "author": "Eric L Anderson (https://github.com/ericanderson)",
5
5
  "contributors": [
6
6
  "Mac Lockard (https://github.com/maclockard)"