Skip to content

Commit

Permalink
[RELEASE] Update package versions (#65)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 13, 2024
1 parent c08520d commit 8af837f
Show file tree
Hide file tree
Showing 15 changed files with 52 additions and 35 deletions.
6 changes: 0 additions & 6 deletions .changeset/gentle-spies-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-radios-retire.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/nervous-tomatoes-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-flies-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-jars-drive.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

## 2.0.2

### Patch Changes

- c08520d: Update zod-validation-error to 3.x
- c08520d: Update dependencies

## 2.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,7 +1,7 @@
{
"name": "@open-pioneer/build-common",
"description": "Common functionality used when building open pioneer trails applications or packages.",
"version": "2.0.1",
"version": "2.0.2",
"main": "dist/index.js",
"types": "types.d.ts",
"type": "commonjs",
Expand Down
9 changes: 9 additions & 0 deletions packages/build-package-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog @open-pioneer/build-package-cli

## 2.0.2

### Patch Changes

- c08520d: Update dependencies
- Updated dependencies [c08520d]
- Updated dependencies [c08520d]
- @open-pioneer/build-package@2.0.2

## 2.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,7 +1,7 @@
{
"name": "@open-pioneer/build-package-cli",
"description": "Provides a CLI tool to compile open pioneer trails packages.",
"version": "2.0.1",
"version": "2.0.2",
"type": "commonjs",
"license": "Apache-2.0",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions packages/build-package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog @open-pioneer/build-package

## 2.0.2

### Patch Changes

- c08520d: Update dependencies
- c08520d: Update postcss to 16.x
- Updated dependencies [c08520d]
- Updated dependencies [c08520d]
- @open-pioneer/build-common@2.0.2

## 2.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,7 +1,7 @@
{
"name": "@open-pioneer/build-package",
"description": "Implements partial compilation for open pioneer trails packages.",
"version": "2.0.1",
"version": "2.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

## 2.0.2

### Patch Changes

- c08520d: Update dependencies

## 2.0.1

### Patch 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
Expand Up @@ -2,7 +2,7 @@
"name": "@open-pioneer/tag-current-versions",
"description": "Creates `git` tags for all packages in the current workspace.",
"main": "index.js",
"version": "2.0.1",
"version": "2.0.2",
"license": "MIT",
"type": "commonjs",
"repository": {
Expand Down
15 changes: 15 additions & 0 deletions packages/vite-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog @open-pioneer/vite-plugin-pioneer

## 3.0.0

### Major Changes

- c08520d: Switch to `type`: `module`
- c08520d: Add support for vite 5.

### Patch Changes

- c08520d: Update zod-validation-error to 3.x
- c08520d: Update dependencies
- Updated dependencies [c08520d]
- Updated dependencies [c08520d]
- @open-pioneer/build-common@2.0.2

## 2.0.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,7 +1,7 @@
{
"name": "@open-pioneer/vite-plugin-pioneer",
"description": "The vite plugin provided by this package is required by open pioneer trails applications.",
"version": "2.0.1",
"version": "3.0.0",
"main": "dist/index.js",
"types": "types.d.ts",
"type": "module",
Expand Down

0 comments on commit 8af837f

Please sign in to comment.