Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions .changeset/initial-release.md

This file was deleted.

20 changes: 20 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# @layeron/cli

## 0.1.0

### Minor Changes

- e9ef69c: Publish the first Layeron npm packages.

### Patch Changes

- Updated dependencies [e9ef69c]
- @layeron/cloudflare-driver@0.1.0
- @layeron/compiler@0.1.0
- @layeron/dashboard-api@0.1.0
- @layeron/dev@0.1.0
- @layeron/engine@0.1.0
- @layeron/loader@0.1.0
- @layeron/migrations@0.1.0
- @layeron/protocol@0.1.0
- @layeron/state@0.1.0
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@layeron/cli",
"version": "0.0.0",
"version": "0.1.0",
"description": "Command-line interface for Layeron.",
"license": "Apache-2.0",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/cloudflare-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @layeron/cloudflare-driver

## 0.1.0

### Minor Changes

- e9ef69c: Publish the first Layeron npm packages.

### Patch Changes

- Updated dependencies [e9ef69c]
- @layeron/protocol@0.1.0
2 changes: 1 addition & 1 deletion packages/cloudflare-driver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@layeron/cloudflare-driver",
"version": "0.0.0",
"version": "0.1.0",
"description": "Cloudflare provider driver for Layeron.",
"license": "Apache-2.0",
"repository": {
Expand Down
13 changes: 13 additions & 0 deletions packages/compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @layeron/compiler

## 0.1.0

### Minor Changes

- e9ef69c: Publish the first Layeron npm packages.

### Patch Changes

- Updated dependencies [e9ef69c]
- @layeron/modules@0.1.0
- @layeron/protocol@0.1.0
2 changes: 1 addition & 1 deletion packages/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@layeron/compiler",
"version": "0.0.0",
"version": "0.1.0",
"description": "Layeron compiler and resource graph lowering package.",
"license": "Apache-2.0",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @layeron/core

## 0.1.0

### Minor Changes

- e9ef69c: Publish the first Layeron npm packages.

### Patch Changes

- Updated dependencies [e9ef69c]
- @layeron/protocol@0.1.0
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@layeron/core",
"version": "0.0.0",
"version": "0.1.0",
"description": "TypeScript authoring API for Layeron backend apps.",
"license": "Apache-2.0",
"repository": {
Expand Down
16 changes: 16 additions & 0 deletions packages/dashboard-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# @layeron/dashboard-api

## 0.1.0

### Minor Changes

- e9ef69c: Publish the first Layeron npm packages.

### Patch Changes

- Updated dependencies [e9ef69c]
- @layeron/cloudflare-driver@0.1.0
- @layeron/compiler@0.1.0
- @layeron/loader@0.1.0
- @layeron/protocol@0.1.0
- @layeron/state@0.1.0
2 changes: 1 addition & 1 deletion packages/dashboard-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@layeron/dashboard-api",
"version": "0.0.0",
"version": "0.1.0",
"description": "Local dashboard API for Layeron projects.",
"license": "Apache-2.0",
"repository": {
Expand Down
16 changes: 16 additions & 0 deletions packages/dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# @layeron/dev

## 0.1.0

### Minor Changes

- e9ef69c: Publish the first Layeron npm packages.

### Patch Changes

- Updated dependencies [e9ef69c]
- @layeron/compiler@0.1.0
- @layeron/loader@0.1.0
- @layeron/migrations@0.1.0
- @layeron/protocol@0.1.0
- @layeron/runtime@0.1.0
2 changes: 1 addition & 1 deletion packages/dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@layeron/dev",
"version": "0.0.0",
"version": "0.1.0",
"description": "Local development runtime for Layeron projects.",
"license": "Apache-2.0",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @layeron/engine

## 0.1.0

### Minor Changes

- e9ef69c: Publish the first Layeron npm packages.

### Patch Changes

- Updated dependencies [e9ef69c]
- @layeron/protocol@0.1.0
2 changes: 1 addition & 1 deletion packages/engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@layeron/engine",
"version": "0.0.0",
"version": "0.1.0",
"description": "Provider-neutral resource diff and apply engine for Layeron.",
"license": "Apache-2.0",
"repository": {
Expand Down
13 changes: 13 additions & 0 deletions packages/loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @layeron/loader

## 0.1.0

### Minor Changes

- e9ef69c: Publish the first Layeron npm packages.

### Patch Changes

- Updated dependencies [e9ef69c]
- @layeron/core@0.1.0
- @layeron/protocol@0.1.0
2 changes: 1 addition & 1 deletion packages/loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@layeron/loader",
"version": "0.0.0",
"version": "0.1.0",
"description": "Project loader and bundler for Layeron backend apps.",
"license": "Apache-2.0",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/migrations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @layeron/migrations

## 0.1.0

### Minor Changes

- e9ef69c: Publish the first Layeron npm packages.

### Patch Changes

- Updated dependencies [e9ef69c]
- @layeron/protocol@0.1.0
2 changes: 1 addition & 1 deletion packages/migrations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@layeron/migrations",
"version": "0.0.0",
"version": "0.1.0",
"description": "Migration planner and applier for Layeron database resources.",
"license": "Apache-2.0",
"repository": {
Expand Down
13 changes: 13 additions & 0 deletions packages/modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @layeron/modules

## 0.1.0

### Minor Changes

- e9ef69c: Publish the first Layeron npm packages.

### Patch Changes

- Updated dependencies [e9ef69c]
- @layeron/core@0.1.0
- @layeron/protocol@0.1.0
2 changes: 1 addition & 1 deletion packages/modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@layeron/modules",
"version": "0.0.0",
"version": "0.1.0",
"description": "First-party backend capability modules for Layeron.",
"license": "Apache-2.0",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @layeron/protocol

## 0.1.0

### Minor Changes

- e9ef69c: Publish the first Layeron npm packages.
2 changes: 1 addition & 1 deletion packages/protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@layeron/protocol",
"version": "0.0.0",
"version": "0.1.0",
"description": "Shared protocol contracts for Layeron.",
"license": "Apache-2.0",
"repository": {
Expand Down
14 changes: 14 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @layeron/runtime

## 0.1.0

### Minor Changes

- e9ef69c: Publish the first Layeron npm packages.

### Patch Changes

- Updated dependencies [e9ef69c]
- @layeron/core@0.1.0
- @layeron/modules@0.1.0
- @layeron/protocol@0.1.0
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@layeron/runtime",
"version": "0.0.0",
"version": "0.1.0",
"description": "Runtime primitives for Layeron generated Workers.",
"license": "Apache-2.0",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/state/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @layeron/state

## 0.1.0

### Minor Changes

- e9ef69c: Publish the first Layeron npm packages.

### Patch Changes

- Updated dependencies [e9ef69c]
- @layeron/protocol@0.1.0
2 changes: 1 addition & 1 deletion packages/state/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@layeron/state",
"version": "0.0.0",
"version": "0.1.0",
"description": "Resource state snapshots and deployment records for Layeron.",
"license": "Apache-2.0",
"repository": {
Expand Down