Skip to content

Commit

Permalink
integration v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
manuhabitela committed May 15, 2024
1 parent 9e278d3 commit a253bd7
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions packages/integration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.1.6

- gaufre: hide the button if the gaufre.js script is not available
- gaufre: match DSFR tertiary button styling (gray-ish button border)
- gaufre: add a "button pressed" style
- gaufre: support DSFR dark theme via the `html[data-fr-scheme="dark"]` CSS selector

## 0.1.5

- homepage tagline: hide breaklines on mobile devices
Expand Down
4 changes: 2 additions & 2 deletions packages/integration/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gouvfr-lasuite/integration",
"version": "0.1.5",
"version": "0.1.6",
"type": "module",
"files": [
"dist"
Expand Down
8 changes: 4 additions & 4 deletions website/package-lock.json

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

2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@astrojs/starlight": "^0.21.5",
"@fastify/cors": "^9.0.1",
"@fastify/static": "^7.0.3",
"@gouvfr-lasuite/integration": "^0.1.5",
"@gouvfr-lasuite/integration": "^0.1.6",
"@types/prismjs": "^1.26.3",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
Expand Down

0 comments on commit a253bd7

Please sign in to comment.