Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/player-ui/tools into featur…
Browse files Browse the repository at this point in the history
…e/measure-content-complexity
  • Loading branch information
kharrop committed Oct 1, 2024
2 parents 136d9ae + b5b2b9d commit 07c9393
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# 0.8.1 (Thu Sep 26 2024)

### Release Notes

#### Don't create oclif manifest ([#168](https://github.com/player-ui/tools/pull/168))

Fixes issue with oclif manifest not being stamped with the right version leading to console errors

---

#### 🐛 Bug Fix

- Release main [#170](https://github.com/player-ui/tools/pull/170) ([@intuit-svc](https://github.com/intuit-svc))
- Don't create oclif manifest [#168](https://github.com/player-ui/tools/pull/168) ([@KetanReddy](https://github.com/KetanReddy))

#### Authors: 2

- [@intuit-svc](https://github.com/intuit-svc)
- Ketan Reddy ([@KetanReddy](https://github.com/KetanReddy))

---

# 0.8.0 (Thu Sep 12 2024)

### Release Notes
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0
0.8.1
1 change: 1 addition & 0 deletions cli/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ oclif_pipeline(
package_name = "@player-tools/cli",
build_deps = build_deps,
deps = deps,
manifest = False
)

directory_path(
Expand Down
3 changes: 1 addition & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"types": "./dist/index.d.ts",
"files": [
"bin",
"dist",
"oclif.manifest.json"
"dist"
],
"oclif": {
"bin": "player",
Expand Down

0 comments on commit 07c9393

Please sign in to comment.