Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jitsedesmet committed Jan 14, 2025
1 parent 2423a35 commit b5db2e0
Show file tree
Hide file tree
Showing 11 changed files with 721 additions and 18 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.

<a name="v0.0.0-1"></a>
## [v0.0.0-1] - 2025-01-14

Initial pre-commit
2 changes: 1 addition & 1 deletion engines/engine-sparql-1-1-adjust/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@traqula/engine-sparql-1-1-adjust",
"version": "0.0.1",
"version": "0.0.0-1",
"description": "Core components of Traqula",
"lsd:module": true,
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion engines/engine-sparql-1-1/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@traqula/engine-sparql-1-1",
"version": "0.0.1",
"version": "0.0.0-1",
"description": "Core components of Traqula",
"lsd:module": true,
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion engines/engine-sparql-1-2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@traqula/engine-sparql-1-2",
"version": "0.0.1",
"version": "0.0.0-1",
"description": "Core components of Traqula",
"lsd:module": true,
"license": "MIT",
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "traqula",
"type": "module",
"version": "0.0.1",
"private": true,
"version": "0.0.0-1",
"repository": "https://github.com/comunica/traqula/",
"packageManager": "[email protected]",
"workspaces": [
"engines/*",
Expand Down Expand Up @@ -30,6 +30,7 @@
"@vitest/coverage-v8": "2.1.8",
"esbuild": "^0.24.0",
"eslint": "^8.57.0",
"manual-git-changelog": "^1.0.2",
"rdf-test-suite": "^2.0.0",
"sparqljs": "^3.7.3",
"typescript": "^5.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@traqula/core",
"version": "0.0.1",
"version": "0.0.0-1",
"description": "Core components of Traqula",
"lsd:module": true,
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/rules-sparal-1-1-adjust/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@traqula/rules-sparql-1-1-adjust",
"version": "0.0.1",
"version": "0.0.0-1",
"description": "Core components of Traqula",
"lsd:module": true,
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/rules-sparql-1-1/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@traqula/rules-sparql-1-1",
"version": "0.0.1",
"version": "0.0.0-1",
"description": "Core components of Traqula",
"lsd:module": true,
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/rules-sparql-1-2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@traqula/rules-sparql-1-2",
"version": "0.0.1",
"version": "0.0.0-1",
"description": "Core components of Traqula",
"lsd:module": true,
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@traqula/test-utils",
"version": "0.0.1",
"version": "0.0.0-1",
"description": "Core components of Traqula",
"lsd:module": true,
"license": "MIT",
Expand Down
Loading

0 comments on commit b5db2e0

Please sign in to comment.