Skip to content

Commit

Permalink
Version Packages (#652)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
luhc228 and github-actions[bot] authored Aug 13, 2024
1 parent fabaecb commit 5f0d259
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/new-pears-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-avocados-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-plums-rush.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/pkg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.5.23

### Patch Changes

- fabaecb: fix: bundle mode with start command should be `development` environment instead of `production`
- fabaecb: fix: alias is should be working for .d.ts file
- fabaecb: fix: sourcemap option should be working and default should be false for transform

## 1.5.22

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pkg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/pkg",
"version": "1.5.22",
"version": "1.5.23",
"description": "A fast builder for React components, Node modules and web libraries.",
"type": "module",
"main": "./lib/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/pkg/tests/fixtures/alias/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @ice/pkg-tests-fixtures-alias

## null

### Patch Changes

- Updated dependencies [fabaecb]
- Updated dependencies [fabaecb]
- Updated dependencies [fabaecb]
- @ice/pkg@1.5.23
10 changes: 10 additions & 0 deletions packages/pkg/tests/fixtures/default/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @ice/pkg-tests-fixtures-default

## null

### Patch Changes

- Updated dependencies [fabaecb]
- Updated dependencies [fabaecb]
- Updated dependencies [fabaecb]
- @ice/pkg@1.5.23

0 comments on commit 5f0d259

Please sign in to comment.