Skip to content

Commit

Permalink
fix:NearSocial#135 Add dist folder back to git, bump version, update …
Browse files Browse the repository at this point in the history
…changelog
  • Loading branch information
klngrs committed May 2, 2024
1 parent 797db44 commit 6ddc586
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,3 @@ neardev

# OS X
.DS_Store


dist/
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.6.2

- #135 Fix async behavior of VM.require incorrectly showing warnings by solidifying an expectation of a returned JSX element while async components are loading from cache.


## 2.6.1

- Add option to bypass the commit modal and skip transaction confirmation modal for all widgets (`features.commitModalBypass.bypassAll` and `features.bypassTransactionConfirmation`). This is intended to use by the gateways that expects external wallet to confirm all transactions.
Expand Down
2 changes: 2 additions & 0 deletions dist/index.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions dist/index.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/

/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "near-social-vm",
"version": "2.6.1",
"version": "2.6.2",
"description": "Near Social VM",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit 6ddc586

Please sign in to comment.