Skip to content

Commit 30f735f

Browse files
authored
Merge pull request #256 from near/changeset-release/main
Publish packages
2 parents 6f968a5 + cda81d3 commit 30f735f

File tree

3 files changed

+28
-23
lines changed

3 files changed

+28
-23
lines changed

.changeset/tangy-hotels-shine.md

-22
This file was deleted.

packages/js/CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# near-workspaces
2+
3+
## 5.0.0
4+
5+
### Major Changes
6+
7+
- [#255](https://github.com/near/near-workspaces-js/pull/255) [`3cbdc6b`](https://github.com/near/near-workspaces-js/commit/3cbdc6b45fad34df822ee7cea91d72e8d244227f) Thanks [@AlexKushnir1](https://github.com/AlexKushnir1)! - Implemented GitHub Actions Workflows:
8+
9+
- Add to the DevTools project
10+
- Automate package release to npm
11+
12+
Update:
13+
14+
- Node.js -> 20.0.0
15+
- TypeScript -> 5.4.5
16+
- TSConfig(target) -> ES2022
17+
- Borsh -> 2.0.0
18+
- Near-api-js -> 5.1.0
19+
20+
BREAKING CHANGES:
21+
22+
- Replaced Yarn + Lerna with pnpm
23+
- Removed bn.js and near-units → Now using TypeScript’s native BigInt
24+
- Removed outcome files (/dist) from the repository
25+
- Borsh update: Now requires an explicit Schema parameter for serialization/deserialization
26+
- Added changeset package to simplify the release flow
27+
- Removed rimraf, use fs-extra instead

packages/js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "near-workspaces",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description": "Write tests in TypeScript/JavaScript to run in a controlled NEAR Sandbox local environment.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)