Skip to content

Commit

Permalink
fix stubbing issues and prep for release 0.3.1 for logging package (#711
Browse files Browse the repository at this point in the history
)

## Summary
Upgrading to latest typescript version is causing stubbing issues and failing some unit tests. Downgrading the typescript version to `3.8.x` temporarily to fix this.

## Test plan
- Manually tested thoroughly.
-  All existing tests pass
  • Loading branch information
zashraf1985 committed Oct 13, 2021
1 parent a7f5050 commit 89d5067
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions packages/logging/CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
Changes that have landed but are not yet released.

## [0.3.1] - October 13, 2021

### Bug Fixes
- Downgrade typescript version to `3.8.x` due to stubbing issues.

## [0.3.0] - October 8, 2021

### New Features
Expand Down
8 changes: 4 additions & 4 deletions packages/logging/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/logging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@optimizely/js-sdk-logging",
"version": "0.3.0",
"version": "0.3.1",
"description": "Optimizely Full Stack Core Logging",
"author": "jordangarcia <jordan@optimizely.com>",
"homepage": "https://github.com/optimizely/javascript-sdk/tree/master/packages/logging",
Expand Down Expand Up @@ -44,6 +44,6 @@
"@types/jest": "^23.3.12",
"jest": "^23.6.0",
"ts-jest": "^23.10.5",
"typescript": "^4.0.3"
"typescript": "3.8.x"
}
}

0 comments on commit 89d5067

Please sign in to comment.