chore: 🔗🦋 version packages

This commit is contained in:
github-actions[bot]
2023-07-03 20:14:12 +00:00
parent cc928a45a4
commit 1cca8a1623
7 changed files with 20 additions and 17 deletions

View File

@@ -1,5 +0,0 @@
---
"@marknow/www": minor
---
Added a simple rest api for creating the banners

View File

@@ -1,5 +0,0 @@
---
"@marknow/banners": minor
---
Exposed helper functions of the package, so it can be easier to integrate in things like the live editor.

View File

@@ -1,5 +0,0 @@
---
"@marknow/www": major
---
Created the basic web editor for the banners. It is just a minimal viable product, and in some way still a proof-of-concept.

11
apps/www/CHANGELOG.md Normal file
View File

@@ -0,0 +1,11 @@
# @marknow/www
## 1.0.0
### Major Changes
- 2612c4a: Created the basic web editor for the banners. It is just a minimal viable product, and in some way still a proof-of-concept.
### Minor Changes
- 56eb8af: Added a simple rest api for creating the banners

View File

@@ -1,7 +1,7 @@
{
"name": "@marknow/www",
"type": "module",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@8.0.0",
"license": "MIT OR Apache-2.0",

View File

@@ -0,0 +1,7 @@
# @marknow/banners
## 1.1.0
### Minor Changes
- 2612c4a: Exposed helper functions of the package, so it can be easier to integrate in things like the live editor.

View File

@@ -1,7 +1,7 @@
{
"name": "@marknow/banners",
"type": "module",
"version": "1.0.0",
"version": "1.1.0",
"private": false,
"source": "./src/index.js",
"description": "",