diff --git a/.changeset/scoped-stylesheet.md b/.changeset/scoped-stylesheet.md deleted file mode 100644 index 5bc2d60..0000000 --- a/.changeset/scoped-stylesheet.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@java-memory-playground/java-memory-playground": patch -"@java-memory-playground/web-component": patch ---- - -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. diff --git a/packages/java-memory-playground/CHANGELOG.md b/packages/java-memory-playground/CHANGELOG.md index 79853e1..0fa7d32 100644 --- a/packages/java-memory-playground/CHANGELOG.md +++ b/packages/java-memory-playground/CHANGELOG.md @@ -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 diff --git a/packages/java-memory-playground/package.json b/packages/java-memory-playground/package.json index e886cf2..0ae2fd1 100644 --- a/packages/java-memory-playground/package.json +++ b/packages/java-memory-playground/package.json @@ -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", diff --git a/packages/web-component/CHANGELOG.md b/packages/web-component/CHANGELOG.md index df4bccc..85b4a5e 100644 --- a/packages/web-component/CHANGELOG.md +++ b/packages/web-component/CHANGELOG.md @@ -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 diff --git a/packages/web-component/package.json b/packages/web-component/package.json index 13e8adc..fa7661d 100644 --- a/packages/web-component/package.json +++ b/packages/web-component/package.json @@ -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", diff --git a/platforms/vscode/CHANGELOG.md b/platforms/vscode/CHANGELOG.md index ed4c1c3..f616f62 100644 --- a/platforms/vscode/CHANGELOG.md +++ b/platforms/vscode/CHANGELOG.md @@ -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 diff --git a/platforms/vscode/package.json b/platforms/vscode/package.json index 6150717..0c25b56 100644 --- a/platforms/vscode/package.json +++ b/platforms/vscode/package.json @@ -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", diff --git a/platforms/web/CHANGELOG.md b/platforms/web/CHANGELOG.md index 1d66b07..6fda7ac 100644 --- a/platforms/web/CHANGELOG.md +++ b/platforms/web/CHANGELOG.md @@ -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 diff --git a/platforms/web/package.json b/platforms/web/package.json index 503892c..f0e1bb1 100644 --- a/platforms/web/package.json +++ b/platforms/web/package.json @@ -1,7 +1,7 @@ { "name": "web", "private": true, - "version": "0.2.1", + "version": "0.2.2", "type": "module", "scripts": { "dev": "vite",