Skip to content

Commit 95b10af

Browse files
Merge pull request #53 from devgateway/changeset-release/main
2 parents 6da4167 + 69f96cf commit 95b10af

7 files changed

Lines changed: 22 additions & 12 deletions

File tree

.changeset/busy-rooms-dream.md

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

packages/commons/CHANGELOG.md

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

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- [#52](https://github.com/devgateway/data-viz-wordpress/pull/52) [`3696233`](https://github.com/devgateway/data-viz-wordpress/commit/3696233eb7c1ced6bddc5c7d6b94155079bca6cc) Thanks [@timothygachengo](https://github.com/timothygachengo)! - Bump versions to fix CVEs
8+
39
## 1.1.0
410

511
### Minor 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.1.0",
3+
"version": "1.2.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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @devgateway/create-wp-customizer
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- [#52](https://github.com/devgateway/data-viz-wordpress/pull/52) [`3696233`](https://github.com/devgateway/data-viz-wordpress/commit/3696233eb7c1ced6bddc5c7d6b94155079bca6cc) Thanks [@timothygachengo](https://github.com/timothygachengo)! - Bump versions to fix CVEs
8+
39
## 1.1.0
410

511
### Minor Changes

packages/create-wp-customizer/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@devgateway/create-wp-customizer",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Create a new Data Viz WordPress Customizer project",
5-
"author": "Development Gateway",
5+
"author": "",
66
"contributors": [
77
"Timothy Mugo",
88
"Sebastian Dimunzio"
@@ -21,7 +21,6 @@
2121
"link:package": "pnpm build && pnpm link --global"
2222
},
2323
"keywords": [],
24-
"author": "",
2524
"license": "MIT",
2625
"bin": {
2726
"create-wp-customizer": "./index.js"

packages/upgrade-wp-customizer/CHANGELOG.md

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

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- [#52](https://github.com/devgateway/data-viz-wordpress/pull/52) [`3696233`](https://github.com/devgateway/data-viz-wordpress/commit/3696233eb7c1ced6bddc5c7d6b94155079bca6cc) Thanks [@timothygachengo](https://github.com/timothygachengo)! - Bump versions to fix CVEs
8+
39
## 1.1.1
410

511
### 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.1.1",
3+
"version": "1.2.0",
44
"description": "Upgrade a WordPress Customizer project",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)