Skip to content

Commit

Permalink
chore: rename packages
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 committed Oct 8, 2024
1 parent 9db2b3c commit 9943460
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["sway-lend-indexer", "indexer-sentio"],
"ignore": ["swaylend-indexer-envio", "swaylend-indexer-sentio"],
"privatePackages": { "version": true, "tag": true }
}
2 changes: 1 addition & 1 deletion .changeset/great-years-promise.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"swaylend-v2": minor
"swaylend-dapp": minor
---

Initial minor release.
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "swaylend-v2",
"name": "swaylend-dapp",
"version": "0.0.0",
"license": "MIT",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer-sentio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"name": "indexer-sentio",
"name": "swaylend-indexer-sentio",
"version": "1.0.0",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/indexer/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "sway-lend-indexer",
"name": "swaylend-indexer-envio",
"version": "0.1.0",
"license": "MIT",
"scripts": {
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@lutralabs/sway-lend-monorepo",
"name": "@swaylend/swaylend-monorepo",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -13,8 +13,7 @@
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.3.3",
"@graphql-typed-document-node/core": "^3.2.0",
"graphql": "^16.9.0",
"@changesets/cli": "^2.27.9"
"graphql": "^16.9.0"
},
"packageManager": "pnpm@9.11.0",
"engines": {
Expand Down

0 comments on commit 9943460

Please sign in to comment.