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

add february dev report and repo descriptions #1781

Merged
merged 1 commit into from
Mar 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 39 additions & 17 deletions changelog/2023-12-31.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ Developer changelog for [essential repositories](https://near.dev) when building

## Releases 🎉

| repo | release | release_date |
| repo | release | description |
| --- | --- | --- |
| near-discovery | [12.13.2023](https://github.com/near/near-discovery/releases/tag/12.13.2023) | 2023-12-13 |
| vm | [2.5.3](https://github.com/NearSocial/VM/releases/tag/2.5.3) | 2023-12-04 |
| wallet-selector | [v8.9.1](https://github.com/near/wallet-selector/releases/tag/v8.9.1) | 2023-12-06 |
| web3-onboard | [2.24.18](https://github.com/blocknative/web3-onboard/releases/tag/2.24.18) | 2023-12-19 |
| bos-cli-rs | [0.3.7 - 2023-12-19](https://github.com/bos-cli-rs/bos-cli-rs/releases/tag/v0.3.7) | 2023-12-19 |
| near-cli-rs | [0.7.6 - 2023-12-21](https://github.com/near/near-cli-rs/releases/tag/v0.7.6) | 2023-12-21 |
| near-api-js | [near-api-js@3.0.1](https://github.com/near/near-api-js/releases/tag/near-api-js%403.0.1) | 2023-12-20 |
| nearcore | [1.36.2](https://github.com/near/nearcore/releases/tag/1.36.2) | 2023-12-18 |
| near-discovery | [12.13.2023](https://github.com/near/near-discovery/releases/tag/12.13.2023) | near.org Decentralized Frontend Gateway |
| vm | [2.5.3](https://github.com/NearSocial/VM/releases/tag/2.5.3) | VM execution layer for decentralized frontend components |
| wallet-selector | [v8.9.1](https://github.com/near/wallet-selector/releases/tag/v8.9.1) | NEAR native wallet selector tool for dApps |
| web3-onboard | [2.24.18](https://github.com/blocknative/web3-onboard/releases/tag/2.24.18) | Multi-chain wallet selector tool for dApps |
| bos-cli-rs | [0.3.7 - 2023-12-19](https://github.com/bos-cli-rs/bos-cli-rs/releases/tag/v0.3.7) | Command line utility for developing decentralized frontend components |
| near-cli-rs | [0.7.6 - 2023-12-21](https://github.com/near/near-cli-rs/releases/tag/v0.7.6) | Guided command line interface for interacting with NEAR (Rust) |
| near-api-js | [near-api-js@3.0.1](https://github.com/near/near-api-js/releases/tag/near-api-js%403.0.1) | JavaScript API for interacting with NEAR Protocol |
| nearcore | [](https://github.com/near/nearcore/releases/tag/1.36.2) | NEAR Protocol Core |

---

Expand All @@ -25,23 +25,19 @@ Developer changelog for [essential repositories](https://near.dev) when building

### docs

> NEAR Protocol Developer Documentation

| DATE | PR | DESCRIPTION |
| --- | --- | --- |
| 2023-12-22 | [1631](https://github.com/near/docs/pull/1631) | [Add QueryApi article](https://github.com/near/docs/pull/1631) |
| 2023-12-18 | [1610](https://github.com/near/docs/pull/1610) | [Implementing linkdrops primitives](https://github.com/near/docs/pull/1610) |
| 2023-12-09 | [1617](https://github.com/near/docs/pull/1617) | [feat: add dev releases](https://github.com/near/docs/pull/1617) |
| 2023-12-08 | [1615](https://github.com/near/docs/pull/1615) | [feat: add repository...](https://github.com/near/docs/pull/1615) |
| 2023-12-12 | [1624](https://github.com/near/docs/pull/1624) | [CSS fix](https://github.com/near/docs/pull/1624) |
| 2023-12-14 | [1608](https://github.com/near/docs/pull/1608) | [Implementing DAO primitives](https://github.com/near/docs/pull/1608) |
| 2023-12-14 | [1628](https://github.com/near/docs/pull/1628) | [fix: navbar display](https://github.com/near/docs/pull/1628) |
| 2023-12-14 | [1621](https://github.com/near/docs/pull/1621) | [Fixed Quickstart](https://github.com/near/docs/pull/1621) |
| 2023-12-13 | [1626](https://github.com/near/docs/pull/1626) | [fix: css navbar & CI](https://github.com/near/docs/pull/1626) |
| 2023-12-13 | [1618](https://github.com/near/docs/pull/1618) | [fix: resolve fetchin...](https://github.com/near/docs/pull/1618) |

## 🚀 Decentralized Frontends

### near-discovery

> near.org Decentralized Frontend Gateway

| DATE | PR | DESCRIPTION |
| --- | --- | --- |
| 2023-12-25 | [895](https://github.com/near/near-discovery/pull/895) | [develop -> main](https://github.com/near/near-discovery/pull/895) |
Expand All @@ -51,6 +47,8 @@ Developer changelog for [essential repositories](https://near.dev) when building

### near-discovery-components

> Core components for decentralized frontends

| DATE | PR | DESCRIPTION |
| --- | --- | --- |
| 2023-12-29 | [589](https://github.com/near/near-discovery-components/pull/589) | [fix copy pasta](https://github.com/near/near-discovery-components/pull/589) |
Expand All @@ -61,12 +59,16 @@ Developer changelog for [essential repositories](https://near.dev) when building

### vm

> VM execution layer for decentralized frontend components

| DATE | PR | DESCRIPTION |
| --- | --- | --- |
| 2023-12-04 | [158](https://github.com/NearSocial/VM/pull/158) | [Release 2.5.3](https://github.com/NearSocial/VM/pull/158) |

### bos-web-engine

> Improved execution layer for decentralized frontend components

| DATE | PR | DESCRIPTION |
| --- | --- | --- |
| 2023-12-11 | [155](https://github.com/near/bos-web-engine/pull/155) | [Revert "fix: fix loc...](https://github.com/near/bos-web-engine/pull/155) |
Expand All @@ -81,18 +83,24 @@ Developer changelog for [essential repositories](https://near.dev) when building

### wallet-selector

> NEAR native wallet selector tool for dApps

| DATE | PR | DESCRIPTION |
| --- | --- | --- |
| 2023-12-06 | [1031](https://github.com/near/wallet-selector/pull/1031) | [v8.9.1 Release (dev -> main)](https://github.com/near/wallet-selector/pull/1031) |

### web3-onboard

> Multi-chain wallet selector tool for dApps

| DATE | PR | DESCRIPTION |
| --- | --- | --- |
| 2023-12-19 | [2031](https://github.com/blocknative/web3-onboard/pull/2031) | [Release - 2.24.18](https://github.com/blocknative/web3-onboard/pull/2031) |

### fast-auth-signer

> FastAuth signer for NEAR Protocol

| DATE | PR | DESCRIPTION |
| --- | --- | --- |
| 2023-12-28 | [132](https://github.com/near/fast-auth-signer/pull/132) | [Re-use Input compone...](https://github.com/near/fast-auth-signer/pull/132) |
Expand All @@ -105,6 +113,8 @@ Developer changelog for [essential repositories](https://near.dev) when building

### idos-sdk-js

> Decentralized identity storage and verification

| DATE | PR | DESCRIPTION |
| --- | --- | --- |
| 2023-12-21 | [81](https://github.com/idos-network/idos-sdk-js/pull/81) | [chore: biome as linter and formatter](https://github.com/idos-network/idos-sdk-js/pull/81) |
Expand All @@ -116,6 +126,8 @@ Developer changelog for [essential repositories](https://near.dev) when building

### create-near-app

> Scaffolding tool for NEAR decentralized applications and smart contracts

| DATE | PR | DESCRIPTION |
| --- | --- | --- |
| 2023-12-21 | [2121](https://github.com/near/create-near-app/pull/2121) | [[Snyk] Upgrade mixpa...](https://github.com/near/create-near-app/pull/2121) |
Expand All @@ -127,6 +139,8 @@ Developer changelog for [essential repositories](https://near.dev) when building

### bos-cli-rs

> Command line utility for developing decentralized frontend components

| DATE | PR | DESCRIPTION |
| --- | --- | --- |
| 2023-12-19 | [77](https://github.com/bos-cli-rs/bos-cli-rs/pull/77) | [refactor: Changed Ne...](https://github.com/bos-cli-rs/bos-cli-rs/pull/77) |
Expand All @@ -136,6 +150,8 @@ Developer changelog for [essential repositories](https://near.dev) when building

### near-cli-rs

> Guided command line interface for interacting with NEAR (Rust)

| DATE | PR | DESCRIPTION |
| --- | --- | --- |
| 2023-12-21 | [282](https://github.com/near/near-cli-rs/pull/282) | [chore: release v0.7.6](https://github.com/near/near-cli-rs/pull/282) |
Expand All @@ -153,6 +169,8 @@ Developer changelog for [essential repositories](https://near.dev) when building

### near-sdk-rs

> Rust SDK for writing smart contracts

| DATE | PR | DESCRIPTION |
| --- | --- | --- |
| 2023-12-20 | [1118](https://github.com/near/near-sdk-rs/pull/1118) | [[Fix] Contract sourc...](https://github.com/near/near-sdk-rs/pull/1118) |
Expand All @@ -162,6 +180,8 @@ Developer changelog for [essential repositories](https://near.dev) when building

### near-api-js

> JavaScript API for interacting with NEAR Protocol

| DATE | PR | DESCRIPTION |
| --- | --- | --- |
| 2023-12-20 | [1220](https://github.com/near/near-api-js/pull/1220) | [Publish packages](https://github.com/near/near-api-js/pull/1220) |
Expand All @@ -175,6 +195,8 @@ Developer changelog for [essential repositories](https://near.dev) when building

### queryapi

> Create custom APIs for your dApp using an indexing framework

| DATE | PR | DESCRIPTION |
| --- | --- | --- |
| 2023-12-21 | [446](https://github.com/near/queryapi/pull/446) | [feat: Runner gRPC endpoint](https://github.com/near/queryapi/pull/446) |
Expand Down
Loading
Loading