Skip to content

Commit 8dc57b4

Browse files
committed
feat(v5): clean unused librairies and move everything to Core Next
1 parent c761e3b commit 8dc57b4

File tree

82 files changed

+4239
-4916
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+4239
-4916
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: ⬇️ Checkout repo
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v5
1515

1616
- name: ⎔ Setup node
17-
uses: actions/setup-node@v3
17+
uses: actions/setup-node@v5
1818
with:
19-
node-version: 20
19+
node-version: 22
2020
always-auth: true
2121
registry-url: 'https://registry.npmjs.org'
2222
scope: '@crystallize'

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2022 Crystallize, https://crystallize.com
3+
Copyright (c) 2025 Crystallize, https://crystallize.com
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)