Compare commits
2 Commits
changeset-
...
@marknow/w
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1dd662c425 | ||
|
|
1cca8a1623 |
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@marknow/www": minor
|
||||
---
|
||||
|
||||
Added a simple rest api for creating the banners
|
||||
@@ -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.
|
||||
@@ -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
11
apps/www/CHANGELOG.md
Normal 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
|
||||
@@ -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",
|
||||
|
||||
7
packages/banners/CHANGELOG.md
Normal file
7
packages/banners/CHANGELOG.md
Normal 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.
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@marknow/banners",
|
||||
"type": "module",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": false,
|
||||
"source": "./src/index.js",
|
||||
"description": "",
|
||||
|
||||
Reference in New Issue
Block a user