Skip to content

Commit

Permalink
Fix ignore changeset (#435)
Browse files Browse the repository at this point in the history
* ignore scripts and remove changelog

* ignore scripts and remove changelog

* try debug

* fix linter again

* test name change

* test relative path

* test type module

* test scripts workspace

* revert and add changeset

* add debug changeset action

* test debug changeset action

* temporarily change base branch

* package json workspace

* test

* test

* remove whitespace
  • Loading branch information
mmaurello authored Jan 29, 2025
1 parent a1d2a69 commit 555ea8b
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 73 deletions.
9 changes: 9 additions & 0 deletions .changeset/brave-chefs-end.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@moonbeam-network/xcm-builder": patch
"@moonbeam-network/xcm-config": patch
"@moonbeam-network/xcm-types": patch
"@moonbeam-network/mrl": patch
"@moonbeam-network/xcm-sdk": patch
---

Lint fixes
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["sdk-simple", "mrl-simple"]
"ignore": ["sdk-simple", "mrl-simple", "scripts"]
}
2 changes: 1 addition & 1 deletion examples/sdk-simple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sdk-simple",
"version": "3.0.0",
"version": "1.0.0",
"private": true,
"license": "UNLICENSED",
"type": "module",
Expand Down
10 changes: 2 additions & 8 deletions packages/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,14 @@
"type": "git",
"url": "git+https://github.com/moonbeam-foundation/xcm-sdk.git"
},
"keywords": [
"moonbeam",
"moonriver",
"xcm"
],
"keywords": ["moonbeam", "moonriver", "xcm"],
"author": "moonbeam-foundation",
"license": "MIT",
"bugs": {
"url": "https://github.com/moonbeam-foundation/xcm-sdk/issues"
},
"homepage": "https://moonbeam-foundation.github.io/xcm-sdk/latest",
"files": [
"build"
],
"files": ["build"],
"type": "module",
"exports": {
"import": "./build/index.mjs",
Expand Down
10 changes: 2 additions & 8 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,14 @@
"type": "git",
"url": "git+https://github.com/moonbeam-foundation/xcm-sdk.git"
},
"keywords": [
"moonbeam",
"moonriver",
"xcm"
],
"keywords": ["moonbeam", "moonriver", "xcm"],
"author": "moonbeam-foundation",
"license": "MIT",
"bugs": {
"url": "https://github.com/moonbeam-foundation/xcm-sdk/issues"
},
"homepage": "https://moonbeam-foundation.github.io/xcm-sdk/latest",
"files": [
"build"
],
"files": ["build"],
"type": "module",
"exports": {
"import": "./build/index.mjs",
Expand Down
10 changes: 2 additions & 8 deletions packages/mrl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,14 @@
"type": "git",
"url": "git+https://github.com/moonbeam-foundation/xcm-sdk.git"
},
"keywords": [
"moonbeam",
"moonriver",
"mrl"
],
"keywords": ["moonbeam", "moonriver", "mrl"],
"author": "moonbeam-foundation",
"license": "MIT",
"bugs": {
"url": "https://github.com/moonbeam-foundation/xcm-sdk/issues"
},
"homepage": "https://moonbeam-foundation.github.io/xcm-sdk/latest",
"files": [
"build"
],
"files": ["build"],
"type": "module",
"exports": {
"import": "./build/index.mjs",
Expand Down
4 changes: 1 addition & 3 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@
"url": "https://github.com/moonbeam-foundation/xcm-sdk/issues"
},
"homepage": "https://moonbeam-foundation.github.io/xcm-sdk/latest",
"files": [
"build"
],
"files": ["build"],
"type": "module",
"exports": {
"import": "./build/index.mjs",
Expand Down
10 changes: 2 additions & 8 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,14 @@
"type": "git",
"url": "git+https://github.com/moonbeam-foundation/xcm-sdk.git"
},
"keywords": [
"moonbeam",
"moonriver",
"xcm"
],
"keywords": ["moonbeam", "moonriver", "xcm"],
"author": "moonbeam-foundation",
"license": "MIT",
"bugs": {
"url": "https://github.com/moonbeam-foundation/xcm-sdk/issues"
},
"homepage": "https://moonbeam-foundation.github.io/xcm-sdk/latest",
"files": [
"build"
],
"files": ["build"],
"type": "module",
"exports": {
"import": "./build/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
packages:
- 'packages/**'
- 'examples/**'
- 'scripts/**'
- 'scripts'
33 changes: 0 additions & 33 deletions scripts/CHANGELOG.md

This file was deleted.

4 changes: 2 additions & 2 deletions scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "scripts",
"version": "3.0.4",
"version": "1.0.0",
"scripts": {},
"private": true,
"license": "UNLICENSED",
"description": "",
"type": "module",
"dependencies": {
"@moonbeam-network/xcm-config": "workspace:*",
"@moonbeam-network/xcm-types": "workspace:*",
Expand Down

0 comments on commit 555ea8b

Please sign in to comment.