Gao Sun
|
47a6915bc4
|
release: version packages (beta)
|
2022-11-16 18:21:18 +08:00 |
|
silverhand-bot
|
38550e0c9b
|
release: version packages (beta) (#2329)
|
2022-11-15 04:31:13 +00:00 |
|
Gao Sun
|
60a23f1b19
|
refactor(core): throw proper error in OIDC functions (#2331)
|
2022-11-08 12:30:51 +00:00 |
|
Gao Sun
|
b3a91141a7
|
Merge pull request #2343 from logto-io/gao-log-4346-replace-dayjs-with-something-better
refactor: replace dayjs with date-fns
|
2022-11-08 16:54:34 +08:00 |
|
Gao Sun
|
cbf75359c8
|
chore: enable Node 18
|
2022-11-07 21:25:34 +08:00 |
|
Gao Sun
|
15bb084b6e
|
refactor: replace dayjs with date-fns
|
2022-11-07 14:33:47 +08:00 |
|
Gao Sun
|
f56b5b5c48
|
refactor: fix lint errors
|
2022-10-21 14:03:35 +08:00 |
|
renovate[bot]
|
4e74bcf0a4
|
chore(deps): update silverhand configs monorepo packages to v1.3.0
|
2022-10-21 14:03:31 +08:00 |
|
Gao Sun
|
19666e0401
|
chore: introduce changesets (#2215)
|
2022-10-21 13:59:08 +08:00 |
|
silverhand-bot
|
c0fb59881e
|
release: v1.0.0-beta.12
|
2022-10-19 08:28:21 +00:00 |
|
Gao Sun
|
e24fd0479b
|
fix: make packages public
|
2022-10-19 15:10:50 +08:00 |
|
silverhand-bot
|
33c10ce216
|
release: v1.0.0-beta.11
|
2022-10-19 06:19:36 +00:00 |
|
Gao Sun
|
24f8afaf80
|
chore(deps): upgrade jest
|
2022-10-14 14:57:27 +08:00 |
|
renovate[bot]
|
9ac4a77b33
|
chore(deps): update dependency @silverhand/jest-config to v1.2.2
|
2022-10-14 05:59:40 +00:00 |
|
Gao Sun
|
39a5347ac9
|
chore: upgrade Silverhand configs (#2153)
|
2022-10-14 03:46:33 +00:00 |
|
Gao Sun
|
0fbe261a6e
|
chore: revert lerna version bump (#2150)
|
2022-10-13 22:50:16 +08:00 |
|
Gao Sun
|
0843e8fdfc
|
refactor: fix dev script
|
2022-10-13 14:39:09 +08:00 |
|
Gao Sun
|
c16970f450
|
chore: using pnpm workspace
|
2022-10-13 11:15:10 +08:00 |
|
Gao Sun
|
36d26091e0
|
refactor: fix connector directory
|
2022-10-11 18:27:05 +08:00 |
|
Gao Sun
|
dddad56518
|
refactor(cli): fix package.json
|
2022-10-10 23:44:02 +08:00 |
|
Gao Sun
|
e36ed7bd1a
|
chore: upgrade essentials
|
2022-10-10 23:28:39 +08:00 |
|
Gao Sun
|
ba09de9b1e
|
refactor(core,cli): extract common utils to @logto/shared
|
2022-10-10 23:26:40 +08:00 |
|
Gao Sun
|
42586eff88
|
refactor: remove shared packages (#1946)
* refactor: remove shared packages
* refactor: fix error
|
2022-09-16 11:25:43 +00:00 |
|
Darcy Ye
|
66fc5f716b
|
chore: expose fallback() from shared/utilities/zod (#1942)
|
2022-09-15 20:52:49 +08:00 |
|
Gao Sun
|
8d22b5c468
|
refactor(core)!: update user scopes (#1922)
* refactor(core)!: update user scopes
* refactor(core): add tests
* refactor: update per review
|
2022-09-15 11:12:33 +08:00 |
|
silverhand-bot
|
8335e1ff0a
|
release: v1.0.0-beta.9
|
2022-09-07 16:21:37 +00:00 |
|
Charles Zhao
|
e2005780a3
|
fix(console,ui): fix locale guard issue in settings page
|
2022-09-07 14:15:25 +08:00 |
|
Zezao
|
f268ecb1a8
|
feat: add Portuguese translation
|
2022-09-05 19:51:50 +08:00 |
|
Gao Sun
|
8c451b4e3c
|
chore: upgrade silverhand packages (#1854)
|
2022-09-01 17:03:49 +08:00 |
|
silverhand-bot
|
301bd23b49
|
release: v1.0.0-beta.8
|
2022-09-01 06:11:38 +00:00 |
|
Wang Sijie
|
d952d8660d
|
refactor(phrases,shared,connector-core): move language key to shared (#1838)
|
2022-08-30 16:53:49 +08:00 |
|
silverhand-bot
|
3d92f35589
|
release: v1.0.0-beta.6
|
2022-08-30 05:44:34 +00:00 |
|
Gao Sun
|
0f6b640905
|
refactor(shared,connector-core): prepare for publishing (#1828)
* refactor(shared): remove `private: true`
* refactor(connector-core): change license to MIT
* chore(shared,connector-core): add publishConfig
|
2022-08-29 23:50:55 +08:00 |
|
Gao Sun
|
35a4b7289a
|
refactor: watch all packages when dev (#1796)
|
2022-08-22 14:58:39 +08:00 |
|
silverhand-bot
|
a9241c5862
|
release: v1.0.0-beta.5
|
2022-08-19 13:49:33 +00:00 |
|
Xiao Yijun
|
72e7341c3d
|
refactor(core): import getEnvAsStringArray from silverhand/essentials (#1787)
* refactor(core): import `getEnvAsStringArray` from `silverhand/essentials`
* chore: bump `@silverhand/essentials` to `1.2.0`
|
2022-08-17 11:40:50 +08:00 |
|
silverhand-bot
|
e42172e757
|
release: v1.0.0-beta.4
|
2022-08-11 13:48:19 +00:00 |
|
Gao Sun
|
08bea22195
|
chore(deps): upgrade packages (#1738)
* chore(deps): upgrade packages
* refactor: update per lint report
* chore(deps): upgrade configs
* fix(ui): lint rules compatibility
* chore: remove unused override
* chore(deps): upgrade jest config
|
2022-08-05 05:58:31 +00:00 |
|
Wang Sijie
|
3deb98c18d
|
fix(shared): fix dark color generator (#1719)
|
2022-08-02 03:02:52 +00:00 |
|
silverhand-bot
|
1e568e02c9
|
release: v1.0.0-beta.3
|
2022-08-01 15:02:50 +00:00 |
|
Charles Zhao
|
7d3f94738f
|
feat(console): add Next.js integration guide in admin console
|
2022-07-29 23:36:02 +08:00 |
|
silverhand-bot
|
3af4f547ed
|
release: v1.0.0-beta.1
|
2022-07-19 01:05:03 +00:00 |
|
Gao Sun
|
e7c5e63304
|
refactor: remove import react (#1558)
|
2022-07-15 10:01:42 +00:00 |
|
Charles Zhao
|
028b5fecf0
|
chore: upgrade eslint rule to allow 'noreferrer' in react app
|
2022-07-15 15:12:02 +08:00 |
|
silverhand-bot
|
af5e3b416e
|
release: v1.0.0-beta.0
|
2022-07-14 16:40:44 +00:00 |
|
Gao Sun
|
23a1fe3aff
|
refactor: upgrade configs (#1537)
* refactor: upgrade configs
* fix(schemas): remove eslintignore
|
2022-07-13 16:39:30 +00:00 |
|
renovate[bot]
|
8460f4ae16
|
chore(deps): update dependency @silverhand/ts-config-react to ^0.15.0 (#1529)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2022-07-13 03:40:57 +00:00 |
|
renovate[bot]
|
1cddf81a78
|
chore(deps): update dependency @silverhand/ts-config to ^0.15.0 (#1528)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2022-07-13 11:29:10 +08:00 |
|
IceHe.xyz
|
434e97d5cf
|
chore: bump eslint-config and eslint-config-react 0.15.0 (#1521)
* chore: bump eslint-config 0.15.0
* chore: bump eslint-config-react 0.15.0
* style: no explicit any
|
2022-07-12 23:00:05 +08:00 |
|
silverhand-bot
|
c7def1124d
|
release: v1.0.0-alpha.3
|
2022-07-07 16:40:33 +00:00 |
|