Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v1.0.5 #71

Merged
merged 50 commits into from
May 2, 2024
Merged

chore: release v1.0.5 #71

merged 50 commits into from
May 2, 2024

Conversation

dtfiedler
Copy link
Collaborator

@dtfiedler dtfiedler commented May 2, 2024

Includes:

  • replaces winston with bunyan to reduce the need for additional polyfills
  • uses base64 in fromB64url to avoid web env issues (should result in the same thing)
  • adds fqdn regex to utils
  • adds vite and webpack react examples

atticusofsparta and others added 27 commits May 1, 2024 09:35
chore: merge main to alpha
Winston does not play nice in web, and requires additional polyfills. bunyan is feature-par and is more suited for web environments
fix(logger): replace winston with bunyan
## [1.0.5-alpha.1](v1.0.4...v1.0.5-alpha.1) (2024-05-01)

### Bug Fixes

* **logger:** replace winston with bunyan ([0488f75](0488f75))
chore: add react typescript example
@dtfiedler dtfiedler requested a review from a team as a code owner May 2, 2024 12:56
## [1.0.5-alpha.2](v1.0.5-alpha.1...v1.0.5-alpha.2) (2024-05-02)

### Bug Fixes

* **cjs:** provide path alias for warp in cjs export ([7f9bf9a](7f9bf9a))
@codecov-commenter
Copy link

codecov-commenter commented May 2, 2024

Codecov Report

Attention: Patch coverage is 74.41860% with 11 lines in your changes are missing coverage. Please review.

Project coverage is 80.86%. Comparing base (12c37b5) to head (d0f5d80).

Files Patch % Lines
src/common/logger.ts 50.00% 11 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #71      +/-   ##
==========================================
+ Coverage   80.25%   80.86%   +0.60%     
==========================================
  Files          19       19              
  Lines         466      465       -1     
  Branches       96       94       -2     
==========================================
+ Hits          374      376       +2     
- Misses         88       89       +1     
+ Partials        4        0       -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

atticusofsparta
atticusofsparta previously approved these changes May 2, 2024
base64url is not defined in web environment polyfills - this should result in the same thing
semantic-release-bot and others added 21 commits May 2, 2024 13:44
## [1.0.5-alpha.3](v1.0.5-alpha.2...v1.0.5-alpha.3) (2024-05-02)

### Bug Fixes

* **utils:** use base64 for fromB64url util ([42302ef](42302ef))
fix(utils): manally convert from b64 to b64url to avoid web polyfill i…
## [1.0.5-alpha.4](v1.0.5-alpha.3...v1.0.5-alpha.4) (2024-05-02)

### Bug Fixes

* **utils:** manally conver from b64 to b64url to avoid web polyfill issues ([766035c](766035c))
The alias is nodoing what i thought it would.
chore(docs): update vite example and remove alias in tsconfig
fix(warp-contract): error logging warp contract write
## [1.0.5-alpha.5](v1.0.5-alpha.4...v1.0.5-alpha.5) (2024-05-02)

### Bug Fixes

* **warp-contract:** correctly throw error in write interaction ([c2368dd](c2368dd))
## [1.0.5-alpha.6](v1.0.5-alpha.5...v1.0.5-alpha.6) (2024-05-02)

### Bug Fixes

* **util:** add FQDN regex that matches ArNS contract ([e6d7396](e6d7396))
@dtfiedler dtfiedler merged commit 8c44675 into main May 2, 2024
19 checks passed
@dtfiedler
Copy link
Collaborator Author

🎉 This PR is included in version 1.0.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

@dtfiedler
Copy link
Collaborator Author

🎉 This PR is included in version 1.0.5-alpha.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants