Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and tpluscode committed Dec 10, 2024
1 parent b4f08d3 commit 6cd2ef8
Show file tree
Hide file tree
Showing 13 changed files with 49 additions and 27 deletions.
6 changes: 0 additions & 6 deletions .changeset/eleven-carrots-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-pandas-fry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wise-tomatoes-breathe.md

This file was deleted.

7 changes: 7 additions & 0 deletions example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# example

## 0.0.3

### Patch Changes

- Updated dependencies [e4893c1]
- [email protected]

## 0.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -21,7 +21,7 @@
"@shoelace-style/shoelace": "^2.17.1",
"@webcomponents/template-shadowroot": "^0.2.1",
"express": "^5.0.1",
"kopflos": "0.1.1",
"kopflos": "0.1.2",
"lit-element": "^4.1.1",
"cors": "^2.8.5",
"compression": "^1.7.4"
Expand Down
10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# kopflos

## 0.1.2

### Patch Changes

- e4893c1: Watch mode
- Updated dependencies [e4893c1]
- Updated dependencies [e4893c1]
- @kopflos-cms/express@0.1.1
- @kopflos-cms/plugin-deploy-resources@0.1.1

## 0.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kopflos",
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"bin": {
"kopflos": "./bin/kopflos.sh"
Expand Down Expand Up @@ -31,8 +31,8 @@
"homepage": "https://github.com/zazuko/kopflos",
"dependencies": {
"@kopflos-cms/logger": "^0.1.0",
"@kopflos-cms/express": "^0.1.0",
"@kopflos-cms/plugin-deploy-resources": "^0.1.0",
"@kopflos-cms/express": "^0.1.1",
"@kopflos-cms/plugin-deploy-resources": "^0.1.1",
"chokidar": "^4.0.1",
"commander": "^12.0.0",
"cosmiconfig": "^9.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @kopflos-cms/core

## 0.3.1

### Patch Changes

- e4893c1: Changed static method `Kopflos.fromGraphs` to `Kopflos#loadApiGraphs`
- e4893c1: New plugin hooks: `onStop` and `apiTriples`

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.3.0",
"version": "0.3.1",
"main": "index.js",
"type": "module",
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions packages/express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @kopflos-cms/express

## 0.1.1

### Patch Changes

- e4893c1: Changed static method `Kopflos.fromGraphs` to `Kopflos#loadApiGraphs`
- Updated dependencies [e4893c1]
- Updated dependencies [e4893c1]
- @kopflos-cms/core@0.3.1

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 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.1.0",
"version": "0.1.1",
"main": "index.js",
"license": "MIT",
"type": "module",
Expand All @@ -21,7 +21,7 @@
"plugin/**/*.d.ts"
],
"dependencies": {
"@kopflos-cms/core": "^0.3.0",
"@kopflos-cms/core": "^0.3.1",
"@kopflos-cms/logger": "^0.1.0",
"@rdfjs/express-handler": "^2.0.2",
"@zazuko/env-node": "^2.1.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-deploy-resources/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @kopflos-cms/plugin-deploy-resources

## 0.1.1

### Patch Changes

- e4893c1: Watch mode

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-deploy-resources/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kopflos-cms/plugin-deploy-resources",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"main": "index.js",
"license": "MIT",
Expand All @@ -22,7 +22,7 @@
"chokidar": "^4.0.1"
},
"devDependencies": {
"@kopflos-cms/core": "^0.3.0",
"@kopflos-cms/core": "^0.3.1",
"@zazuko/env-node": "^2.1.3",
"chai": "^5.1.1",
"mocha-chai-rdf": "^0.1.4",
Expand Down

0 comments on commit 6cd2ef8

Please sign in to comment.