Skip to content

Commit

Permalink
chore: release main (#58)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


<details><summary>eslint-config: 0.1.0</summary>

##
[0.1.0](eslint-config-v0.0.1...eslint-config-v0.1.0)
(2024-05-21)


### Features

* Add package descriptions
([7120c4b](7120c4b))
</details>

<details><summary>pull-through-cache: 0.1.0</summary>

##
[0.1.0](pull-through-cache-v0.0.1...pull-through-cache-v0.1.0)
(2024-05-21)


### Features

* Add package descriptions
([7120c4b](7120c4b))


### Dependencies

* The following workspace dependencies were updated
  * devDependencies
    * @lightbase/eslint-config bumped from * to 0.1.0
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: actions-bot <[email protected]>
  • Loading branch information
dirkdev98 and actions-bot authored May 21, 2024
1 parent ca24ac2 commit 17b98aa
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 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-21)

### Features

- Add package descriptions
([7120c4b](https://github.com/lightbasenl/platforms/commit/7120c4bd317480e85ce691798d3fb2e21081e66a))
14 changes: 14 additions & 0 deletions packages/pull-through-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

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

### Features

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

### Dependencies

- The following workspace dependencies were updated
- devDependencies
- @lightbase/eslint-config bumped from \* to 0.1.0
2 changes: 1 addition & 1 deletion packages/pull-through-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,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 17b98aa

Please sign in to comment.