Skip to content

Commit 5f0d259

Browse files
Version Packages (#652)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent fabaecb commit 5f0d259

File tree

7 files changed

+29
-16
lines changed

7 files changed

+29
-16
lines changed

.changeset/new-pears-arrive.md

-5
This file was deleted.

.changeset/plenty-avocados-know.md

-5
This file was deleted.

.changeset/sweet-plums-rush.md

-5
This file was deleted.

packages/pkg/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.5.23
4+
5+
### Patch Changes
6+
7+
- fabaecb: fix: bundle mode with start command should be `development` environment instead of `production`
8+
- fabaecb: fix: alias is should be working for .d.ts file
9+
- fabaecb: fix: sourcemap option should be working and default should be false for transform
10+
311
## 1.5.22
412

513
### Patch Changes

packages/pkg/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ice/pkg",
3-
"version": "1.5.22",
3+
"version": "1.5.23",
44
"description": "A fast builder for React components, Node modules and web libraries.",
55
"type": "module",
66
"main": "./lib/index.js",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# @ice/pkg-tests-fixtures-alias
2+
3+
## null
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [fabaecb]
8+
- Updated dependencies [fabaecb]
9+
- Updated dependencies [fabaecb]
10+
- @ice/pkg@1.5.23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# @ice/pkg-tests-fixtures-default
2+
3+
## null
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [fabaecb]
8+
- Updated dependencies [fabaecb]
9+
- Updated dependencies [fabaecb]
10+
- @ice/pkg@1.5.23

0 commit comments

Comments
 (0)