Skip to content

Commit 3b1ed5b

Browse files
authored
Merge pull request #381 from multiversx/rm/update-deprecated-scripts
Update Deps
2 parents 8ee0f0c + d9a1b3e commit 3b1ed5b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+4104
-13441
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
contents: write
1818
packages: write
1919
steps:
20-
- uses: actions/checkout@v3
21-
- uses: actions/setup-node@v1
20+
- uses: actions/checkout@v4
21+
- uses: actions/setup-node@v4
2222
with:
2323
node-version: 22
2424
registry-url: https://registry.npmjs.org/
2525

26-
- name: Setup yarn
26+
- name: Setup pnpm
2727
run: npm install -g pnpm
2828

2929
- name: Install dependencies

.github/workflows/pre-merge-unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
run-unit-tests:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
with:
2424
ref: ${{ github.ref }}
2525
if: ${{ !github.event.pull_request.draft }}
2626
- name: Set up Node.js
27-
uses: actions/setup-node@v3
27+
uses: actions/setup-node@v4
2828
with:
2929
node-version: 22
3030
- name: Setup pnpm

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [[3.2.0](https://github.com/multiversx/mx-sdk-dapp-form/pull/382)] - 2025-12-04
11+
12+
- [Removed anchorme, Updated deps, Removed unmaintained example folder](https://github.com/multiversx/mx-sdk-dapp-form/pull/381)
13+
1014
## [[3.1.5](https://github.com/multiversx/mx-sdk-dapp-form/pull/380)] - 2025-11-27
1115

1216
- [Added `option.value` as document element id in `getOption`](https://github.com/multiversx/mx-sdk-dapp-form/pull/379)

example/.eslintrc

Lines changed: 0 additions & 103 deletions
This file was deleted.

example/.github/workflows/deploy.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

example/.gitignore

Lines changed: 0 additions & 24 deletions
This file was deleted.

example/.prettierrc

Lines changed: 0 additions & 10 deletions
This file was deleted.

example/README.md

Lines changed: 0 additions & 90 deletions
This file was deleted.

example/package.json

Lines changed: 0 additions & 84 deletions
This file was deleted.

example/public/favicon.ico

-104 KB
Binary file not shown.

0 commit comments

Comments
 (0)