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 16, 2023
1 parent fa87672 commit 2df5e38
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/khaki-jobs-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-candles-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-donkeys-work.md

This file was deleted.

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

## 0.1.0

### Minor Changes

- 41399fa: Move validation of build.config.mjs into a shared package
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.0.1",
"version": "0.1.0",
"main": "dist/index.js",
"types": "types.d.ts",
"type": "commonjs",
Expand Down
9 changes: 9 additions & 0 deletions packages/vite-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog @open-pioneer/vite-plugin-pioneer

## 0.5.2

### Patch Changes

- 434cc23: Migrate all tests to vitest.
- 41399fa: Use new shared package to validate build.config.mjs
- Updated dependencies [41399fa]
- @open-pioneer/build-common@0.1.0

## 0.5.1

### 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.1",
"version": "0.5.2",
"main": "dist/index.js",
"types": "types.d.ts",
"type": "commonjs",
Expand Down

0 comments on commit 2df5e38

Please sign in to comment.