Skip to content

Commit

Permalink
feat(beachball): Publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
langri-sha committed May 5, 2024
1 parent 21e7e35 commit c6cccd1
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 10 deletions.

This file was deleted.

15 changes: 15 additions & 0 deletions packages/projen-lint-synthesized/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@langri-sha/projen-lint-synthesized",
"entries": [
{
"date": "Sun, 05 May 2024 07:21:05 GMT",
"version": "0.2.2",
"tag": "@langri-sha/projen-lint-synthesized_v0.2.2",
"comments": {
"patch": [
{
"author": "filip.dupanovic@gmail.com",
"package": "@langri-sha/projen-lint-synthesized",
"commit": "21e7e35575edc628ee64502f812584b5e9cbae88",
"comment": "fix(lint-synthesized): Add `execa` to dependencies"
}
]
}
},
{
"date": "Fri, 03 May 2024 12:54:50 GMT",
"version": "0.2.1",
Expand Down
10 changes: 9 additions & 1 deletion packages/projen-lint-synthesized/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @langri-sha/projen-lint-synthesized

This log was last generated on Fri, 03 May 2024 12:54:50 GMT and should not be manually modified.
This log was last generated on Sun, 05 May 2024 07:21:05 GMT and should not be manually modified.

<!-- Start content -->

## 0.2.2

Sun, 05 May 2024 07:21:05 GMT

### Patches

- fix(lint-synthesized): Add `execa` to dependencies (filip.dupanovic@gmail.com)

## 0.2.1

Fri, 03 May 2024 12:54:50 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/projen-lint-synthesized/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langri-sha/projen-lint-synthesized",
"version": "0.2.1",
"version": "0.2.2",
"license": "MIT",
"type": "module",
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/projen-project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langri-sha/projen-project",
"version": "0.4.1",
"version": "0.4.2",
"license": "MIT",
"type": "module",
"main": "src/index.ts",
Expand Down

0 comments on commit c6cccd1

Please sign in to comment.