Skip to content

Commit

Permalink
v0.1.38 (#86)
Browse files Browse the repository at this point in the history
* Update dependencies

* npm audit fix

* Update Storybook

* Update stylelint-config-standard-scss

* Update sass-loader

* Update copy-webpack-plugin

* Update axe-playwright

* Remove @chromaui/addon-visual-tests

* v0.1.38
  • Loading branch information
ahosgood authored Feb 13, 2024
1 parent 6043bfc commit 3af0b74
Show file tree
Hide file tree
Showing 6 changed files with 1,278 additions and 2,246 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Publish to npm
run: cd package-cookie-banner && npm publish
- name: Rename package directory
run: mv package "tna-frontend-cookie-banner-${{ needs.check.outputs.version }}"
run: mv package-cookie-banner "tna-frontend-cookie-banner-${{ needs.check.outputs.version }}"
- name: Compress package
run: zip -r "tna-frontend-cookie-banner-${{ needs.check.outputs.version }}.zip" "tna-frontend-cookie-banner-${{ needs.check.outputs.version }}"
- name: Upload the package to the GitHub release
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
- name: Publish to npm
run: cd package-global-header && npm publish
- name: Rename package directory
run: mv package "tna-frontend-global-header-${{ needs.check.outputs.version }}"
run: mv package-global-header "tna-frontend-global-header-${{ needs.check.outputs.version }}"
- name: Compress package
run: zip -r "tna-frontend-global-header-${{ needs.check.outputs.version }}.zip" "tna-frontend-global-header-${{ needs.check.outputs.version }}"
- name: Upload the package to the GitHub release
Expand Down
1 change: 0 additions & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ module.exports = {
"@storybook/addon-a11y",
"@storybook/addon-interactions",
"@storybook/addon-mdx-gfm",
"@chromaui/addon-visual-tests",
],
framework: {
name: "@storybook/html-webpack5",
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/nationalarchives/tna-frontend/compare/v0.1.37...HEAD)
## [Unreleased](https://github.com/nationalarchives/tna-frontend/compare/v0.1.38...HEAD)

### Added
### Changed
Expand All @@ -14,6 +14,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
### Security

## [0.1.38](https://github.com/nationalarchives/tna-frontend/compare/v0.1.37...v0.1.38) - 2024-02-13

### Security

- Updated dependencies

## [0.1.37](https://github.com/nationalarchives/tna-frontend/compare/v0.1.36...v0.1.37) - 2024-02-13

### Added
Expand Down
Loading

0 comments on commit 3af0b74

Please sign in to comment.