Skip to content

Commit

Permalink
[RELEASE] Update package versions (#74)
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 Oct 21, 2024
1 parent b2927fe commit e361b39
Show file tree
Hide file tree
Showing 16 changed files with 59 additions and 32 deletions.
8 changes: 0 additions & 8 deletions .changeset/cuddly-jeans-work.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/gentle-moons-rescue.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/khaki-pants-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-hats-sit.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.5

### Patch Changes

- 2526935: Update dependencies
- 7668cd9: Update dependencies.

## 2.0.4

### 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.4",
"version": "2.0.5",
"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.1.1

### Patch Changes

- Updated dependencies [2526935]
- Updated dependencies [7668cd9]
- Updated dependencies [7668cd9]
- @open-pioneer/build-package@3.1.0

## 2.1.0

### Minor 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.1.0",
"version": "2.1.1",
"type": "module",
"license": "Apache-2.0",
"repository": {
Expand Down
15 changes: 15 additions & 0 deletions packages/build-package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog @open-pioneer/build-package

## 3.1.0

### Minor Changes

- 7668cd9: Use the new `noCheck` option when generation TypeScript declaration files (.d.ts). This can speed up the generation process, since typechecking is done during the main compilation (linting) stage.
This change may require updating TypeScript to a reject version.

### Patch Changes

- 2526935: Update dependencies
- 7668cd9: Update dependencies.
- Updated dependencies [2526935]
- Updated dependencies [7668cd9]
- @open-pioneer/build-common@2.0.5

## 3.0.0

### Major 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": "3.0.0",
"version": "3.1.0",
"main": "dist/index.js",
"types": "types.d.ts",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/check-pnpm-duplicates/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# Changelog @open-pioneer/check-pnpm-duplicates

## 0.1.0

### Minor Changes

- 235ed72: Initial release.
2 changes: 1 addition & 1 deletion packages/check-pnpm-duplicates/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@open-pioneer/check-pnpm-duplicates",
"description": "Provides a CLI tool to detect accidental duplicates in a pnpm lockfile.",
"version": "0.0.1",
"version": "0.1.0",
"type": "module",
"license": "Apache-2.0",
"repository": {
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.3

### Patch Changes

- 2526935: Update dependencies

## 2.0.2

### 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.2",
"version": "2.0.3",
"license": "MIT",
"type": "commonjs",
"repository": {
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

## 3.0.5

### Patch Changes

- 2526935: Update dependencies
- 7668cd9: Update dependencies.
- Updated dependencies [2526935]
- Updated dependencies [7668cd9]
- @open-pioneer/build-common@2.0.5

## 3.0.4

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

0 comments on commit e361b39

Please sign in to comment.