Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkdev98 committed May 20, 2024
1 parent 7120c4b commit c50726d
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.1.0](https://github.com/lightbasenl/platforms/compare/eslint-config-v0.0.1...eslint-config-v0.1.0) (2024-05-20)


Check failure on line 5 in packages/eslint-config/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / build-lint-test

Delete `⏎`
### Features

* Add package descriptions ([7120c4b](https://github.com/lightbasenl/platforms/commit/7120c4bd317480e85ce691798d3fb2e21081e66a))

Check failure on line 8 in packages/eslint-config/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / build-lint-test

Replace `*·Add·package·descriptions` with `-·Add·package·descriptions⏎·`
6 changes: 5 additions & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@
},
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"files": ["README.md", "LICENSE", "dist/src"],
"files": [

Check failure on line 22 in packages/eslint-config/package.json

View workflow job for this annotation

GitHub Actions / build-lint-test

Replace `⏎↹↹"README.md",⏎↹↹"LICENSE",⏎↹↹"dist/src"⏎↹` with `"README.md",·"LICENSE",·"dist/src"`
"README.md",
"LICENSE",
"dist/src"
],
"scripts": {
"build": "tsc -p ./tsconfig.json",
"lint": "eslint . --fix --cache --cache-strategy content --cache-location .cache/eslint/ --color",
Expand Down
15 changes: 15 additions & 0 deletions packages/pull-through-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## [0.1.0](https://github.com/lightbasenl/platforms/compare/pull-through-cache-v0.0.1...pull-through-cache-v0.1.0) (2024-05-20)


Check failure on line 5 in packages/pull-through-cache/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / build-lint-test

Delete `⏎`
### Features

* Add package descriptions ([7120c4b](https://github.com/lightbasenl/platforms/commit/7120c4bd317480e85ce691798d3fb2e21081e66a))

Check failure on line 8 in packages/pull-through-cache/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / build-lint-test

Replace `*·Add·package·descriptions` with `-·Add·package·descriptions⏎·`


Check failure on line 10 in packages/pull-through-cache/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / build-lint-test

Delete `⏎`
### Dependencies

* The following workspace dependencies were updated

Check failure on line 13 in packages/pull-through-cache/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / build-lint-test

Replace `*` with `-`
* devDependencies

Check failure on line 14 in packages/pull-through-cache/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / build-lint-test

Replace `*` with `-`
* @lightbase/eslint-config bumped from * to 0.1.0

Check failure on line 15 in packages/pull-through-cache/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / build-lint-test

Replace `*·@lightbase/eslint-config·bumped·from·` with `-·@lightbase/eslint-config·bumped·from·\`
8 changes: 6 additions & 2 deletions packages/pull-through-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@
},
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"files": ["README.md", "LICENSE", "dist/src"],
"files": [

Check failure on line 22 in packages/pull-through-cache/package.json

View workflow job for this annotation

GitHub Actions / build-lint-test

Replace `⏎↹↹"README.md",⏎↹↹"LICENSE",⏎↹↹"dist/src"⏎↹` with `"README.md",·"LICENSE",·"dist/src"`
"README.md",
"LICENSE",
"dist/src"
],
"scripts": {
"build": "tsc -p ./tsconfig.json",
"lint": "eslint . --fix --cache --cache-strategy content --cache-location .cache/eslint/ --color",
Expand All @@ -30,6 +34,6 @@
},
"dependencies": {},
"devDependencies": {
"@lightbase/eslint-config": "*"
"@lightbase/eslint-config": "0.1.0"
}
}
4 changes: 2 additions & 2 deletions release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/eslint-config": "0.0.1",
"packages/pull-through-cache": "0.0.1"
"packages/eslint-config": "0.1.0",
"packages/pull-through-cache": "0.1.0"
}

0 comments on commit c50726d

Please sign in to comment.