Skip to content

Commit

Permalink
chore(release): publish packages (near#1315)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 11, 2024
1 parent 42dc7e2 commit 0c4e41c
Show file tree
Hide file tree
Showing 13 changed files with 55 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/happy-onions-wave.md

This file was deleted.

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

## 1.0.4

### Patch Changes

- Updated dependencies [[`42dc7e2a`](https://github.com/near/near-api-js/commit/42dc7e2ac794e973987bed7b89da5ef2d3c6c8ac)]:
- @near-js/transactions@1.1.2
- @near-js/providers@0.1.1

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/accounts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@near-js/accounts",
"version": "1.0.3",
"version": "1.0.4",
"description": "Classes encapsulating account-specific functionality",
"main": "lib/index.js",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions packages/cookbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @near-js/cookbook

## 1.0.16

### Patch Changes

- Updated dependencies [[`42dc7e2a`](https://github.com/near/near-api-js/commit/42dc7e2ac794e973987bed7b89da5ef2d3c6c8ac)]:
- @near-js/transactions@1.1.2
- @near-js/accounts@1.0.4
- [email protected]
- @near-js/providers@0.1.1

## 1.0.15

### 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.15",
"version": "1.0.16",
"description": "",
"main": "main.js",
"author": "",
Expand Down
10 changes: 10 additions & 0 deletions packages/near-api-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# near-api-js

## 3.0.4

### Patch Changes

- Updated dependencies [[`42dc7e2a`](https://github.com/near/near-api-js/commit/42dc7e2ac794e973987bed7b89da5ef2d3c6c8ac)]:
- @near-js/transactions@1.1.2
- @near-js/accounts@1.0.4
- @near-js/providers@0.1.1
- @near-js/wallet-account@1.1.1

## 3.0.3

### 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.3",
"version": "3.0.4",
"repository": {
"type": "git",
"url": "git+https://github.com/near/near-api-js.git"
Expand Down
7 changes: 7 additions & 0 deletions packages/providers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @near-js/providers

## 0.1.1

### Patch Changes

- Updated dependencies [[`42dc7e2a`](https://github.com/near/near-api-js/commit/42dc7e2ac794e973987bed7b89da5ef2d3c6c8ac)]:
- @near-js/transactions@1.1.2

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@near-js/providers",
"version": "0.1.0",
"version": "0.1.1",
"description": "Library of implementations for interfacing with the NEAR blockchain",
"main": "lib/index.js",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/transactions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @near-js/transactions

## 1.1.2

### Patch Changes

- [#1314](https://github.com/near/near-api-js/pull/1314) [`42dc7e2a`](https://github.com/near/near-api-js/commit/42dc7e2ac794e973987bed7b89da5ef2d3c6c8ac) Thanks [@gagdiez](https://github.com/gagdiez)! - Fixed delegateAction Schema

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/transactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@near-js/transactions",
"version": "1.1.1",
"version": "1.1.2",
"description": "Functions and data types for transactions on NEAR",
"main": "lib/index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/wallet-account/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @near-js/wallet-account

## 1.1.1

### Patch Changes

- Updated dependencies [[`42dc7e2a`](https://github.com/near/near-api-js/commit/42dc7e2ac794e973987bed7b89da5ef2d3c6c8ac)]:
- @near-js/transactions@1.1.2
- @near-js/accounts@1.0.4

## 1.1.0

### Minor 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.1.0",
"version": "1.1.1",
"description": "Dependencies for the NEAR API JavaScript client in the browser",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 0c4e41c

Please sign in to comment.