diff --git a/docs/standard-operating-procedures/development/releases.md b/docs/standard-operating-procedures/development/releases.md index 5aed6070b72..03796993aba 100644 --- a/docs/standard-operating-procedures/development/releases.md +++ b/docs/standard-operating-procedures/development/releases.md @@ -31,7 +31,6 @@ This SOP is only applicable to maintainers of this repository, that are responsi * [Regular Releases](#regular-releases) * [Milestone Releases](#milestone-releases) * [Hotfix Releases](#hotfix-releases) -* [@iota/wallet (NPM) release](#iotawallet-npm-release) ## External References @@ -287,23 +286,3 @@ After the hotfix has been released we can then merge the release branch into bot * Do **not** use squash and merge at this point as we will loose the commit history used for the changelog * Do **not** delete the release branch, as it will be used as the base for hotfixes in the future -## @iota/wallet (NPM) Release - -The Firefly team is partly responsible for the npm package release of the [wallet.rs bindings](https://github.com/iotaledger/wallet.rs/tree/production/bindings/nodejs). The package serves -as the backend of the application. The following steps describe the release process of the wallet.rs bindings. - -### 1. Opening changelog PR - -To trigger the release process, you add a markdown file describing the type of release (major/minor/patch) together with a description of what changed. -The GitHub action expects the file to be under `wallet.rs/.changes`. More information can be found [here](https://github.com/iotaledger/wallet.rs/tree/production/.changes#readme). - -[Here](https://github.com/iotaledger/wallet.rs/pull/1212) is an example PR. - -The merge of this PR triggers the action described in the following step. - -### 2. Merge the release PR - -Upon merging the PR from the previous step, GitHub actions automatically opens a new PR. This PR deletes the previously added .md file and updates -the package.json file and appends the changelog message to the changelog file. Merging this PR triggers the automatic release of the npm package. - -[Here](https://github.com/iotaledger/wallet.rs/pull/1216) is an example PR. diff --git a/package.json b/package.json index 18579f522fa..41da1941e45 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,6 @@ ], "devDependencies": { "@babel/eslint-parser": "^7.15.0", - "@iota/types": "^1.0.0-beta.9", "@types/node": "^18.15.11", "@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/parser": "^5.57.1", diff --git a/packages/desktop/components/ProposalAnswer.svelte b/packages/desktop/components/ProposalAnswer.svelte index 7abe5565822..71d3a268d0e 100644 --- a/packages/desktop/components/ProposalAnswer.svelte +++ b/packages/desktop/components/ProposalAnswer.svelte @@ -1,5 +1,5 @@