Skip to content

Commit 557a973

Browse files
Merge pull request #70 from Geode-solutions/next
Next
2 parents 29fe3a2 + 5eaf8bd commit 557a973

File tree

6 files changed

+475
-452
lines changed

6 files changed

+475
-452
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33

44

5+
## v3.3.2-rc.1 (2024-02-09)
6+
7+
### Fix
8+
9+
* fix(export): export schemas in package.json ([`3fbeee0`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/3fbeee01dd1161684b869525ebf8c553af3db392))
10+
11+
### Unknown
12+
13+
* Merge pull request #69 from Geode-solutions/import_schemas_json
14+
15+
Import schemas json ([`76ae8ae`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/76ae8aebc83ea10a89b1be8226572b7f5289b436))
16+
17+
* packages.json
18+
19+
Co-authored-by: Julien Champagnol <[email protected]> ([`f16b7da`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/f16b7daea7510bc2b4d7541abae59f74c96bdbef))
20+
21+
* ([`4a563e0`](https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/4a563e0be51610944f5f4266ad74161976e143bf))
22+
23+
524
## v3.3.1 (2024-01-31)
625

726
### Unknown

generate_schemas.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,3 @@ const finalJson = {};
7878
finalJson[project_name] = return_json_schema(directoryPath, "", project_name);
7979

8080
fs.writeFileSync(outputFile, JSON.stringify(finalJson, null, 2));
81-
82-
console.log("Fichier JSON créé avec succès :", outputFile);

0 commit comments

Comments
 (0)