Skip to content

Commit

Permalink
Version Packages (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and tpluscode committed Aug 21, 2024
1 parent c5dd81a commit bd3742e
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 6 deletions.
6 changes: 5 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@
"@kopflos-cms/express": "0.0.0",
"mocha-chai-rdf": "0.0.0"
},
"changesets": []
"changesets": [
"fluffy-turkeys-return",
"rich-meals-sing",
"six-carpets-bathe"
]
}
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @kopflos-cms/core

## 0.3.0-beta.0

### Minor Changes

- 77cfe87: Reboot library agnostic of express or other host

### Patch Changes

- 528bfd2: Implemented SPARQL-base Resource Shape lookup

## 0.2.1

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kopflos-cms/core",
"description": "RDF-based web APIs",
"version": "0.2.1",
"version": "0.3.0-beta.0",
"main": "index.js",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -58,7 +58,9 @@
"into-stream": "^8.0.1"
},
"mocha": {
"extension": ["ts"],
"extension": [
"ts"
],
"spec": "test/**/*.test.ts",
"loader": "ts-node/esm",
"require": "../../mocha-setup.js"
Expand Down
10 changes: 10 additions & 0 deletions packages/express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @kopflos-cms/express

## 0.0.1-beta.0

### Patch Changes

- 3a227e5: First version
- Updated dependencies [77cfe87]
- Updated dependencies [528bfd2]
- @kopflos-cms/core@0.3.0-beta.0
8 changes: 5 additions & 3 deletions packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kopflos-cms/express",
"version": "0.0.0",
"version": "0.0.1-beta.0",
"main": "index.js",
"license": "MIT",
"type": "module",
Expand All @@ -19,7 +19,7 @@
"lib/**/*.d.ts"
],
"dependencies": {
"@kopflos-cms/core": "^0.2.1",
"@kopflos-cms/core": "^0.3.0-beta.0",
"@rdfjs/express-handler": "^2.0.2",
"@zazuko/env-node": "^2.1.3",
"absolute-url": "^2.0.0",
Expand Down Expand Up @@ -48,7 +48,9 @@
},
"homepage": "https://github.com/zazuko/kopflos",
"mocha": {
"extension": ["ts"],
"extension": [
"ts"
],
"spec": "test/**/*.test.ts",
"loader": "ts-node/esm",
"require": "../../mocha-setup.js"
Expand Down

0 comments on commit bd3742e

Please sign in to comment.