File tree Expand file tree Collapse file tree 9 files changed +79
-8
lines changed Expand file tree Collapse file tree 9 files changed +79
-8
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.0.8 " ,
3- "apps/customer" : " 0.0.1 -beta0" ,
4- "packages/sdk" : " 2.12.1 " ,
5- "packages/sdk-react-provider" : " 0.0.10 " ,
2+ "." : " 0.0.9 " ,
3+ "apps/customer" : " 0.0.2 -beta0" ,
4+ "packages/sdk" : " 2.13.0 " ,
5+ "packages/sdk-react-provider" : " 0.1.0 " ,
66 "packages/eslint-config" : " 0.0.1-beta0" ,
77 "packages/postcss-config" : " 0.0.1-beta0" ,
88 "packages/stylelint-config" : " 0.0.1-beta0" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.0.9] ( https://github.com/monerium/js-monorepo/compare/monorepo-v0.0.8...monorepo-v0.0.9 ) (2024-06-20)
4+
5+
6+ ### Miscellaneous
7+
8+ * publish should work now, preparing for new versions of sdk and sdk-react-provider ([ 7e93031] ( https://github.com/monerium/js-monorepo/commit/7e930313fb54636afb71cd69d7ab860ed571ea6d ) )
9+
310## [ 0.0.8] ( https://github.com/monerium/js-monorepo/compare/monorepo-v0.0.7...monorepo-v0.0.8 ) (2024-06-20)
411
512
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.0.2-beta0] ( https://github.com/monerium/js-monorepo/compare/customer-v0.0.1-beta0...customer-v0.0.2-beta0 ) (2024-06-20)
4+
5+
6+ ### Miscellaneous
7+
8+ * publish should work now, preparing for new versions of sdk and sdk-react-provider ([ 7e93031] ( https://github.com/monerium/js-monorepo/commit/7e930313fb54636afb71cd69d7ab860ed571ea6d ) )
9+
310## 0.0.1-beta0 (2024-06-19)
411
512
Original file line number Diff line number Diff line change 11{
22 "name" : " customer" ,
3- "version" : " 0.0.1 -beta0" ,
3+ "version" : " 0.0.2 -beta0" ,
44 "private" : true ,
55 "scripts" : {
66 "dev" : " next dev --turbo" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " js-monorepo" ,
33 "private" : true ,
4- "version" : " 0.0.8 " ,
4+ "version" : " 0.0.9 " ,
55 "scripts" : {
66 "build" : " turbo build" ,
77 "dev" : " turbo dev" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.1.0] ( https://github.com/monerium/js-monorepo/compare/sdk-react-provider-v0.0.10...sdk-react-provider-v0.1.0 ) (2024-06-20)
4+
5+
6+ ### Features
7+
8+ * ** sdk-react-provider:** export loadingAuth ([ a265da2] ( https://github.com/monerium/js-monorepo/commit/a265da24220e16c5c07490dbe313f5c65aef07f3 ) )
9+
10+
11+ ### Bug Fixes
12+
13+ * add token types to sdk, + adjust data fetching sdk-provider ([ f745348] ( https://github.com/monerium/js-monorepo/commit/f745348e761372b146aae7d395c6574f30715dec ) )
14+ * cleanup ([ ca0722f] ( https://github.com/monerium/js-monorepo/commit/ca0722fde7eb03ee578ee0d228433af359b74fc2 ) )
15+
16+
17+ ### Documentation
18+
19+ * update README ([ 8044580] ( https://github.com/monerium/js-monorepo/commit/804458074f45fbcc774cfa5a64d987b20d8e4b87 ) )
20+ * update README ([ e6862d8] ( https://github.com/monerium/js-monorepo/commit/e6862d833760a23ea845fb475d1fd51bf0c2b2ee ) )
21+
22+
23+ ### Miscellaneous
24+
25+ * add stylelint ([ 5107d33] ( https://github.com/monerium/js-monorepo/commit/5107d33d79aec11219baef973767295622337721 ) )
26+ * auto sort import + prettier ([ 69ace9d] ( https://github.com/monerium/js-monorepo/commit/69ace9d62af48fb501e298af804a1703e9928d86 ) )
27+ * ** sdk-react-provider:** fix deps ([ a2ce8f9] ( https://github.com/monerium/js-monorepo/commit/a2ce8f93b8a5aa9d015d9ec2158b84ad1aac57ae ) )
28+ * working tests for sdk + remove network ([ 086d856] ( https://github.com/monerium/js-monorepo/commit/086d8561a8a2a61c884c50f63488327a6a2a5574 ) )
29+
330## [ 0.0.10] ( https://github.com/monerium/public-monorepo/compare/sdk-react-provider-v0.0.9...sdk-react-provider-v0.0.10 ) (2023-11-17)
431
532### Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " @monerium/sdk-react-provider" ,
3- "version" : " 0.0.10 " ,
3+ "version" : " 0.1.0 " ,
44 "private" : false ,
55 "description" : " React provider for the Monerium SDK." ,
66 "repository" : {
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.13.0] ( https://github.com/monerium/js-monorepo/compare/sdk-v2.12.1...sdk-v2.13.0 ) (2024-06-20)
4+
5+
6+ ### Features
7+
8+ * ** sdk-react-provider:** export loadingAuth ([ a265da2] ( https://github.com/monerium/js-monorepo/commit/a265da24220e16c5c07490dbe313f5c65aef07f3 ) )
9+ * ** sdk:** opening auth flow should not replace history location, just push it ([ 21a7a07] ( https://github.com/monerium/js-monorepo/commit/21a7a07e26c2e9a469980165885436e19b888770 ) )
10+
11+
12+ ### Bug Fixes
13+
14+ * add token types to sdk, + adjust data fetching sdk-provider ([ f745348] ( https://github.com/monerium/js-monorepo/commit/f745348e761372b146aae7d395c6574f30715dec ) )
15+ * docs for constants ([ 515ec2a] ( https://github.com/monerium/js-monorepo/commit/515ec2ae63f91c2d4c94739f8890ac37fdab4e7a ) )
16+ * landing page not rerouting with valid refresh token ([ 1eb3391] ( https://github.com/monerium/js-monorepo/commit/1eb3391b2ba944121f8e73a50dfa6b61262375f2 ) )
17+ * ** sdk:** reduce usage of network ([ ccddeaf] ( https://github.com/monerium/js-monorepo/commit/ccddeafc72d800143d24d4e4079de76a955ed0fb ) )
18+
19+
20+ ### Documentation
21+
22+ * update ([ 80a85dd] ( https://github.com/monerium/js-monorepo/commit/80a85ddfbe6e3fd746c707f0eec33f21c4d00bb7 ) )
23+
24+
25+ ### Miscellaneous
26+
27+ * auto sort import + prettier ([ 69ace9d] ( https://github.com/monerium/js-monorepo/commit/69ace9d62af48fb501e298af804a1703e9928d86 ) )
28+ * enhance docs ([ 95da1ee] ( https://github.com/monerium/js-monorepo/commit/95da1ee68c22ee2a6c87ac928b307c8f3825242a ) )
29+ * markdown typedoc ([ 69aafbf] ( https://github.com/monerium/js-monorepo/commit/69aafbf665e06fb1fab9775ca5ee0ba5fb9dbc84 ) )
30+ * ** sdk:** add decleration maps ([ dd13bbf] ( https://github.com/monerium/js-monorepo/commit/dd13bbf17909aedb97df8e2ee693b034efb230c9 ) )
31+ * update docs ([ ec7249b] ( https://github.com/monerium/js-monorepo/commit/ec7249bd7316a7137c1991a68930b69e0cfc24b1 ) )
32+
333## [ 2.12.0] ( https://github.com/monerium/js-sdk/compare/sdk-v2.11.1...sdk-v2.12.0 ) (2024-03-12)
434
535### Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " @monerium/sdk" ,
3- "version" : " 2.12.1-beta.6 " ,
3+ "version" : " 2.13.0 " ,
44 "description" : " Essential tools to interact with the Monerium API, an electronic money issuer." ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments