Skip to content

Commit

Permalink
Update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and mbeckem committed May 17, 2023
1 parent 80c895f commit c106a75
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 21 deletions.
6 changes: 0 additions & 6 deletions .changeset/dirty-owls-speak.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pink-bikes-shake.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rich-pans-fry.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/build-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog @open-pioneer/build-common

## 0.2.0

### Minor Changes

- ef54f35: Move loading of build config file into common package.
- 125fd57: Introduce support for entryPoints in build.config.mjs
- 37413f4: Add support for copying assets.

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/build-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-pioneer/build-common",
"version": "0.1.0",
"version": "0.2.0",
"main": "dist/index.js",
"types": "types.d.ts",
"type": "commonjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/build-support/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog @open-pioneer/build-support

## 0.4.0

### Minor Changes

- 125fd57: Introduce support for entryPoints in build.config.mjs
- 37413f4: Add support for copying assets.

## v0.3.1

- Update documentation for `styles` to indicate that scss is supported.
Expand Down
2 changes: 1 addition & 1 deletion packages/build-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@open-pioneer/build-support",
"main": "index.js",
"types": "index.d.ts",
"version": "0.3.2",
"version": "0.4.0",
"license": "Apache-2.0",
"type": "module",
"files": [
Expand Down
10 changes: 10 additions & 0 deletions packages/vite-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog @open-pioneer/vite-plugin-pioneer

## 0.5.3

### Patch Changes

- ef54f35: Move loading of build config file into common package.
- Updated dependencies [ef54f35]
- Updated dependencies [125fd57]
- Updated dependencies [37413f4]
- @open-pioneer/build-common@0.2.0

## 0.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-pioneer/vite-plugin-pioneer",
"version": "0.5.2",
"version": "0.5.3",
"main": "dist/index.js",
"types": "types.d.ts",
"type": "commonjs",
Expand Down

0 comments on commit c106a75

Please sign in to comment.