@codedrifters/configulator 0.0.186 → 0.0.188

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.d.mts CHANGED
@@ -1632,7 +1632,7 @@ declare const VERSION: {
1632
1632
  /**
1633
1633
  * Version of Projen to use.
1634
1634
  */
1635
- readonly PROJEN_VERSION: "0.99.47";
1635
+ readonly PROJEN_VERSION: "0.99.48";
1636
1636
  /**
1637
1637
  * What version of the turborepo library should we use?
1638
1638
  */
package/lib/index.d.ts CHANGED
@@ -1681,7 +1681,7 @@ declare const VERSION: {
1681
1681
  /**
1682
1682
  * Version of Projen to use.
1683
1683
  */
1684
- readonly PROJEN_VERSION: "0.99.47";
1684
+ readonly PROJEN_VERSION: "0.99.48";
1685
1685
  /**
1686
1686
  * What version of the turborepo library should we use?
1687
1687
  */
package/lib/index.js CHANGED
@@ -1959,7 +1959,7 @@ var issueWorkerSubAgent = {
1959
1959
  "",
1960
1960
  "After the PR is created:",
1961
1961
  "```bash",
1962
- 'gh issue edit <number> --add-label "status:done"',
1962
+ 'gh issue edit <number> --remove-label "status:in-progress" --add-label "status:done"',
1963
1963
  "```",
1964
1964
  "",
1965
1965
  "---",
@@ -2856,7 +2856,7 @@ var VERSION = {
2856
2856
  /**
2857
2857
  * Version of Projen to use.
2858
2858
  */
2859
- PROJEN_VERSION: "0.99.47",
2859
+ PROJEN_VERSION: "0.99.48",
2860
2860
  /**
2861
2861
  * What version of the turborepo library should we use?
2862
2862
  */