File tree Expand file tree Collapse file tree 17 files changed +51
-15
lines changed
indy-sdk-to-askar-migration Expand file tree Collapse file tree 17 files changed +51
-15
lines changed Original file line number Diff line number Diff line change 1
1
---
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
16
16
---
17
17
18
18
- feat: allow serving dids from did record (#1856 )
Original file line number Diff line number Diff line change 35
35
run : pnpm install --frozen-lockfile
36
36
37
37
- name : Create Release Pull Request or Publish to npm
38
- if : github.ref == 'refs/heads/main'
39
38
id : changesets
40
39
uses : changesets/action@v1
41
40
with :
80
79
pnpm changeset version --snapshot alpha
81
80
pnpm build
82
81
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
+
83
89
env :
84
90
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
85
91
NPM_TOKEN : ${{ secrets.NPM_PUBLISH }}
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
1
3
## [ 0.5.3] ( https://github.com/openwallet-foundation/credo-ts/compare/v0.5.2...v0.5.3 ) (2024-05-01)
2
4
3
5
### Bug Fixes
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
1
3
## [ 0.5.3] ( https://github.com/openwallet-foundation/credo-ts/compare/v0.5.2...v0.5.3 ) (2024-05-01)
2
4
3
5
** Note:** Version bump only for package @credo-ts/action-menu
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
1
3
## [ 0.5.3] ( https://github.com/openwallet-foundation/credo-ts/compare/v0.5.2...v0.5.3 ) (2024-05-01)
2
4
3
5
### Bug Fixes
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
1
3
## [ 0.5.3] ( https://github.com/openwallet-foundation/credo-ts/compare/v0.5.2...v0.5.3 ) (2024-05-01)
2
4
3
5
** Note:** Version bump only for package @credo-ts/askar
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
1
3
## [ 0.5.3] ( https://github.com/openwallet-foundation/credo-ts/compare/v0.5.2...v0.5.3 ) (2024-05-01)
2
4
3
5
** Note:** Version bump only for package @credo-ts/bbs-signatures
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
1
3
## [ 0.5.3] ( https://github.com/openwallet-foundation/credo-ts/compare/v0.5.2...v0.5.3 ) (2024-05-01)
2
4
3
5
### Bug Fixes
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
1
3
## [ 0.5.3] ( https://github.com/openwallet-foundation/credo-ts/compare/v0.5.2...v0.5.3 ) (2024-05-01)
2
4
3
5
### Bug Fixes
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
1
3
## [ 0.5.3] ( https://github.com/openwallet-foundation/credo-ts/compare/v0.5.2...v0.5.3 ) (2024-05-01)
2
4
3
5
** Note:** Version bump only for package @credo-ts/drpc
You can’t perform that action at this time.
0 commit comments