Skip to content

Commit 076cdbb

Browse files
github-actions[bot]daKmoR
authored andcommitted
Version Packages
1 parent c3a157c commit 076cdbb

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

.changeset/gorgeous-carpets-smell.md

-5
This file was deleted.

.changeset/nervous-days-agree.md

-5
This file was deleted.

.changeset/slow-sloths-help.md

-5
This file was deleted.

packages/building-rollup/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
# @d4kmor/building-rollup
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- c3a157c: In an MPA config the server should handle 404 pages
8+
39
## 0.1.0
10+
411
### Minor Changes
512

613
- b9a6274: Prepare release before moving npm scope and repo.
7-
14+
815
- Have building-rollup as a dedicated package
916
- Serve dev output as server root
1017
- Rename `themes` to `presets`
1118
- Move eleventy settings in to dedicated eleventy plugins
1219
- Introduce `setup-*` function which can be used to add, remove and adjust plugins for all systems
20+
1321
- 8228cf0: Inject service worker via rollup-plugin-html setting instead of a transform
1422
- b9a6274: First initial release

packages/building-rollup/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@d4kmor/building-rollup",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"publishConfig": {
55
"access": "public"
66
},

packages/launch/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @d4kmor/launch
22

3+
## 0.11.1
4+
5+
### Patch Changes
6+
7+
- c3a157c: Add a generic 404 page with absolute urls
8+
- f561b14: Expose rocket config via {{ rocketConfig.value }}
9+
310
## 0.11.0
411

512
### Minor Changes

packages/launch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@d4kmor/launch",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)