Skip to content

Commit 37c10e4

Browse files
Merge pull request #47 from devgateway/changeset-release/main
2 parents c420825 + 7d44ef9 commit 37c10e4

7 files changed

Lines changed: 24 additions & 11 deletions

File tree

.changeset/thin-camels-visit.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/commons/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @devgateway/dvz-wp-commons
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#45](https://github.com/devgateway/data-viz-wordpress/pull/45) [`bb51401`](https://github.com/devgateway/data-viz-wordpress/commit/bb51401482f77e9f275c454ba0d7dab8231c269b) Thanks [@timothygachengo](https://github.com/timothygachengo)! - - Update licenses
8+
- Internal improvements
9+
310
## 1.0.5
411

512
### Patch Changes

packages/commons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devgateway/dvz-wp-commons",
3-
"version": "1.0.5",
3+
"version": "1.1.0",
44
"private": false,
55
"description": "Common Utilities for Data Viz Wordpress that can be also used in other projects",
66
"author": "Sebastian Dimunzio",

packages/create-wp-customizer/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @devgateway/create-wp-customizer
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#45](https://github.com/devgateway/data-viz-wordpress/pull/45) [`bb51401`](https://github.com/devgateway/data-viz-wordpress/commit/bb51401482f77e9f275c454ba0d7dab8231c269b) Thanks [@timothygachengo](https://github.com/timothygachengo)! - - Update licenses
8+
- Internal improvements
9+
310
## 1.0.2
411

512
### Patch Changes

packages/create-wp-customizer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devgateway/create-wp-customizer",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "Create a new Data Viz WordPress Customizer project",
55
"main": "index.js",
66
"type": "module",

packages/upgrade-wp-customizer/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @devgateway/upgrade-wp-customizer
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#45](https://github.com/devgateway/data-viz-wordpress/pull/45) [`bb51401`](https://github.com/devgateway/data-viz-wordpress/commit/bb51401482f77e9f275c454ba0d7dab8231c269b) Thanks [@timothygachengo](https://github.com/timothygachengo)! - - Update licenses
8+
- Internal improvements
9+
310
## 1.0.2
411

512
### Patch Changes

packages/upgrade-wp-customizer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devgateway/upgrade-wp-customizer",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "Upgrade a WordPress Customizer project",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)