Skip to content

Commit

Permalink
Version Packages (#591)
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 Sep 13, 2023
1 parent 0874dc8 commit 82aa229
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 30 deletions.
6 changes: 0 additions & 6 deletions .changeset/eighty-sheep-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-crabs-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-students-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-glasses-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-rocks-tickle.md

This file was deleted.

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

## 1.5.12

### Patch Changes

- 4aee24c: fix: generate types with private type error
- 0309863: filter the failed dts file
- 0874dc8: support config babel jsx runtime
- 8097a2c: feat: support modify babel options

## 1.5.11

### 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.11",
"version": "1.5.12",
"description": "A fast builder for React components, Node modules and web libraries.",
"type": "module",
"main": "./lib/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-docusaurus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.4.16

### Patch Changes

- f049608: fix: unicode is transformed
fix: can not work on windows

## 1.4.15

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-docusaurus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/pkg-plugin-docusaurus",
"version": "1.4.15",
"version": "1.4.16",
"description": "@ice/pkg plugin for component and docs preview.",
"main": "es2017/index.mjs",
"exports": {
Expand Down Expand Up @@ -76,7 +76,7 @@
"devDependencies": {
"@algolia/client-search": "^4.9.1",
"@types/react": "^17.0.0",
"@ice/pkg": "^1.5.11",
"@ice/pkg": "^1.5.12",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.9.3",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 82aa229

Please sign in to comment.