Skip to content
Merged
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
6 changes: 0 additions & 6 deletions .changeset/optimize-module-scaffolding.md

This file was deleted.

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

## 1.2.0

### Minor Changes

- [#92](https://github.com/runablejs/runable/pull/92) [`3c8b19c`](https://github.com/runablejs/runable/commit/3c8b19c4cc656fcfbc96ad80f10d10eaeb1a858d) Thanks [@domutala](https://github.com/domutala)! - Generate modules as minimal publishable workspace packages with a complete framework playground. Include local module configuration files in the generated TypeScript project and let the welcome screen fill its container without the browser's default body gap.

### Patch Changes

- Updated dependencies [[`3c8b19c`](https://github.com/runablejs/runable/commit/3c8b19c4cc656fcfbc96ad80f10d10eaeb1a858d)]:
- runable@1.2.0

## 1.1.0

### Minor Changes
Expand Down
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": "@runablejs/cli",
"version": "1.1.0",
"version": "1.2.0",
"private": false,
"license": "MIT",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/create-syora/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# create-runable

## 1.2.0

### Patch Changes

- Updated dependencies [[`3c8b19c`](https://github.com/runablejs/runable/commit/3c8b19c4cc656fcfbc96ad80f10d10eaeb1a858d)]:
- @runablejs/cli@1.2.0

## 1.1.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-syora/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-runable",
"version": "1.1.0",
"version": "1.2.0",
"description": "Create a Runable project",
"private": false,
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/runable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# runable

## 1.2.0

### Patch Changes

- [#92](https://github.com/runablejs/runable/pull/92) [`3c8b19c`](https://github.com/runablejs/runable/commit/3c8b19c4cc656fcfbc96ad80f10d10eaeb1a858d) Thanks [@domutala](https://github.com/domutala)! - Generate modules as minimal publishable workspace packages with a complete framework playground. Include local module configuration files in the generated TypeScript project and let the welcome screen fill its container without the browser's default body gap.

## 1.1.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/runable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "runable",
"version": "1.1.0",
"version": "1.2.0",
"private": false,
"license": "MIT",
"repository": {
Expand Down
Loading