Skip to content

Commit

Permalink
Merge branch 'main' into feature/sc-45636/sdk-make-a-svelte-react-imp…
Browse files Browse the repository at this point in the history
…lementation-that
  • Loading branch information
etienneburdet committed Jan 25, 2024
2 parents a0116f7 + 0395138 commit b25ee20
Show file tree
Hide file tree
Showing 15 changed files with 48,897 additions and 48,558 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/api-client.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: api-client coverage
on:
push:
pull_request:
paths:
- 'packages/api-client/**'
push:
branches:
- main
jobs:
build:
name: Get api client test coverage on node ${{ matrix.node }} and ${{ matrix.os }}
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/visualizations.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: "Visualizations"

on:
push:
branches:
- main
pull_request:
types:
- opened
Expand Down Expand Up @@ -66,7 +69,7 @@ jobs:
run: npm run lint

chromatic-deployment:
if: github.event.pull_request.draft == false
if: github.event.pull_request.draft == false || github.ref_name == 'main'
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
58 changes: 58 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

9 changes: 2 additions & 7 deletions packages/visualizations-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.20.0](https://github.com/opendatasoft/ods-dataviz-sdk/compare/@opendatasoft/[email protected]...@opendatasoft/[email protected]) (2024-01-25)


### Bug Fixes

* split into two useEffect to avoid remount ([e54cc8f](https://github.com/opendatasoft/ods-dataviz-sdk/commit/e54cc8f1517e2a51384c3d9567caf2cc896fed7c))
# [0.20.0](https://github.com/opendatasoft/ods-dataviz-sdk/compare/@opendatasoft/[email protected]...@opendatasoft/[email protected]) (2024-01-24)


### Features

* add basic KPI poc ([067007d](https://github.com/opendatasoft/ods-dataviz-sdk/commit/067007d4629eb6a6fcf671de8989ed2b4ce250be))
* **POI maps:** add controls for popup ([#209](https://github.com/opendatasoft/ods-dataviz-sdk/issues/209)) ([5c6f91b](https://github.com/opendatasoft/ods-dataviz-sdk/commit/5c6f91bbef6b0c5078dadf25b00d5c9181689189))



Expand Down
Loading

0 comments on commit b25ee20

Please sign in to comment.