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
10 changes: 0 additions & 10 deletions .changeset/scoped-stylesheet.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/java-memory-playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @openpatch/java-memory-playground

## 0.2.2

### Patch Changes

- [`347cf8b`](https://github.com/openpatch/java-memory-playground/commit/347cf8b78b11074a430d976578bdf74e51293034) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Confine the bundled stylesheet to the playground. Every rule is now prefixed with
`.java-memory-playground` at build time, React Flow's stylesheet included. The bundle is loaded as a
plain stylesheet, so until now its rules applied to the whole host page — and class names like
`.sidebar`, `.memory` and `.button-group` are common enough to collide: `.sidebar` was resizing the
navigation of any page that embedded a diagram.

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/java-memory-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@java-memory-playground/java-memory-playground",
"version": "0.2.1",
"version": "0.2.2",
"author": "Mike Barkmin",
"description": "React components for visualizing the Java stack and heap.",
"homepage": "https://github.com/openpatch/java-memory-playground#readme",
Expand Down
12 changes: 12 additions & 0 deletions packages/web-component/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @openpatch/java-memory-playground-web-component

## 0.3.1

### Patch Changes

- [`347cf8b`](https://github.com/openpatch/java-memory-playground/commit/347cf8b78b11074a430d976578bdf74e51293034) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - Confine the bundled stylesheet to the playground. Every rule is now prefixed with
`.java-memory-playground` at build time, React Flow's stylesheet included. The bundle is loaded as a
plain stylesheet, so until now its rules applied to the whole host page — and class names like
`.sidebar`, `.memory` and `.button-group` are common enough to collide: `.sidebar` was resizing the
navigation of any page that embedded a diagram.
- Updated dependencies [[`347cf8b`](https://github.com/openpatch/java-memory-playground/commit/347cf8b78b11074a430d976578bdf74e51293034)]:
- @java-memory-playground/java-memory-playground@0.2.2

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@java-memory-playground/web-component",
"version": "0.3.0",
"version": "0.3.1",
"author": "Mike Barkmin",
"description": "Java Memory Playground as a framework agnostic web component.",
"homepage": "https://github.com/openpatch/java-memory-playground#readme",
Expand Down
7 changes: 7 additions & 0 deletions platforms/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Java Memory Playground Studio

## 0.1.3

### Patch Changes

- Updated dependencies [[`347cf8b`](https://github.com/openpatch/java-memory-playground/commit/347cf8b78b11074a430d976578bdf74e51293034)]:
- @java-memory-playground/java-memory-playground@0.2.2

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion platforms/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "java-memory-playground-studio",
"displayName": "Java Memory Playground Studio",
"description": "Visual editor for .jmp files — diagrams of the Java stack and heap",
"version": "0.1.2",
"version": "0.1.3",
"publisher": "openpatch",
"author": "Mike Barkmin",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions platforms/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# web

## 0.2.2

### Patch Changes

- Updated dependencies [[`347cf8b`](https://github.com/openpatch/java-memory-playground/commit/347cf8b78b11074a430d976578bdf74e51293034)]:
- @java-memory-playground/java-memory-playground@0.2.2

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion platforms/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web",
"private": true,
"version": "0.2.1",
"version": "0.2.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down