Skip to content

Commit

Permalink
feat(workspace): Publish package types
Browse files Browse the repository at this point in the history
Reconfigure publishing for packages to ensure all packages are published with referencable types.
  • Loading branch information
langri-sha committed Jul 27, 2024
1 parent 0271ea7 commit 735b4d3
Show file tree
Hide file tree
Showing 22 changed files with 92 additions and 12 deletions.
4 changes: 4 additions & 0 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ project.addSubproject(
},
subproject,
test,
publishRaw,
publish,
)

project.addSubproject(
Expand Down Expand Up @@ -258,7 +258,7 @@ project.addSubproject(
},
},
subproject,
publishRaw,
publish,
)

project.addSubproject(
Expand Down Expand Up @@ -321,7 +321,7 @@ project.addSubproject(
},
},
subproject,
publishRaw,
publish,
)

project.addSubproject(
Expand Down Expand Up @@ -365,7 +365,7 @@ project.addSubproject(
},
},
subproject,
publishRaw,
publish,
)

project.addSubproject(
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "feat(workspace): Publish package types",
"packageName": "@langri-sha/babel-preset",
"email": "filip.dupanovic@gmail.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "feat(workspace): Publish package types",
"packageName": "@langri-sha/eslint-config",
"email": "filip.dupanovic@gmail.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "feat(workspace): Publish package types",
"packageName": "@langri-sha/lint-staged",
"email": "filip.dupanovic@gmail.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "feat(workspace): Publish package types",
"packageName": "@langri-sha/prettier",
"email": "filip.dupanovic@gmail.com",
"dependentChangeType": "patch"
}
1 change: 1 addition & 0 deletions packages/babel-preset/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/babel-preset/.projen/files.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions packages/babel-preset/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/babel-preset/tsconfig.build.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/eslint-config/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/eslint-config/.projen/files.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions packages/eslint-config/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/eslint-config/tsconfig.build.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/lint-staged/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/lint-staged/.projen/files.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions packages/lint-staged/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/lint-staged/tsconfig.build.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/prettier/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/prettier/.projen/files.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions packages/prettier/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/prettier/tsconfig.build.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 735b4d3

Please sign in to comment.