Skip to content

Commit

Permalink
Chore/import fix stable yarn (#49)
Browse files Browse the repository at this point in the history
* chore: changeset and import fix

* changelog

* chore: publish 5.5.6
  • Loading branch information
opatavi committed Mar 7, 2024
1 parent f357048 commit 8b0dff0
Show file tree
Hide file tree
Showing 8 changed files with 3,780 additions and 946 deletions.
11 changes: 11 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": []
}
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,10 @@ test/contracts/types
src/logs/

# yarn
yarn-error.log
yarn-error.log
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
Binary file removed .yarn/install-state.gz
Binary file not shown.
893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.1.0.cjs

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.1.0.cjs
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @gelatonetwork/relay-sdk

## 5.5.6

### Patch Changes

- 4bf097a: sideEffects: false

## 5.5.6-next.0

### Patch Changes

- sideEffects: false
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gelatonetwork/relay-sdk",
"version": "5.5.5",
"version": "5.5.6",
"description": "SDK to integrate with Gelato Relay",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -10,7 +10,7 @@
"scripts": {
"build": "rm -rf dist && npx tsc",
"format:check": "prettier --check \"*/**/*.{js,json,md,ts}\"",
"format": "prettier --write */**/*.{js,json,md,ts}",
"format": "prettier --write \"*/**/*.{js,json,md,ts}\"",
"lint": "eslint --cache .",
"prepare": "husky install"
},
Expand All @@ -22,6 +22,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@tsconfig/recommended": "1.0.2",
"@types/node": "16.18.25",
"@typescript-eslint/eslint-plugin": "^5.59.1",
Expand All @@ -47,5 +48,6 @@
"lint-staged": {
"*.{js,json,md,ts}": "yarn format",
"*.{ts,js}": "yarn lint"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 8b0dff0

Please sign in to comment.