Skip to content

Commit b005166

Browse files
authored
fix: minor should be patch (#1913)
Signed-off-by: Timo Glastra <[email protected]>
1 parent 482a630 commit b005166

File tree

17 files changed

+51
-15
lines changed

17 files changed

+51
-15
lines changed

.changeset/wet-tools-drum.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
'@credo-ts/action-menu': minor
3-
'@credo-ts/anoncreds': minor
4-
'@credo-ts/askar': minor
5-
'@credo-ts/bbs-signatures': minor
6-
'@credo-ts/cheqd': minor
7-
'@credo-ts/core': minor
8-
'@credo-ts/drpc': minor
9-
'@credo-ts/indy-sdk-to-askar-migration': minor
10-
'@credo-ts/indy-vdr': minor
11-
'@credo-ts/node': minor
12-
'@credo-ts/openid4vc': minor
13-
'@credo-ts/question-answer': minor
14-
'@credo-ts/react-native': minor
15-
'@credo-ts/tenants': minor
2+
'@credo-ts/action-menu': patch
3+
'@credo-ts/anoncreds': patch
4+
'@credo-ts/askar': patch
5+
'@credo-ts/bbs-signatures': patch
6+
'@credo-ts/cheqd': patch
7+
'@credo-ts/core': patch
8+
'@credo-ts/drpc': patch
9+
'@credo-ts/indy-sdk-to-askar-migration': patch
10+
'@credo-ts/indy-vdr': patch
11+
'@credo-ts/node': patch
12+
'@credo-ts/openid4vc': patch
13+
'@credo-ts/question-answer': patch
14+
'@credo-ts/react-native': patch
15+
'@credo-ts/tenants': patch
1616
---
1717

1818
- feat: allow serving dids from did record (#1856)

.github/workflows/release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
run: pnpm install --frozen-lockfile
3636

3737
- name: Create Release Pull Request or Publish to npm
38-
if: github.ref == 'refs/heads/main'
3938
id: changesets
4039
uses: changesets/action@v1
4140
with:
@@ -80,6 +79,13 @@ jobs:
8079
pnpm changeset version --snapshot alpha
8180
pnpm build
8281
pnpm changeset publish --tag alpha
82+
83+
CURRENT_PACKAGE_VERSION=$(node -p "require('./packages/core/package.json').version")
84+
git config --global user.name "github-actions[bot]"
85+
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
86+
git tag v$CURRENT_PACKAGE_VERSION
87+
git push origin v$CURRENT_PACKAGE_VERSION --no-verify
88+
8389
env:
8490
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8591
NPM_TOKEN: ${{ secrets.NPM_PUBLISH }}

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Changelog
2+
13
## [0.5.3](https://github.com/openwallet-foundation/credo-ts/compare/v0.5.2...v0.5.3) (2024-05-01)
24

35
### Bug Fixes

packages/action-menu/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Changelog
2+
13
## [0.5.3](https://github.com/openwallet-foundation/credo-ts/compare/v0.5.2...v0.5.3) (2024-05-01)
24

35
**Note:** Version bump only for package @credo-ts/action-menu

packages/anoncreds/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Changelog
2+
13
## [0.5.3](https://github.com/openwallet-foundation/credo-ts/compare/v0.5.2...v0.5.3) (2024-05-01)
24

35
### Bug Fixes

packages/askar/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Changelog
2+
13
## [0.5.3](https://github.com/openwallet-foundation/credo-ts/compare/v0.5.2...v0.5.3) (2024-05-01)
24

35
**Note:** Version bump only for package @credo-ts/askar

packages/bbs-signatures/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Changelog
2+
13
## [0.5.3](https://github.com/openwallet-foundation/credo-ts/compare/v0.5.2...v0.5.3) (2024-05-01)
24

35
**Note:** Version bump only for package @credo-ts/bbs-signatures

packages/cheqd/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Changelog
2+
13
## [0.5.3](https://github.com/openwallet-foundation/credo-ts/compare/v0.5.2...v0.5.3) (2024-05-01)
24

35
### Bug Fixes

packages/core/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Changelog
2+
13
## [0.5.3](https://github.com/openwallet-foundation/credo-ts/compare/v0.5.2...v0.5.3) (2024-05-01)
24

35
### Bug Fixes

packages/drpc/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Changelog
2+
13
## [0.5.3](https://github.com/openwallet-foundation/credo-ts/compare/v0.5.2...v0.5.3) (2024-05-01)
24

35
**Note:** Version bump only for package @credo-ts/drpc

0 commit comments

Comments
 (0)