@adbayb/stack 3.0.2 → 3.0.3

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/dist/index.js CHANGED
@@ -442,7 +442,7 @@ const PRESERVE_FILES = ["node_modules"];
442
442
 
443
443
  //#endregion
444
444
  //#region package.json
445
- var version = "3.0.2";
445
+ var version = "3.0.3";
446
446
 
447
447
  //#endregion
448
448
  //#region src/commands/create.ts
@@ -794,7 +794,7 @@ const createReleaseCommand = (program) => {
794
794
  }).task({
795
795
  async handler() {
796
796
  helpers.message("Publishing package(s) to the registry\n");
797
- await changeset("stack build && pnpm changeset publish");
797
+ await changeset("stack build && changeset publish");
798
798
  },
799
799
  skip: ifNotEqualTo("publish")
800
800
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adbayb/stack",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "description": "My opinionated JavaScript-based toolchain",
5
5
  "keywords": [
6
6
  "development",
@@ -52,7 +52,7 @@
52
52
  },
53
53
  "dependencies": {
54
54
  "@changesets/changelog-github": "^0.7.0",
55
- "@changesets/cli": "^3.0.0-next.11",
55
+ "@changesets/cli": "^2.31.1",
56
56
  "@commitlint/cli": "^21.2.1",
57
57
  "@commitlint/config-conventional": "^21.2.0",
58
58
  "@e18e/eslint-plugin": "^0.8.0",
@@ -4,7 +4,6 @@
4
4
  "baseBranch": "main",
5
5
  "changelog": ["@changesets/changelog-github", { "repo": "{{repoId}}" }],
6
6
  "commit": false,
7
- "format": false,
8
7
  "ignore": ["@examples/*"],
9
8
  "privatePackages": {
10
9
  "tag": true,
@@ -4,7 +4,6 @@
4
4
  "baseBranch": "main",
5
5
  "changelog": ["@changesets/changelog-github", { "repo": "{{repoId}}" }],
6
6
  "commit": false,
7
- "format": false,
8
7
  "ignore": ["@examples/*"],
9
8
  "privatePackages": {
10
9
  "tag": true,