Skip to content

Commit fb06642

Browse files
chore(release): update version
1 parent bc31a78 commit fb06642

3 files changed

Lines changed: 16 additions & 15 deletions

File tree

.changeset/purple-rooms-leave.md

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

packages/upgrade-wp-customizer/CHANGELOG.md

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

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- [#50](https://github.com/devgateway/data-viz-wordpress/pull/50) [`9e15fa7`](https://github.com/devgateway/data-viz-wordpress/commit/9e15fa739809b1d8b300db8f86e48fcfc0913219) Thanks [@timothygachengo](https://github.com/timothygachengo)! - ### Features
8+
9+
- Allow specifying a target folder when running the CLI, e.g. `npx @devgateway/upgrade-wp-customizer custom/wp-customizer`.
10+
- Validate the target directory and show helpful usage when it does not exist.
11+
- Improve intro/confirmation messaging to display the resolved target path.
12+
13+
### Fixes
14+
15+
- Preserve `.git` (and `node_modules`) during rollback to prevent repository deinitialization when cancelling the migration.
16+
- Run safety checks in the intended target directory.
17+
318
## 1.1.0
419

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

0 commit comments

Comments
 (0)