Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimck committed Mar 7, 2023
1 parent 163b0a6 commit ef7f41e
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/tasty-avocados-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-frogs-smoke.md

This file was deleted.

4 changes: 2 additions & 2 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

## 18.3.3

### Patch Changes

- ad1c47fe0: Fixed issue where ManifestPlugin produced manifest.json file without client assets. This could resolve in error where application loads without and JS and CSS assets and is not revived.

## 18.3.2

### 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": "18.3.2",
"version": "18.3.3",
"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/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 18.1.1

### Patch Changes

- e0708dd45: Backport fix from `next` - for missing optional parameters in static router that are evaluated as 'undefined' instead of undefined.

## 18.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ima/core",
"version": "18.1.0",
"version": "18.1.1",
"description": "IMA.js framework for isomorphic javascript application",
"keywords": [
"IMA",
Expand Down

0 comments on commit ef7f41e

Please sign in to comment.