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 Nov 8, 2024
1 parent 97c588a commit 5f83025
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 7 deletions.
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@
"hot-suits-suffer",
"hungry-rats-notice",
"lazy-balloons-watch",
"many-dolphins-kick",
"nice-walls-compare",
"odd-hounds-float",
"olive-carrots-fetch",
"perfect-monkeys-tap",
"pink-eggs-collect",
"plenty-spiders-vanish",
Expand All @@ -43,6 +45,7 @@
"real-numbers-visit",
"red-bottles-drum",
"rich-meals-sing",
"rotten-cameras-check",
"shy-rivers-smoke",
"shy-trains-hunt",
"silver-pumas-yell",
Expand All @@ -63,6 +66,7 @@
"tiny-bugs-hang",
"tiny-eels-smoke",
"tough-peas-wink",
"unlucky-suns-sniff",
"wet-shirts-watch",
"wild-cooks-leave",
"witty-glasses-fail"
Expand Down
10 changes: 10 additions & 0 deletions example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# example

## 0.0.1-beta.3

### Patch Changes

- Updated dependencies [87f4e96]
- Updated dependencies [1b8a2bc]
- Updated dependencies [1b8a2bc]
- @kopflos-cms/vite@0.0.1-beta.2
- @kopflos-labs/html-template@0.1.0-beta.2

## 0.0.1-beta.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "0.0.1-beta.2",
"version": "0.0.1-beta.3",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -10,9 +10,9 @@
"start:prod": "kopflos serve --trust-proxy"
},
"dependencies": {
"@kopflos-cms/vite": "0.0.1-beta.1",
"@kopflos-cms/vite": "0.0.1-beta.2",
"@kopflos-cms/serve-file": "0.1.0-beta.1",
"@kopflos-labs/html-template": "0.1.0-beta.1",
"@kopflos-labs/html-template": "0.1.0-beta.2",
"@kopflos-labs/handlebars": "0.1.0-beta.1",
"@kopflos-labs/lit": "0.1.0-beta.1",
"@openlayers-elements/core": "^0.3.0",
Expand Down
6 changes: 6 additions & 0 deletions labs/html-template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @kopflos-labs/html-template

## 0.1.0-beta.2

### Patch Changes

- 1b8a2bc: By default, pass Core Representation of the page resource to template func

## 0.1.0-beta.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions labs/html-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kopflos-labs/html-template",
"version": "0.1.0-beta.1",
"version": "0.1.0-beta.2",
"type": "module",
"main": "index.js",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"htmlparser2": "^9.1.0"
},
"devDependencies": {
"@kopflos-cms/core": "^0.3.0-beta.10",
"@kopflos-cms/core": "^0.3.0-beta.11",
"@types/chai-html": "^3.0.0",
"@types/sinon": "^17.0.3",
"@zazuko/env-node": "^2.1.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @kopflos-cms/core

## 0.3.0-beta.11

### Patch Changes

- 1b8a2bc: Added `env.kopflos.variables` to allow accessing and setting variables

## 0.3.0-beta.10

### Patch 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-beta.10",
"version": "0.3.0-beta.11",
"main": "index.js",
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @kopflos-cms/vite

## 0.0.1-beta.2

### Patch Changes

- 87f4e96: The plugin populates a variable `VITE.basePath` which will be resolved to the correct path in development and production mode
- 1b8a2bc: Serve the entire UI build statically. Before, `public` vite resources would not be accessible

## 0.0.1-beta.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kopflos-cms/vite",
"version": "0.0.1-beta.1",
"version": "0.0.1-beta.2",
"type": "module",
"main": "index.js",
"author": "Zazuko GmbH",
Expand Down

0 comments on commit 5f83025

Please sign in to comment.