Skip to content

Commit f236532

Browse files
authored
Merge pull request #86 from paraportxyz/changeset-release/main
Version Packages
2 parents a21bdb4 + 48ccf2d commit f236532

11 files changed

Lines changed: 66 additions & 16 deletions

File tree

.changeset/tidy-polkadot-umd-globals.md

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

packages/core/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @paraport/core
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- d4c33b3: Update the SDK stack to polkadot-api 2.1.x and refreshed build/tooling dependencies.
8+
9+
Also fixes the SDK UMD build by declaring globals for external polkadot-api modules.
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [d4c33b3]
14+
- @paraport/static@0.0.7
15+
316
## 0.2.1
417

518
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@paraport/core",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "Core functionality for ParaPort SDK",
55
"keywords": [
66
"paraport",

packages/react/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @paraport/react
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- d4c33b3: Update the SDK stack to polkadot-api 2.1.x and refreshed build/tooling dependencies.
8+
9+
Also fixes the SDK UMD build by declaring globals for external polkadot-api modules.
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [d4c33b3]
14+
- @paraport/sdk@0.2.0
15+
316
## 0.1.14
417

518
### Patch Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@paraport/react",
3-
"version": "0.1.14",
3+
"version": "0.2.0",
44
"description": "React components for Paraport SDK",
55
"keywords": [
66
"react",

packages/sdk/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @paraport/sdk
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- d4c33b3: Update the SDK stack to polkadot-api 2.1.x and refreshed build/tooling dependencies.
8+
9+
Also fixes the SDK UMD build by declaring globals for external polkadot-api modules.
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [d4c33b3]
14+
- @paraport/core@0.3.0
15+
- @paraport/vue@0.3.0
16+
317
## 0.1.14
418

519
### Patch Changes

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@paraport/sdk",
3-
"version": "0.1.14",
3+
"version": "0.2.0",
44
"description": "ParaPort Embedded UI",
55
"keywords": [
66
"paraport",

packages/static/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @paraport/static
22

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- d4c33b3: Update the SDK stack to polkadot-api 2.1.x and refreshed build/tooling dependencies.
8+
9+
Also fixes the SDK UMD build by declaring globals for external polkadot-api modules.
10+
311
## 0.0.6
412

513
### Patch Changes

packages/static/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@paraport/static",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Static configuration and constants for ParaPort SDK",
55
"keywords": [
66
"paraport",

packages/vue/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @paraport/vue
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- d4c33b3: Update the SDK stack to polkadot-api 2.1.x and refreshed build/tooling dependencies.
8+
9+
Also fixes the SDK UMD build by declaring globals for external polkadot-api modules.
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [d4c33b3]
14+
- @paraport/core@0.3.0
15+
316
## 0.2.1
417

518
### Patch Changes

0 commit comments

Comments
 (0)