Skip to content

Commit

Permalink
Version Packages (#581)
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] committed Aug 3, 2023
1 parent e223e4b commit e250d26
Show file tree
Hide file tree
Showing 7 changed files with 93 additions and 91 deletions.
5 changes: 0 additions & 5 deletions .changeset/giant-stingrays-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-jokes-thank.md

This file was deleted.

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

## 1.5.11

### Patch Changes

- 0f56102: fix: not bundle cjs module

## 1.5.10

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

## 1.4.15

### Patch Changes

- 24879fe: feat: use real local path instead of hash to generate demo path

## 1.4.14

### 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.14",
"version": "1.4.15",
"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.9",
"@ice/pkg": "^1.5.11",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.9.3",
Expand Down
156 changes: 78 additions & 78 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

1 comment on commit e250d26

@vercel
Copy link

@vercel vercel bot commented on e250d26 Aug 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

icepkg – ./

icepkg.vercel.app
icepkg-git-main-icepkg.vercel.app
icepkg-icepkg.vercel.app

Please sign in to comment.