Skip to content

Commit

Permalink
chore: updated changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-coster committed Feb 26, 2024
1 parent c7a3ada commit ffb77fb
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @bscotch/gml-parser Changelog

## 1.7.0 (2024-02-26)

### Features

- Can now delete and reorganize sprite frames in the asset tree
- Can now delete sprite frames from the asset tree
- Can now add frames to a sprite

## 1.6.0 (2024-02-23)

### Features
Expand Down
6 changes: 6 additions & 0 deletions packages/sprite-source/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @bscotch/sprite-source Changelog

## 1.2.0 (2024-02-26)

### Features

- Sprite Source imports now respect the allowedNames config option for new sprites.

## 1.1.0 (2024-02-20)

### Features
Expand Down
19 changes: 19 additions & 0 deletions packages/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Stitch Changelog

## 1.64.0 (2024-02-26)

### Docs

- Updated docs for adding sprites and sounds

### Features

- Made context menu options for adding sprites more clear and flexible
- Can now delete and reorganize sprite frames in the asset tree
- Can now delete sprite frames from the asset tree
- Can now add frames to a sprite
- Sprite Source imports now respect the allowedNames config option for new sprites.

### Fixes

- Improved prompts when adding a new sprite from a folder
- Improved prompt workflow when adding a Sprite from an image to allow renaming before creating.

## 1.63.0 (2024-02-23)

### Features
Expand Down

0 comments on commit ffb77fb

Please sign in to comment.