Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade to angular 18 compatibility #191

Merged
merged 9 commits into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
steps:
- uses: actions/[email protected]

- name: Use Node 16
- name: Use Node 18
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18

- name: Cache node modules
id: cache-nodemodules
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [v27.0.0-beta.3](https://github.com/gisaia/ARLAS-web-core/tree/v27.0.0-beta.3) (2024-12-11)

[Full Changelog](https://github.com/gisaia/ARLAS-web-core/compare/v27.0.0-beta.2...v27.0.0-beta.3)

## [v27.0.0-beta.2](https://github.com/gisaia/ARLAS-web-core/tree/v27.0.0-beta.2) (2024-12-10)

[Full Changelog](https://github.com/gisaia/ARLAS-web-core/compare/v27.0.0-rc.1...v27.0.0-beta.2)

## [v27.0.0-rc.1](https://github.com/gisaia/ARLAS-web-core/tree/v27.0.0-rc.1) (2024-12-02)

[Full Changelog](https://github.com/gisaia/ARLAS-web-core/compare/v27.0.0-beta.1...v27.0.0-rc.1)
Expand Down
2 changes: 1 addition & 1 deletion mkDocs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mkdir target
mkdir target/generated-docs

## GENERATE THE DOCUMENTATION ##
docker run -a STDERR --rm -i -v `pwd`:/docs gisaia/typedocgen:0.0.8 generatedoc --entryPoints src/index.ts
docker run -a STDERR --rm -i -v `pwd`:/docs gisaia/typedocgen:0.0.10 generatedoc --entryPoints src/index.ts

## MOVE ALL THE DOCUMENTATION TO THE 'generated-docs' FOLDER ##
if [ -z "$(ls -A ./typedoc_docs)" ]; then
Expand Down
Loading
Loading