Skip to content

Commit

Permalink
Merge branch 'main' into chore/ini-update-v3
Browse files Browse the repository at this point in the history
  • Loading branch information
shunkakinoki committed Jul 5, 2023
2 parents 28de6f8 + 7001326 commit dfb1fb6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"@lightdotso/resources": "0.0.1"
},
"changesets": [
"healthy-pumpkins-clap"
"chilly-humans-sort"
]
}
2 changes: 1 addition & 1 deletion .github/workflows/comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
contents: write
pull-requests: write
jobs:
approve:
comment-approve:
runs-on: ubuntu-latest
if: github.event.issue.pull_request && contains(github.event.comment.body, '/approve')
timeout-minutes: 3
Expand Down
7 changes: 7 additions & 0 deletions ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @lightdotso/ios

## 2.0.0-pre.0

### Major Changes

- [#102](https://github.com/LightDotSo/LightDotSo/pull/102) [`fea1623`](https://github.com/LightDotSo/LightDotSo/commit/fea16230029ff316cbad683c7d7dabc5f3469bac) Thanks [@shunkakinoki](https://github.com/shunkakinoki)! - Added makefile & framework
2 changes: 1 addition & 1 deletion ios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightdotso/ios",
"version": "1.0.0",
"version": "2.0.0-pre.0",
"private": true,
"homepage": "https://github.com/LightDotSo/LightDotSo",
"bugs": {
Expand Down

0 comments on commit dfb1fb6

Please sign in to comment.