Skip to content

Commit

Permalink
[RELEASE] 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 30, 2023
1 parent 0692aa2 commit 322261b
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/clean-queens-trade.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,5 +1,11 @@
# Changelog @open-pioneer/build-common

## 0.3.1

### Patch Changes

- 0692aa2: Revert back to commonjs

## 0.3.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.3.0",
"version": "0.3.1",
"main": "dist/index.js",
"types": "types.d.ts",
"type": "commonjs",
Expand Down
9 changes: 9 additions & 0 deletions packages/build-package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog @open-pioneer/build-package

## 0.2.2

### Patch Changes

- 0692aa2: Revert back to commonjs
- Updated dependencies [0692aa2]
- @open-pioneer/build-support@0.5.1
- @open-pioneer/build-common@0.3.1

## 0.2.1

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

## 0.5.1

### Patch Changes

- 0692aa2: Revert back to commonjs

## 0.5.0

### Minor Changes
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.5.0",
"version": "0.5.1",
"license": "Apache-2.0",
"type": "module",
"exports": {
Expand Down
8 changes: 8 additions & 0 deletions packages/vite-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog @open-pioneer/vite-plugin-pioneer

## 0.6.1

### Patch Changes

- 0692aa2: Revert back to commonjs
- Updated dependencies [0692aa2]
- @open-pioneer/build-common@0.3.1

## 0.6.0

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

0 comments on commit 322261b

Please sign in to comment.