integration v1.0.0
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.0.0
|
||||||
|
|
||||||
|
Mark stable release!
|
||||||
|
|
||||||
|
- new service logos
|
||||||
|
- dev: add routes to test all homepage variants
|
||||||
|
|
||||||
## 0.1.8
|
## 0.1.8
|
||||||
|
|
||||||
- homepage: new "description" prop on `<HomepageContent>` to easily add custom content under the tagline. This matches this HTML: `<div class="lasuite-homepage__desc-container"></div>`.
|
- homepage: new "description" prop on `<HomepageContent>` to easily add custom content under the tagline. This matches this HTML: `<div class="lasuite-homepage__desc-container"></div>`.
|
||||||
|
|||||||
4
packages/integration/package-lock.json
generated
4
packages/integration/package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@gouvfr-lasuite/integration",
|
"name": "@gouvfr-lasuite/integration",
|
||||||
"version": "0.1.8",
|
"version": "1.0.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@gouvfr-lasuite/integration",
|
"name": "@gouvfr-lasuite/integration",
|
||||||
"version": "0.1.8",
|
"version": "1.0.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/plugin-syntax-import-attributes": "^7.24.1",
|
"@babel/plugin-syntax-import-attributes": "^7.24.1",
|
||||||
"@fullhuman/postcss-purgecss": "^6.0.0",
|
"@fullhuman/postcss-purgecss": "^6.0.0",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@gouvfr-lasuite/integration",
|
"name": "@gouvfr-lasuite/integration",
|
||||||
"version": "0.1.8",
|
"version": "1.0.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
|
|||||||
Reference in New Issue
Block a user