Skip to content

Commit

Permalink
chore: update text references to react to read 'core-react'
Browse files Browse the repository at this point in the history
  • Loading branch information
ju-Skinner committed Dec 15, 2023
1 parent 5d30295 commit 306cd26
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
- changed-files:
- any-glob-to-any-file: 'libs/core/**/*'

"package: react":
"package: core-react":
- changed-files:
- any-glob-to-any-file: 'libs/react/**/*'
- any-glob-to-any-file: 'libs/core-react/**/*'

documentation:
- changed-files:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/release-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
output: libs/core/CoreBuild.zip
paths: libs/core/dist libs/core/components libs/core/css libs/core/hydrate libs/core/loader libs/core/src/components.d.ts

release-react:
release-core-react:
needs: [release-core]
runs-on: ubuntu-latest
steps:
Expand All @@ -85,15 +85,15 @@ jobs:
uses: ./.github/workflows/actions/publish-npm
with:
preid: ${{ inputs.preid }}
project: 'react'
project: 'core-react'
tag: ${{ inputs.tag }}
token: ${{ secrets.NPM_TOKEN }}
version: ${{ inputs.version }}
working-directory: 'libs/react'
working-directory: 'libs/core-react'

- name: Cache Built react
- name: Cache Built core-react
uses: ./.github/workflows/actions/upload-archive
with:
name: pine-react
output: libs/react/ReactBuild.zip
paths: libs/react/dist libs/react/css
name: pine-core-react
output: libs/core-react/ReactBuild.zip
paths: libs/core-react/dist libs/core-react/css
2 changes: 1 addition & 1 deletion catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ metadata:
spec:
targets:
- ./libs/core/catalog-info.yaml
- ./libs/react/catalog-info.yaml
- ./libs/core-react/catalog-info.yaml
2 changes: 1 addition & 1 deletion libs/core-react/catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: pine-react
name: pine-core-react
description: The React library for the Pine design system
tags:
- javascript
Expand Down
2 changes: 1 addition & 1 deletion libs/core/stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const config: Config = {
includeImportCustomElements: true,
includePolyfills: false,
includeDefineCustomElements: false,
proxiesFile: '../react/src/components/proxies.ts',
proxiesFile: '../core-react/src/components/proxies.ts',
excludeComponents: [
'pds-icon'
]
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@pine-ds/core": [
"./libs/core"
],
"@pine-ds/react": [
"./react"
"@pine-ds/core-react": [
"./libs/core-react"
],
},
"target": "es2017",
Expand Down

0 comments on commit 306cd26

Please sign in to comment.