Skip to content
This repository was archived by the owner on Sep 6, 2024. It is now read-only.

Commit 8be3382

Browse files
authored
Merge pull request #991 from iotaledger/chore/set-package-versions-for-release
chore: Set packages versions in preparation for release of v2.0.0-rc.1
2 parents 9922553 + 091ac62 commit 8be3382

28 files changed

+51
-83
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Runs in both NodeJS and Browser environments.
99
## Prerequisites
1010

1111
```shell
12-
npm install @iota/iota.js@next
12+
npm install @iota/iota.js@2.0.0-rc.1
1313
```
1414

1515
## Example

documentation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iotajs",
3-
"version": "0.0.0",
3+
"version": "2.0.0-rc.1",
44
"scripts": {
55
"start": "iota-wiki start",
66
"build": "iota-wiki build"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@iota/workspaces",
33
"description": "IOTA JavaScript Library",
4-
"version": "1.9.0-stardust.5",
4+
"version": "2.0.0-rc.1",
55
"keywords": [
66
"iota"
77
],

packages/crypto/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog
22

3-
## v1.9.0-stardust.4
3+
## 2.0.0-rc.1
44

5-
* Stardust alpha release
5+
* Stardust release candidate
66

77
## v1.8.6
88

packages/crypto/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The code in the package is provides crypto implementations used by other package
55
## Install
66

77
```shell
8-
npm install @iota/crypto.js@next
8+
npm install @iota/crypto.js@2.0.0-rc.1
99
```
1010

1111
## Usage

packages/crypto/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@iota/crypto.js",
33
"description": "IOTA JavaScript Cryptography Library",
4-
"version": "1.9.0-stardust.9",
4+
"version": "2.0.0-rc.1",
55
"keywords": [
66
"iota",
77
"client"
@@ -17,7 +17,7 @@
1717
"license": "Apache-2.0",
1818
"dependencies": {
1919
"big-integer": "^1.6.51",
20-
"@iota/util.js": "next"
20+
"@iota/util.js": "2.0.0-rc.1"
2121
},
2222
"scripts": {
2323
"build-clean": "rimraf ./es/* ./typings/*",

packages/iota/CHANGELOG.md

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,8 @@
11
# Changelog
22

3-
## v1.9.0-stardust.9
3+
## 2.0.0-rc.1
44

5-
* Bump version due to npm issue
6-
7-
## v1.9.0-stardust.8
8-
9-
* Publish with package
10-
11-
## v1.9.0-stardust.7
12-
13-
* Update Milestone payload
14-
15-
## v1.9.0-stardust.6
16-
17-
* Stardust message serialization fix
18-
* Update Simple token scheme
19-
* Update Milestone payload
20-
21-
## v1.9.0-stardust.5
22-
23-
* Stardust message serialization fix
24-
25-
## v1.9.0-stardust.4
26-
27-
* Stardust alpha release
5+
* Stardust release candidate
286

297
## v1.8.6
308

packages/iota/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Runs in both NodeJS and Browser environments.
99
## Prerequisites
1010

1111
```shell
12-
npm install @iota/iota.js@next
12+
npm install @iota/iota.js@2.0.0-rc.1
1313
```
1414

1515
## Example

packages/iota/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@iota/iota.js",
33
"description": "IOTA JavaScript Library",
4-
"version": "1.9.0-stardust.28",
4+
"version": "2.0.0-rc.1",
55
"keywords": [
66
"iota",
77
"client"
@@ -16,8 +16,8 @@
1616
},
1717
"license": "Apache-2.0",
1818
"dependencies": {
19-
"@iota/crypto.js": "next",
20-
"@iota/util.js": "next",
19+
"@iota/crypto.js": "2.0.0-rc.1",
20+
"@iota/util.js": "2.0.0-rc.1",
2121
"big-integer": "^1.6.51",
2222
"node-fetch": "2.6.7"
2323
},

packages/mqtt/CHANGELOG.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,8 @@
11
# Changelog
22

3-
## v1.9.0-stardust.7
3+
## 2.0.0-rc.1
44

5-
* Bump version of iota.js
6-
7-
## v1.9.0-stardust.6
8-
9-
* Bump version of iota.js
10-
11-
## v1.9.0-stardust.5
12-
13-
* Update Mqtt topic endpoints
14-
* Bump version of iota.js
15-
16-
## v1.9.0-stardust.4
17-
18-
* Stardust alpha release
5+
* Stardust release candidate
196

207
## v1.8.6
218

0 commit comments

Comments
 (0)