Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 23, 2024
1 parent 8a94f69 commit c0f1f1a
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/twelve-rabbits-cough.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/cookbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @near-js/cookbook

## 1.0.15

### Patch Changes

- Updated dependencies []:
- [email protected]

## 1.0.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cookbook/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@near-js/cookbook",
"private": true,
"version": "1.0.14",
"version": "1.0.15",
"description": "",
"main": "main.js",
"author": "",
Expand Down
7 changes: 7 additions & 0 deletions packages/near-api-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# near-api-js

## 3.0.3

### Patch Changes

- Updated dependencies [[`15885dd1`](https://github.com/near/near-api-js/commit/15885dd10ba9b562043a36dc80c449b7c3588313)]:
- @near-js/wallet-account@1.1.0

## 3.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/near-api-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "near-api-js",
"description": "JavaScript library to interact with NEAR Protocol via RPC API",
"version": "3.0.2",
"version": "3.0.3",
"repository": {
"type": "git",
"url": "git+https://github.com/near/near-api-js.git"
Expand Down
6 changes: 6 additions & 0 deletions packages/wallet-account/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @near-js/wallet-account

## 1.1.0

### Minor Changes

- [#1260](https://github.com/near/near-api-js/pull/1260) [`15885dd1`](https://github.com/near/near-api-js/commit/15885dd10ba9b562043a36dc80c449b7c3588313) Thanks [@denbite](https://github.com/denbite)! - Introduce methods to construct URLs to the wallet without instant redirect

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-account/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@near-js/wallet-account",
"version": "1.0.2",
"version": "1.1.0",
"description": "Dependencies for the NEAR API JavaScript client in the browser",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit c0f1f1a

Please sign in to comment.