Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimck committed Dec 1, 2023
1 parent de30788 commit 955e3eb
Show file tree
Hide file tree
Showing 13 changed files with 44 additions and 24 deletions.
9 changes: 0 additions & 9 deletions .changeset/curly-seas-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-tools-study.md

This file was deleted.

10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

## 19.6.2

### Patch Changes

- 7bcbf6d71: Changed default tsconfig to isolated modules, which required some export adjustments

## 19.6.1

### Patch 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": "@ima/cli",
"version": "19.6.1",
"version": "19.6.2",
"description": "IMA.js CLI tool to build, develop and work with IMA.js applications.",
"keywords": [
"IMA",
Expand Down
6 changes: 6 additions & 0 deletions packages/dev-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 19.0.1

### Patch Changes

- 7bcbf6d71: Changed default tsconfig to isolated modules, which required some export adjustments

## 19.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ima/dev-utils",
"version": "19.0.0",
"version": "19.0.1",
"description": "IMA.js dev utils used used mainly in @ima/cli and other dev-related utilities.",
"keywords": [
"IMA.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/error-overlay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 19.0.1

### Patch Changes

- 7bcbf6d71: Changed default tsconfig to isolated modules, which required some export adjustments

## 19.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/error-overlay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ima/error-overlay",
"version": "19.0.0",
"version": "19.0.1",
"description": "IMA.js error-overlay used in development mode for error reporting.",
"keywords": [
"IMA.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 19.0.1

### Patch Changes

- 7bcbf6d71: Changed default tsconfig to isolated modules, which required some export adjustments

## 19.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ima/plugin-cli",
"version": "19.0.0",
"version": "19.0.1",
"description": "IMA.js Plugin CLI tool to build, link, develop IMA.js plugins.",
"keywords": [
"IMA",
Expand Down
10 changes: 10 additions & 0 deletions packages/storybook-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 19.6.0

### Minor Changes

- 7bcbf6d71: Added support for imaInitializers. These allow you to register multiple boot config overrides across multiple packages and execute them all.

### Patch Changes

- 7bcbf6d71: Changed default tsconfig to isolated modules, which required some export adjustments

## 19.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ima/storybook-integration",
"version": "19.5.2",
"version": "19.6.0",
"description": "Storybook integration addon for IMA.js applications.",
"type": "module",
"keywords": [
Expand Down

0 comments on commit 955e3eb

Please sign in to comment.