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 Mar 12, 2024
1 parent 311d665 commit f114a67
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/weak-guests-dream.md

This file was deleted.

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

## 1.0.5

### Patch Changes

- [#1292](https://github.com/near/near-api-js/pull/1292) [`f739324`](https://github.com/near/near-api-js/commit/f739324b2959712281d957eb26a09e5d68e32c80) Thanks [@gtsonevv](https://github.com/gtsonevv)! - replace ajv with is-my-json-valid

## 1.0.4

### 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.4",
"version": "1.0.5",
"description": "Classes encapsulating account-specific functionality",
"main": "lib/index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cookbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @near-js/cookbook

## 1.0.17

### Patch Changes

- Updated dependencies [[`f739324`](https://github.com/near/near-api-js/commit/f739324b2959712281d957eb26a09e5d68e32c80)]:
- @near-js/accounts@1.0.5
- [email protected]

## 1.0.16

### 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.16",
"version": "1.0.17",
"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.5

### Patch Changes

- [#1292](https://github.com/near/near-api-js/pull/1292) [`f739324`](https://github.com/near/near-api-js/commit/f739324b2959712281d957eb26a09e5d68e32c80) Thanks [@gtsonevv](https://github.com/gtsonevv)! - replace ajv with is-my-json-valid

- Updated dependencies [[`f739324`](https://github.com/near/near-api-js/commit/f739324b2959712281d957eb26a09e5d68e32c80)]:
- @near-js/accounts@1.0.5
- @near-js/wallet-account@1.1.2

## 3.0.4

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

## 1.1.2

### Patch Changes

- Updated dependencies [[`f739324`](https://github.com/near/near-api-js/commit/f739324b2959712281d957eb26a09e5d68e32c80)]:
- @near-js/accounts@1.0.5

## 1.1.1

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

0 comments on commit f114a67

Please sign in to comment.