From 0b4135007b0b81707c3706a07c7f0cd2c6633393 Mon Sep 17 00:00:00 2001 From: DeeDeeG Date: Mon, 18 Dec 2023 20:38:48 -0500 Subject: [PATCH 1/2] changelog: Update changelog entry for first ppm bug fix --- CHANGELOG.md | 2 +- packages/welcome/lib/changelog-view.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffd7fa7718..554a65370e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ ## 1.112.1 -- Fixed a bug in PPM during package publication that prevented the output of any text on the console. +- Fixed a bug in PPM that prevented package publishing. ### Pulsar - Bumped: ppm: Update ppm to commit 7dfd9ca8cf877391fc6ef1d5 [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/842) diff --git a/packages/welcome/lib/changelog-view.js b/packages/welcome/lib/changelog-view.js index 1d6eec58c1..605b86b164 100644 --- a/packages/welcome/lib/changelog-view.js +++ b/packages/welcome/lib/changelog-view.js @@ -50,7 +50,7 @@ export default class ChangeLogView {

Feel free to read our Full Change Log.

From c20661521eae1d3a002516f5d8248cf3550f63d4 Mon Sep 17 00:00:00 2001 From: DeeDeeG Date: Mon, 18 Dec 2023 20:42:26 -0500 Subject: [PATCH 2/2] changelog: Add PR links for the second pass of the ppm publish fix --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 554a65370e..adbc9c8d09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,9 +11,11 @@ - Fixed a bug in PPM that prevented package publishing. ### Pulsar +- Bumped: ppm: Update ppm to commit 0bc207133b26de82aa28500e [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/845) - Bumped: ppm: Update ppm to commit 7dfd9ca8cf877391fc6ef1d5 [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/842) ### PPM +- Fixed: Fix placement of `setTimeout` [@savetheclocktower](https://github.com/pulsar-edit/ppm/pull/118) - Fixed: Fix bugs found in `publish` after 1.112 release [@savetheclocktower](https://github.com/pulsar-edit/ppm/pull/116) ## 1.112.0