Skip to content

Commit

Permalink
bump to version 4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bnheise committed Jul 10, 2023
1 parent ffade88 commit 5b9ba50
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion app/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ce-cli"
description = "A command line tool for building and managing Liferay remote app projects."
version = "0.4.8"
version = "0.4.9"
edition = "2021"
authors = ["Brian Heise <brian.heise@liferay.com>"]
rust-version = "1.70.0"
Expand Down
14 changes: 0 additions & 14 deletions changelogs/0.3.1.md

This file was deleted.

7 changes: 4 additions & 3 deletions changelogs/0.3.x/0.3.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

## New Features

None
- Added typings for global Liferay object

## Changes

- Sort deps in package.json
None

## Bugfixes

None
- Fixed cypress config for react
- Removed assemble member for sharedDep when not needed
13 changes: 13 additions & 0 deletions changelogs/0.4.9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## New Features

None

## Changes

None

## Bugfixes

- Fixed a bug that prevented adding scoped npm packages as shared dependencies

0 comments on commit 5b9ba50

Please sign in to comment.