Skip to content

Commit

Permalink
[RELEASE] Update package versions (#33)
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] committed Feb 13, 2024
1 parent 2d5a94a commit fdd10af
Show file tree
Hide file tree
Showing 26 changed files with 102 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-bears-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-terms-teach.md

This file was deleted.

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

## 2.1.3

### Patch Changes

- Updated dependencies [f749d96]
- @open-pioneer/runtime@2.1.1

## 2.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion src/packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-pioneer/http",
"version": "2.1.2",
"version": "2.1.3",
"license": "Apache-2.0",
"main": "index.ts",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions src/packages/integration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @open-pioneer/integration

## 2.0.4

### Patch Changes

- Updated dependencies [f749d96]
- @open-pioneer/runtime@2.1.1

## 2.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion src/packages/integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-pioneer/integration",
"version": "2.0.3",
"version": "2.0.4",
"license": "Apache-2.0",
"main": "index.ts",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions src/packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @open-pioneer/runtime

## 2.1.1

### Patch Changes

- f749d96: Add a hint that `DECLARE_SERVICE_INTERFACE` should be imported via `import type`.
- @open-pioneer/runtime-react-support@1.0.0

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion src/packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-pioneer/runtime",
"version": "2.1.0",
"version": "2.1.1",
"license": "Apache-2.0",
"main": "index.ts",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions src/packages/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @open-pioneer/test-utils

## 1.1.0

### Minor Changes

- 2d5a94a: Provide `createIntl` from `@open-pioneer/test-utils/vanilla` to make creation of a `PackageIntl` instance easier.

### Patch Changes

- @open-pioneer/runtime-react-support@1.0.0

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion src/packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-pioneer/test-utils",
"version": "1.0.2",
"version": "1.1.0",
"license": "Apache-2.0",
"scripts": {
"build": "build-pioneer-package"
Expand Down
8 changes: 8 additions & 0 deletions src/samples/api-sample/api-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# api-app

## 0.0.14

### Patch Changes

- Updated dependencies [f749d96]
- @open-pioneer/runtime@2.1.1
- @open-pioneer/integration@2.0.4

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion src/samples/api-sample/api-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api-app",
"version": "0.0.13",
"version": "0.0.14",
"private": true,
"dependencies": {
"@open-pioneer/runtime": "workspace:^",
Expand Down
7 changes: 7 additions & 0 deletions src/samples/chakra-sample/chakra-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# chakra-app

## 0.0.14

### Patch Changes

- Updated dependencies [f749d96]
- @open-pioneer/runtime@2.1.1

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion src/samples/chakra-sample/chakra-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chakra-app",
"version": "0.0.13",
"version": "0.0.14",
"private": true,
"dependencies": {
"@open-pioneer/base-theme": "workspace:^",
Expand Down
7 changes: 7 additions & 0 deletions src/samples/extension-sample/extension-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# extension-app

## 0.0.14

### Patch Changes

- Updated dependencies [f749d96]
- @open-pioneer/runtime@2.1.1

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion src/samples/extension-sample/extension-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extension-app",
"version": "0.0.13",
"version": "0.0.14",
"private": true,
"main": "index",
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions src/samples/http-sample/http-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# http-app

## 0.0.14

### Patch Changes

- Updated dependencies [f749d96]
- @open-pioneer/runtime@2.1.1
- @open-pioneer/http@2.1.3

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion src/samples/http-sample/http-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "http-app",
"version": "0.0.13",
"version": "0.0.14",
"private": true,
"dependencies": {
"@open-pioneer/chakra-integration": "workspace:^",
Expand Down
7 changes: 7 additions & 0 deletions src/samples/i18n-howto/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# i18n-howto-app

## 0.0.14

### Patch Changes

- Updated dependencies [f749d96]
- @open-pioneer/runtime@2.1.1

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion src/samples/i18n-howto/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "i18n-howto-app",
"version": "0.0.13",
"version": "0.0.14",
"private": true,
"dependencies": {
"@open-pioneer/runtime": "workspace:^",
Expand Down
8 changes: 8 additions & 0 deletions src/samples/i18n-sample/i18n-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# i18n-app

## 0.0.14

### Patch Changes

- Updated dependencies [f749d96]
- @open-pioneer/runtime@2.1.1
- @open-pioneer/integration@2.0.4

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion src/samples/i18n-sample/i18n-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "i18n-app",
"version": "0.0.13",
"version": "0.0.14",
"private": true,
"dependencies": {
"@open-pioneer/runtime": "workspace:^",
Expand Down
7 changes: 7 additions & 0 deletions src/samples/properties-sample/properties-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# properties-app

## 0.0.14

### Patch Changes

- Updated dependencies [f749d96]
- @open-pioneer/runtime@2.1.1

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion src/samples/properties-sample/properties-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "properties-app",
"version": "0.0.13",
"version": "0.0.14",
"private": true,
"dependencies": {
"@open-pioneer/chakra-integration": "workspace:^",
Expand Down
7 changes: 7 additions & 0 deletions src/samples/styling-sample/styling-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# styling-app

## 0.0.14

### Patch Changes

- Updated dependencies [f749d96]
- @open-pioneer/runtime@2.1.1

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion src/samples/styling-sample/styling-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "styling-app",
"version": "0.0.13",
"version": "0.0.14",
"private": true,
"dependencies": {
"@open-pioneer/runtime": "workspace:^",
Expand Down

0 comments on commit fdd10af

Please sign in to comment.