Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/builder-carto-realignement.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# dsfr-data

## 0.16.2

### Patch Changes

- [#462](https://github.com/bmatge/dsfr-data/pull/462) [`4d20709`](https://github.com/bmatge/dsfr-data/commit/4d207091a4eee8c4d41f8a5a4517174b73fefc16) Thanks [@bmatge](https://github.com/bmatge)! - `@dsfr-data/shared` : export de `saveToStorageQuiet` dans le barrel applicatif (persistance d'état du builder carto, sans déclencher le hook de synchronisation API). Aucun impact sur les composants `dsfr-data-*`.

## 0.16.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dsfr-data",
"version": "0.16.1",
"version": "0.16.2",
"description": "Bibliotheque de Web Components de dataviz pour sites gouvernementaux",
"keywords": [
"dsfr",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
*
* Ne pas editer a la main — regenere a chaque `npm run version-packages`.
*/
export const VERSION = '0.16.1';
export const VERSION = '0.16.2';