Skip to content

Commit c9d4879

Browse files
committed
Change package's scope
1 parent 8c2c135 commit c9d4879

25 files changed

Lines changed: 39 additions & 36 deletions

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ on:
55
branches: [main]
66

77
env:
8-
# TODO: replace organization or scope after the transfer
9-
PACKAGE_SCOPE: '@hoodieshq'
8+
PACKAGE_SCOPE: '@solana'
109
CARGO_TERM_COLOR: always
1110
TURBO_TELEMETRY_DISABLED: 1
1211

@@ -33,10 +32,10 @@ jobs:
3332

3433
- name: Set up .npmrc for GitHub Packages
3534
run: |
36-
echo "//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}" >> ~/.npmrc
35+
echo "//npm.pkg.github.com/:_authToken=${AUTH_TOKEN}" >> ~/.npmrc
3736
echo "${PACKAGE_SCOPE}:registry=https://npm.pkg.github.com" >> ~/.npmrc
3837
env:
39-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38+
AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4039
PACKAGE_SCOPE: ${{ env.PACKAGE_SCOPE }}
4140

4241
- name: Prepare for publishing

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@hoodieshq/ms-tools",
2+
"name": "@solana/ms-tools",
33
"version": "0.1.0",
44
"private": true,
55
"type": "module",
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"@changesets/cli": "^2.29.2",
28-
"@hoodieshq/ms-tools-config": "workspace:^",
28+
"@solana/ms-tools-config": "workspace:^",
2929
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
3030
"@manypkg/cli": "^0.23.0",
3131
"browserslist-lint": "^0.3.3",

packages/analytics/eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { configs } from '@hoodieshq/ms-tools-config/eslint.config.react.mjs'
1+
import { configs } from '@solana/ms-tools-config/eslint.config.react.mjs'
22
import { defineConfig } from 'eslint/config'
33

44
export default defineConfig([

packages/analytics/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@hoodieshq/ms-tools-analytics",
2+
"name": "@solana/ms-tools-analytics",
33
"version": "0.1.0",
44
"description": "Logic for integrating Google Analytics into Solana microsites",
55
"main": "dist/index.js",
@@ -20,7 +20,7 @@
2020
"react": "^18.0.0 || ^19.0.0"
2121
},
2222
"dependencies": {
23-
"@hoodieshq/ms-tools-config": "workspace:^",
23+
"@solana/ms-tools-config": "workspace:^",
2424
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
2525
"@testing-library/dom": "^10.4.0",
2626
"@types/node": "^22.15.3",
@@ -34,6 +34,7 @@
3434
"vitest": "^3.1.2"
3535
},
3636
"publishConfig": {
37+
"registry": "https://npm.pkg.github.com",
3738
"access": "restricted"
3839
}
3940
}

packages/analytics/prettier.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import config from '@hoodieshq/ms-tools-config/prettier.config.js'
1+
import config from '@solana/ms-tools-config/prettier.config.js'
22

33
/** @type {import('prettier').Config} */
44
export default {

packages/analytics/test/setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
import '@hoodieshq/ms-tools-config/test/setup.ts'
1+
import '@solana/ms-tools-config/test/setup.ts'

packages/analytics/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@hoodieshq/ms-tools-config/tsconfig.json",
2+
"extends": "@solana/ms-tools-config/tsconfig.json",
33
"compilerOptions": {
44
"baseUrl": ".",
55
"paths": {

packages/config/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@hoodieshq/ms-tools-config",
2+
"name": "@solana/ms-tools-config",
33
"version": "0.1.0",
44
"description": "Shared ESLint and Prettier configurations to ensure consistent code style and quality across all Solana microsite projects",
55
"keywords": [
@@ -69,6 +69,7 @@
6969
"tsup": "^8.2.4"
7070
},
7171
"publishConfig": {
72+
"registry": "https://npm.pkg.github.com",
7273
"access": "restricted"
7374
}
7475
}

packages/integrations/eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { configs } from '@hoodieshq/ms-tools-config/eslint.config.react.mjs'
1+
import { configs } from '@solana/ms-tools-config/eslint.config.react.mjs'
22
import { defineConfig } from 'eslint/config'
33

44
export default defineConfig([

packages/integrations/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@hoodieshq/ms-tools-integrations",
2+
"name": "@solana/ms-tools-integrations",
33
"version": "0.1.0",
44
"description": "Handles integrations with third-party services like HubSpot, providing a centralized location for managing these connections",
55
"main": "dist/index.js",
@@ -25,7 +25,7 @@
2525
"sanity": "^3.88.3"
2626
},
2727
"dependencies": {
28-
"@hoodieshq/ms-tools-config": "workspace:^",
28+
"@solana/ms-tools-config": "workspace:^",
2929
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
3030
"@testing-library/dom": "^10.4.0",
3131
"@types/node": "^22.15.3",
@@ -41,6 +41,7 @@
4141
"vitest": "^3.1.2"
4242
},
4343
"publishConfig": {
44-
"access": "restricted"
44+
"access": "restricted",
45+
"registry": "https://npm.pkg.github.com"
4546
}
4647
}

0 commit comments

Comments
 (0)