diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 325517433..e9f7d0c05 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -96,13 +96,13 @@ jobs: with: name: octicons path: ./lib/build - - name: Build @primer/octicons-react - uses: ./.github/actions/build_node - env: + - name: Build @openproject/octicons-react + uses: ./.github/actions/build_node + env: NPM_AUTH_TOKEN_SHARED: ${{ secrets.NPM_AUTH_TOKEN_SHARED }} with: args: octicons_react - - name: Build @primer/styled-octicons + - name: Build @openproject/styled-octicons uses: ./.github/actions/build_node env: NPM_AUTH_TOKEN_SHARED: ${{ secrets.NPM_AUTH_TOKEN_SHARED }} diff --git a/lib/octicons_node/package.json b/lib/octicons_node/package.json index d09718e45..4e4435276 100644 --- a/lib/octicons_node/package.json +++ b/lib/octicons_node/package.json @@ -1,5 +1,5 @@ { - "name": "@primer/octicons", + "name": "@openproject/octicons", "version": "19.4.0", "description": "A scalable set of icons handcrafted with <3 by GitHub.", "homepage": "https://primer.style/octicons", @@ -12,9 +12,9 @@ "index.scss", "build" ], - "repository": "https://github.com/primer/octicons.git", + "repository": "https://github.com/opf/octicons.git", "bugs": { - "url": "https://github.com/primer/octicons/issues" + "url": "https://github.com/opf/octicons/issues" }, "scripts": { "build": "\\cp -r ../build/ ./build && \\cp index.scss ./build/build.css", diff --git a/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap b/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap index 48999cca0..78e2c01dd 100644 --- a/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap +++ b/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap @@ -1,6 +1,6 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`@primer/octicons-react should not update exports without a semver change 1`] = ` +exports[`@openproject/octicons-react should not update exports without a semver change 1`] = ` [ "AccessibilityIcon", "AccessibilityInsetIcon", diff --git a/lib/octicons_react/__tests__/public-api.test.js b/lib/octicons_react/__tests__/public-api.test.js index bc6efe533..b6f72ce43 100644 --- a/lib/octicons_react/__tests__/public-api.test.js +++ b/lib/octicons_react/__tests__/public-api.test.js @@ -1,6 +1,6 @@ import * as Octicons from '../' -describe('@primer/octicons-react', () => { +describe('@openproject/octicons-react', () => { it('should not update exports without a semver change', () => { expect(Object.keys(Octicons).sort()).toMatchSnapshot() }) diff --git a/lib/octicons_react/package.json b/lib/octicons_react/package.json index 0701a44bc..0f0f68b14 100644 --- a/lib/octicons_react/package.json +++ b/lib/octicons_react/package.json @@ -1,5 +1,5 @@ { - "name": "@primer/octicons-react", + "name": "@openproject/octicons-react", "version": "19.4.0", "description": "A scalable set of icons handcrafted with <3 by GitHub.", "homepage": "https://primer.style/octicons", @@ -14,7 +14,7 @@ }, "sideEffects": false, "types": "dist/index.d.ts", - "repository": "primer/octicons", + "repository": "opf/octicons", "scripts": { "build": "script/build.js && script/types.js && rollup -c", "clean": "rimraf .next dist src/__generated__", diff --git a/lib/octicons_styled/package.json b/lib/octicons_styled/package.json index f3f141f7a..856782783 100644 --- a/lib/octicons_styled/package.json +++ b/lib/octicons_styled/package.json @@ -1,5 +1,5 @@ { - "name": "@primer/styled-octicons", + "name": "@openproject/styled-octicons", "version": "16.1.0", "description": "A scalable set of icons handcrafted with <3 by GitHub.", "homepage": "https://primer.style/octicons", @@ -9,7 +9,7 @@ "module": "dist/index.esm.js", "sideEffects": false, "types": "dist/index.d.ts", - "repository": "primer/octicons", + "repository": "opf/octicons", "files": [ "dist" ], diff --git a/package.json b/package.json index d13856430..95a14d079 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@primer/octicons", + "name": "@openproject/octicons", "version": "19.4.0", "publishConfig": { "registry": "no registry, don't publish from this package.json."