Skip to content

Commit

Permalink
Merge canary to main (#29)
Browse files Browse the repository at this point in the history
* feat: enter pre-release mode

* feat: update readme file (#27)

* Version Packages (canary) (#28)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* feat: exit pre-release mode

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
bahag-buttf and github-actions[bot] authored Jan 15, 2024
1 parent 8a8fec2 commit fd4106c
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"mode": "exit",
"tag": "canary",
"initialVersions": {
"@bahag-buttf/eslint-config": "0.1.0",
"@bahag-buttf/typescript-config": "0.0.5",
"@bahag-buttf/ui": "0.1.0"
},
"changesets": [
"violet-comics-smile"
]
}
5 changes: 5 additions & 0 deletions .changeset/violet-comics-smile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@bahag-buttf/eslint-config": patch
---

update readme file
6 changes: 6 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @bahag-buttf/eslint-config

## 0.1.1-canary.0

### Patch Changes

- [#27](https://github.com/bahag-buttf/bahag-design-system/pull/27) [`e88980f`](https://github.com/bahag-buttf/bahag-design-system/commit/e88980fdd0b9e4ef5c17f524cef774caf2f148d3) Thanks [@bahag-buttf](https://github.com/bahag-buttf)! - update readme file

## 0.1.0

### Minor Changes
Expand Down
5 changes: 5 additions & 0 deletions packages/eslint-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ Test asdsa
Test asdsa
Test asdsa
Test asdsa
Test asdsa
Test asdsa
Test asdsa
Test asdsa
Test asdsa
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bahag-buttf/eslint-config",
"version": "0.1.0",
"version": "0.1.1-canary.0",
"private": false,
"repository": "https://github.com/bahag-buttf/bahag-design-system",
"license": "UNLICENCED",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"generate:component": "turbo gen react-component"
},
"devDependencies": {
"@bahag-buttf/eslint-config": "^0.1.0",
"@bahag-buttf/eslint-config": "^0.1.1-canary.0",
"@bahag-buttf/typescript-config": "^0.0.5",
"@turbo/gen": "^1.10.12",
"@types/node": "^20.5.2",
Expand Down

0 comments on commit fd4106c

Please sign in to comment.