Skip to content

Commit

Permalink
Merge pull request #190 from data-to-insight/cin-release19122024-0.1.6
Browse files Browse the repository at this point in the history
feat: updates cin to new version 0.1.6
  • Loading branch information
WillLP-code authored Dec 19, 2024
2 parents 5849b95 + 1557df4 commit 7e6fe83
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
yarn install --frozen-lockfile
yarn build
node scripts/productionise-html.js --wheelPath /bin/dist/csc_validator_be_cin-0.1.4-py3-none-any.whl --tool ToolCIN
node scripts/productionise-html.js --wheelPath /bin/dist/csc_validator_be_cin-0.1.6-py3-none-any.whl --tool ToolCIN
- name: Deploy 🚀
if: github.ref == 'refs/heads/main'
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<noscript>You need to enable JavaScript to run this app.</noscript>
<div
id="root"
data-wheelPath="/bin/dist/csc_validator_be_cin-0.1.4-py3-none-any.whl"
data-wheelPath="/bin/dist/csc_validator_be_cin-0.1.6-py3-none-any.whl"
data-tool="ToolCIN"
></div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function App(props: AppProps) {
}
sourceLink='https://github.com/data-to-insight/cin-validator-fe'
/>
<Version versionNumber='0.1.4' sourceLink='https://github.com/data-to-insight/csc-validator-be-cin'/>
<Version versionNumber='0.1.6' sourceLink='https://github.com/data-to-insight/csc-validator-be-cin'/>
<Version versionNumber='0.1.6' sourceLink='https://github.com/data-to-insight/csc-validator-be-903'/>
</>
) : (
Expand Down
2 changes: 1 addition & 1 deletion src/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const Landing = (props: LandingProps) => {
}
sourceLink='https://github.com/data-to-insight/cin-validator-fe'
/>
<Version versionNumber='0.1.4' sourceLink='https://github.com/data-to-insight/csc-validator-be-cin'/>
<Version versionNumber='0.1.6' sourceLink='https://github.com/data-to-insight/csc-validator-be-cin'/>
<Version versionNumber='0.1.6' sourceLink='https://github.com/data-to-insight/csc-validator-be-903'/>
</Container>
</ThemeProvider>
Expand Down

0 comments on commit 7e6fe83

Please sign in to comment.