Skip to content

Commit f9ae2b8

Browse files
github-actions[bot]daKmoR
authored andcommitted
Version Packages
1 parent a8c7173 commit f9ae2b8

12 files changed

+59
-30
lines changed

.changeset/fair-bugs-destroy.md

-14
This file was deleted.

.changeset/fair-worms-type.md

-7
This file was deleted.

packages/blog/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# @rocket/blog
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a8c7173]
8+
9+
310
## 0.1.0
11+
412
### Minor Changes
513

614
- 1971f5d: Initial Release

packages/blog/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rocket/blog",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -38,6 +38,6 @@
3838
"testing"
3939
],
4040
"dependencies": {
41-
"plugins-manager": "^0.1.0"
41+
"plugins-manager": "^0.2.0"
4242
}
4343
}

packages/cli/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# @rocket/cli
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- a8c7173: Changes to config:
8+
- Do not auto rollupWrap plugins added via `setupDevPlugins`.
9+
- If you provide `devServer.plugins` then it will return that directly ignoring `setupDevAndBuildPlugins` and `setupDevPlugins`
10+
- Updated dependencies [a8c7173]
11+
12+
313
## 0.1.0
14+
415
### Minor Changes
516

617
- 1971f5d: Initial Release

packages/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rocket/cli",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -63,7 +63,7 @@
6363
"command-line-args": "^5.1.1",
6464
"command-line-usage": "^6.1.1",
6565
"fs-extra": "^9.0.1",
66-
"plugins-manager": "^0.1.0"
66+
"plugins-manager": "^0.2.0"
6767
},
6868
"types": "dist-types/index.d.ts"
6969
}

packages/mdjs-core/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 0.6.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a8c7173]
8+
9+
310
## 0.6.0
411

512
### Minor Changes

packages/mdjs-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mdjs/core",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -48,7 +48,7 @@
4848
"@types/unist": "^2.0.3",
4949
"es-module-lexer": "^0.3.26",
5050
"github-markdown-css": "^4.0.0",
51-
"plugins-manager": "^0.1.0",
51+
"plugins-manager": "^0.2.0",
5252
"rehype-autolink-headings": "^5.0.1",
5353
"rehype-prism-template": "^0.4.1",
5454
"rehype-raw": "^5.0.0",

packages/plugins-manager/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# plugins-manager
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- a8c7173: Changes to `metaConfigToWebDevServerConfig`:
8+
9+
- Renamed `wrapperFunction` to `rollupWrapperFunction`
10+
- Adds `setupRollupPlugins` which means those plugins are treated as rollup plugins and they will be wrapped by `rollupWrapperFunction` (if provided)
11+
- Plugins added via `setupPlugins` will no longer be wrapped
12+
- If you provide `config.plugins` then it will return that directly ignoring `setupPlugins` and `setupRollupPlugins`
13+
14+
Changes to `metaConfigToRollupConfig`:
15+
16+
- If you provide `config.plugins` then it will return that directly ignoring `setupPlugins`
17+
318
## 0.1.0
19+
420
### Minor Changes
521

622
- b9a6274: First initial release

packages/plugins-manager/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plugins-manager",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"publishConfig": {
55
"access": "public"
66
},

packages/search/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# @rocket/search
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a8c7173]
8+
9+
310
## 0.1.0
11+
412
### Minor Changes
513

614
- 1971f5d: Initial Release

packages/search/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rocket/search",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -43,7 +43,7 @@
4343
"@lion/combobox": "^0.1.16",
4444
"@open-wc/scoped-elements": "^1.3.2",
4545
"minisearch": "^3.0.2",
46-
"plugins-manager": "^0.1.0",
46+
"plugins-manager": "^0.2.0",
4747
"sax-wasm": "^2.0.0"
4848
}
4949
}

0 commit comments

Comments
 (0)