Skip to content

Commit 6f04464

Browse files
authored
Merge pull request #83 from journeyapps-labs/changeset-release/main
Version Packages
2 parents c8ee0ce + 5bb8f08 commit 6f04464

File tree

7 files changed

+30
-12
lines changed

7 files changed

+30
-12
lines changed

.changeset/ten-maps-hide.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

libs/lib-reactor-builder/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @journeyapps-labs/lib-reactor-builder
22

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- 843f74d: Remove the custom symlink-preservation config from the TypeScript and webpack builds, and tighten exported typing for composite compilation.
8+
9+
Improve built-in editor theme selection and active-line colors, add a tables playground demo, and refine table theming/rendering with explicit row, group, border, and pill styling tokens across the built-in Reactor themes.
10+
311
## 3.0.0
412

513
### Major Changes

libs/lib-reactor-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@journeyapps-labs/lib-reactor-builder",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"

modules/module-editor/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @journeyapps-labs/reactor-mod-editor
22

3+
## 2.2.1
4+
5+
### Patch Changes
6+
7+
- 843f74d: Remove the custom symlink-preservation config from the TypeScript and webpack builds, and tighten exported typing for composite compilation.
8+
9+
Improve built-in editor theme selection and active-line colors, add a tables playground demo, and refine table theming/rendering with explicit row, group, border, and pill styling tokens across the built-in Reactor themes.
10+
11+
- Updated dependencies [843f74d]
12+
- @journeyapps-labs/reactor-mod@5.3.1
13+
314
## 2.2.0
415

516
### Minor Changes

modules/module-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@journeyapps-labs/reactor-mod-editor",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"

modules/module-reactor/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @journeyapps-labs/reactor-mod
22

3+
## 5.3.1
4+
5+
### Patch Changes
6+
7+
- 843f74d: Remove the custom symlink-preservation config from the TypeScript and webpack builds, and tighten exported typing for composite compilation.
8+
9+
Improve built-in editor theme selection and active-line colors, add a tables playground demo, and refine table theming/rendering with explicit row, group, border, and pill styling tokens across the built-in Reactor themes.
10+
311
## 5.3.0
412

513
### Minor Changes

modules/module-reactor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@journeyapps-labs/reactor-mod",
3-
"version": "5.3.0",
3+
"version": "5.3.1",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"

0 commit comments

Comments
 (0)