Skip to content

Commit

Permalink
Version Packages (#513)
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 Apr 10, 2023
1 parent b4b62a8 commit 7dc2ba0
Show file tree
Hide file tree
Showing 17 changed files with 40 additions and 51 deletions.
6 changes: 0 additions & 6 deletions .changeset/curly-cheetahs-hear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-carrots-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-frogs-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-keys-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-kangaroos-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-radios-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-lobsters-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-spiders-film.md

This file was deleted.

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

## 1.5.5

### Patch Changes

- 8cd4c98: feat: support modify swc compile options
feat: enable `externalHelpers` config by default
- 2b01e99: fix: can not parse jsx/js file
- d37267d: feat: add bundle.polyfill config
- c9c4d46: fix: some es2017 syntax is not compatible with safari 10.1

## 1.5.4

### 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.4",
"version": "1.5.5",
"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.7

### Patch Changes

- 58a7b87: fix: can not render two components in one mdx file
- 7f63497: feat: support add remark plugins

## 1.4.6

### 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.6",
"version": "1.4.7",
"description": "@ice/pkg plugin for component and docs preview.",
"main": "es2017/index.mjs",
"exports": {
Expand Down Expand Up @@ -78,7 +78,7 @@
"devDependencies": {
"@algolia/client-search": "^4.9.1",
"@types/react": "^17.0.0",
"@ice/pkg": "^1.5.4",
"@ice/pkg": "^1.5.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.9.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-rax-component/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.1.2

### Patch Changes

- 8cd4c98: chore: use Plugin type instead of deprecated PkgPlugin type

## 1.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-rax-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/pkg-plugin-rax-component",
"version": "1.1.1",
"version": "1.1.2",
"description": "Rax component plugin for @ice/pkg",
"main": "lib/index.js",
"type": "module",
Expand Down Expand Up @@ -32,7 +32,7 @@
"rax-compat": "^0.1.5"
},
"devDependencies": {
"@ice/pkg": "^1.5.4",
"@ice/pkg": "^1.5.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.9.4"
Expand Down
7 changes: 7 additions & 0 deletions packages/remark-react-docgen-docusaurus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @ice/remark-react-docgen-docusaurus

## 1.0.0

### Major Changes

- 2b01e99: feat: init plugin
4 changes: 2 additions & 2 deletions packages/remark-react-docgen-docusaurus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/remark-react-docgen-docusaurus",
"version": "0.0.0",
"version": "1.0.0",
"description": "A remark plugin to generate react components doc with docusaurus.",
"files": [
"cjs"
Expand Down Expand Up @@ -31,7 +31,7 @@
"unist-util-visit": "^2.0.3"
},
"devDependencies": {
"@ice/pkg": "^1.0.0",
"@ice/pkg": "^1.5.5",
"@types/unist": "^2.0.6",
"vfile": "^4.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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

1 comment on commit 7dc2ba0

@vercel
Copy link

@vercel vercel bot commented on 7dc2ba0 Apr 10, 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-icepkg.vercel.app
icepkg-git-main-icepkg.vercel.app

Please sign in to comment.