Skip to content

Commit

Permalink
Make it a minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuller committed Apr 26, 2024
1 parent 130ee06 commit 92cb1b8
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "parallelmarkets",
"private": true,
"version": "2.0.2",
"version": "2.1.0",
"description": "ParallelMarkets.com JavaScript SDK loading utility",
"scripts": {
"build": "pnpm --filter '@parallelmarkets/*' build",
Expand Down
10 changes: 7 additions & 3 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Changelog

## v2.0.2 (2024-04-26)
## v2.1.0 (2024-04-26)

### Changed

- Updated types to ensure consistency with all supported options (#23). Some types (ProfileAPIResponse / IndividualProfile / BusinessProfile) are
now exported from @parallelmarkets/vanilla instead of @parallelmarkets/react

### Enhancements

- Updated types to ensure consistency with all supported options
- Upgraded to pnpm 9
- Upgraded to pnpm 9 (#20)

## v2.0.1 (2024-03-07)

Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parallelmarkets/react",
"version": "2.0.2",
"version": "2.1.0",
"description": "ParallelMarkets.com React SDK",
"author": "Parallel Markets (https://parallelmarkets.com)",
"license": "MIT",
Expand Down
10 changes: 7 additions & 3 deletions packages/vanilla/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Changelog

## v2.0.2 (2024-04-26)
## v2.1.0 (2024-04-26)

### Changed

- Updated types to ensure consistency with all supported options (#23). Some types (ProfileAPIResponse / IndividualProfile / BusinessProfile) are
now exported from @parallelmarkets/vanilla instead of @parallelmarkets/react

### Enhancements

- Updated types to ensure consistency with all supported options
- Upgraded to pnpm 9
- Upgraded to pnpm 9 (#20)

## v2.0.1 (2024-03-07)

Expand Down
2 changes: 1 addition & 1 deletion packages/vanilla/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parallelmarkets/vanilla",
"version": "2.0.2",
"version": "2.1.0",
"description": "ParallelMarkets.com JavaScript SDK loading utility",
"author": "Parallel Markets (https://parallelmarkets.com)",
"license": "MIT",
Expand Down

0 comments on commit 92cb1b8

Please sign in to comment.