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 Aug 4, 2023
1 parent 146743d commit 57e11c7
Show file tree
Hide file tree
Showing 14 changed files with 63 additions and 42 deletions.
18 changes: 0 additions & 18 deletions .changeset/clean-boxes-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-olives-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-fans-arrive.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/yellow-points-matter.md

This file was deleted.

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

## 1.0.2

### Patch Changes

- 3a0fb62: Bump dependency 'semver' to 7.5.3
- 146743d: Bump dependencies

## 1.0.1

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

## 1.0.2

### Patch Changes

- 146743d: Bump dependencies
- Updated dependencies [146743d]
- @open-pioneer/build-package@1.0.2

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/build-package-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-pioneer/build-package-cli",
"version": "1.0.1",
"version": "1.0.2",
"type": "commonjs",
"license": "Apache-2.0",
"repository": {
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

## 1.0.2

### Patch Changes

- 146743d: Bump dependencies
- Updated dependencies [3a0fb62]
- Updated dependencies [146743d]
- @open-pioneer/build-common@1.0.2

## 1.0.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": "1.0.1",
"version": "1.0.2",
"main": "dist/index.js",
"types": "types.d.ts",
"type": "commonjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/tag-current-versions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @open-pioneer/tag-current-versions

## 1.0.1

### Patch Changes

- 146743d: Bump dependencies

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tag-current-versions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@open-pioneer/tag-current-versions",
"main": "index.js",
"version": "1.0.0",
"version": "1.0.1",
"license": "Apache-2.0",
"type": "commonjs",
"repository": {
Expand Down
28 changes: 28 additions & 0 deletions packages/vite-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog @open-pioneer/vite-plugin-pioneer

## 1.1.0

### Minor Changes

- e05d707: Include devDependencies in dependency analysis. Dev dependencies will now have their services, properties, etc. automatically linked into the application.

### Patch Changes

- 99354bf: Improve error message when two versions of the same pioneer package are encountered.
Only a single version per pioneer package per app is supported: all packages must share the same version and location on disk.

The vite overlay in the browser now shows a comprehensible error message such as this:

```text
[plugin:pioneer:codegen] Encountered the package '@open-pioneer/runtime' at two different locations.
Pioneer packages cannot be used more than once in the same application.
All packages must use a common version of '@open-pioneer/runtime'.
1. @open-pioneer/runtime@1.0.0 at $HOME/projects/pioneer/starter/node_modules/.pnpm/@open-pioneer+runtime@1.0.0_@formatjs+intl@2.9.0_@open-pioneer+chakra-integration@1.0.0_@open_4cza3noe47gq2v2rsqn2cypo4q/node_modules/@open-pioneer/runtime
2. @open-pioneer/runtime@0.1.5 at $HOME/projects/pioneer/starter/node_modules/.pnpm/@open-pioneer+runtime@0.1.5_@formatjs+intl@2.9.0_@open-pioneer+chakra-integration@0.1.4_@open_m544g2vyxvedm3ipuqpqhltgfy/node_modules/@open-pioneer/runtime
```
- 146743d: Bump dependencies
- Updated dependencies [3a0fb62]
- Updated dependencies [146743d]
- @open-pioneer/build-common@1.0.2
## 1.0.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": "1.0.2",
"version": "1.1.0",
"main": "dist/index.js",
"types": "types.d.ts",
"type": "commonjs",
Expand Down

0 comments on commit 57e11c7

Please sign in to comment.