Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 15, 2024
1 parent 073a6cb commit 103f0d3
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-camels-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-experts-design.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

## 2.0.0

### Major Changes

- 9d79a4e: feat: upgrade rollup to v4 and other packages

### Minor Changes

- 073a6cb: feat: add individual declaration task for speed

## 1.6.0

### Minor 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.6.0",
"version": "2.0.0",
"description": "A fast builder for React components, Node modules and web libraries.",
"type": "module",
"main": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-docusaurus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"devDependencies": {
"@algolia/client-search": "^4.9.1",
"@types/react": "^17.0.0",
"@ice/pkg": "^1.5.12",
"@ice/pkg": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "catalog:",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-jsx-plus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"babel-runtime-jsx-plus": "^0.1.5"
},
"devDependencies": {
"@ice/pkg": "^1.5.14"
"@ice/pkg": "^2.0.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-rax-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"rax-compat": "^0.1.5"
},
"devDependencies": {
"@ice/pkg": "^1.5.5",
"@ice/pkg": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "catalog:"
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-react-docgen-docusaurus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"unist-util-visit": "^2.0.3"
},
"devDependencies": {
"@ice/pkg": "^1.5.6",
"@ice/pkg": "^2.0.0",
"@types/unist": "^2.0.6",
"vfile": "^4.0.0"
},
Expand Down

0 comments on commit 103f0d3

Please sign in to comment.