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/sixty-queens-invent.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/commons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @devgateway/dvz-wp-commons

## 1.3.8

### Patch Changes

- [#153](https://github.com/devgateway/data-viz-wordpress/pull/153) [`269fbfe`](https://github.com/devgateway/data-viz-wordpress/commit/269fbfe7e4ea857ca73161e42d11f3c69ea4d885) Thanks [@timothygachengo](https://github.com/timothygachengo)! - Implement dataset search input and selector to search from a list of datasets

## 1.3.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/commons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devgateway/dvz-wp-commons",
"version": "1.3.7",
"version": "1.3.8",
"private": false,
"type": "module",
"description": "Common Utilities for Data Viz Wordpress that can be also used in other projects",
Expand Down
8 changes: 8 additions & 0 deletions plugins/wp-react-blocks-plugin/blocks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# dg-react-blocks

## 1.1.2

### Patch Changes

- Updated dependencies [[`269fbfe`](https://github.com/devgateway/data-viz-wordpress/commit/269fbfe7e4ea857ca73161e42d11f3c69ea4d885)]:
- @devgateway/dvz-wp-commons@1.3.8
2 changes: 1 addition & 1 deletion plugins/wp-react-blocks-plugin/blocks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dg-react-blocks",
"version": "1.1.1",
"version": "1.1.2",
"author": "Development Gateway",
"contributors": [
"Sebastian Dimunzio",
Expand Down