Skip to content

Commit

Permalink
Merge pull request #189 from data-to-insight/feat/publishcin-v0.1.4
Browse files Browse the repository at this point in the history
feat: updates cin fe to 0.1.4 including 2024/25 rules
  • Loading branch information
WillLP-code authored May 17, 2024
2 parents 7ffa386 + 1955a8f commit 5849b95
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 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.3-py3-none-any.whl --tool ToolCIN
node scripts/productionise-html.js --wheelPath /bin/dist/csc_validator_be_cin-0.1.4-py3-none-any.whl --tool ToolCIN
- name: Deploy 🚀
if: github.ref == 'refs/heads/main'
Expand Down
Binary file not shown.
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.3-py3-none-any.whl"
data-wheelPath="/bin/dist/csc_validator_be_cin-0.1.4-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.3' sourceLink='https://github.com/data-to-insight/csc-validator-be-cin'/>
<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-903'/>
</>
) : (
Expand Down
4 changes: 2 additions & 2 deletions src/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ const Landing = (props: LandingProps) => {
}
sourceLink='https://github.com/data-to-insight/cin-validator-fe'
/>
<Version versionNumber='0.1.3' sourceLink='https://github.com/data-to-insight/csc-validator-be-cin'/>
<Version versionNumber='0.1.1' sourceLink='https://github.com/data-to-insight/csc-validator-be-903'/>
<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-903'/>
</Container>
</ThemeProvider>
);
Expand Down

0 comments on commit 5849b95

Please sign in to comment.