Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump package versions #21

Merged
merged 6 commits into from
Nov 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 0 additions & 12 deletions .changeset/pre.json

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/strong-eagles-shop.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ jobs:
# Don't run on changeset-release branch as it does not require a changeset to update
# package versions. Simplifies the automation of package versioning and allows
# branch protection rules
if: ${{ github.ref != 'refs/heads/changeset-release/main' }}
if: ${{ github.head_ref != 'changeset-release/main' }}
run: yarn release:status
12 changes: 12 additions & 0 deletions packages/client-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @getmash/client-sdk

## 2.0.0

### Major Changes

- [#20](https://github.com/getmash/mash-js/pull/20) [`46f3177`](https://github.com/getmash/mash-js/commit/46f3177fde43f265ddb41aeb9daad3b19ecc6aa7) Thanks [@nyonson](https://github.com/nyonson)! - Upgrade all packages to ESM only. Dropping tech debt and simplifying our tooling.

### Patch Changes

- Updated dependencies [[`46f3177`](https://github.com/getmash/mash-js/commit/46f3177fde43f265ddb41aeb9daad3b19ecc6aa7)]:
- @getmash/jsonrpc-engine@2.0.0
- @getmash/post-message@2.0.0

## 2.0.0-alpha.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/client-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getmash/client-sdk",
"version": "2.0.0-alpha.0",
"version": "2.0.0",
"description": "Mash Client SDK to interact with the Mash Wallet on a site",
"keywords": [
"lightning",
Expand All @@ -24,8 +24,8 @@
"test": "tsc --build && node --experimental-vm-modules $(yarn bin jest) src"
},
"dependencies": {
"@getmash/jsonrpc-engine": "^2.0.0-alpha.0",
"@getmash/post-message": "^2.0.0-alpha.0"
"@getmash/jsonrpc-engine": "^2.0.0",
"@getmash/post-message": "^2.0.0"
},
"files": [
"dist",
Expand Down
11 changes: 11 additions & 0 deletions packages/jsonrpc-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @getmash/jsonrpc-engine

## 2.0.0

### Major Changes

- [#20](https://github.com/getmash/mash-js/pull/20) [`46f3177`](https://github.com/getmash/mash-js/commit/46f3177fde43f265ddb41aeb9daad3b19ecc6aa7) Thanks [@nyonson](https://github.com/nyonson)! - Upgrade all packages to ESM only. Dropping tech debt and simplifying our tooling.

### Patch Changes

- Updated dependencies [[`46f3177`](https://github.com/getmash/mash-js/commit/46f3177fde43f265ddb41aeb9daad3b19ecc6aa7)]:
- @getmash/post-message@2.0.0

## 2.0.0-alpha.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/jsonrpc-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getmash/jsonrpc-engine",
"version": "2.0.0-alpha.0",
"version": "2.0.0",
"description": "JsonRPC wrapper over window.postMessage to allow a structured method to call functions through window.postMessage",
"keywords": [
"post message",
Expand All @@ -21,7 +21,7 @@
"test": "tsc --build && node --experimental-vm-modules $(yarn bin jest) src"
},
"dependencies": {
"@getmash/post-message": "^2.0.0-alpha.0",
"@getmash/post-message": "^2.0.0",
"uuid": "^9.0.0"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/post-message/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @getmash/post-message

## 2.0.0

### Major Changes

- [#20](https://github.com/getmash/mash-js/pull/20) [`46f3177`](https://github.com/getmash/mash-js/commit/46f3177fde43f265ddb41aeb9daad3b19ecc6aa7) Thanks [@nyonson](https://github.com/nyonson)! - Upgrade all packages to ESM only. Dropping tech debt and simplifying our tooling.

## 2.0.0-alpha.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/post-message/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getmash/post-message",
"version": "2.0.0-alpha.0",
"version": "2.0.0",
"description": "window.postMessage wrapper that creates a bi-directional communication tunnel over window.postMessage",
"keywords": [
"post message"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1696,8 +1696,8 @@ __metadata:
resolution: "@getmash/client-sdk@workspace:packages/client-sdk"
dependencies:
"@babel/preset-env": ^7.20.2
"@getmash/jsonrpc-engine": ^2.0.0-alpha.0
"@getmash/post-message": ^2.0.0-alpha.0
"@getmash/jsonrpc-engine": ^2.0.0
"@getmash/post-message": ^2.0.0
"@types/babel__preset-env": ^7
"@types/eslint": ^8
"@types/jest": ^29.2.2
Expand All @@ -1720,12 +1720,12 @@ __metadata:
languageName: unknown
linkType: soft

"@getmash/jsonrpc-engine@^2.0.0-alpha.0, @getmash/jsonrpc-engine@workspace:packages/jsonrpc-engine":
"@getmash/jsonrpc-engine@^2.0.0, @getmash/jsonrpc-engine@workspace:packages/jsonrpc-engine":
version: 0.0.0-use.local
resolution: "@getmash/jsonrpc-engine@workspace:packages/jsonrpc-engine"
dependencies:
"@babel/preset-env": ^7.20.2
"@getmash/post-message": ^2.0.0-alpha.0
"@getmash/post-message": ^2.0.0
"@types/babel__preset-env": ^7
"@types/eslint": ^8
"@types/jest": ^29.2.2
Expand All @@ -1750,7 +1750,7 @@ __metadata:
languageName: unknown
linkType: soft

"@getmash/post-message@^2.0.0-alpha.0, @getmash/post-message@workspace:packages/post-message":
"@getmash/post-message@^2.0.0, @getmash/post-message@workspace:packages/post-message":
version: 0.0.0-use.local
resolution: "@getmash/post-message@workspace:packages/post-message"
dependencies:
Expand Down