Skip to content

Commit

Permalink
[RELEASE] Update package versions (#8)
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 Jun 19, 2023
1 parent 4097884 commit c7b3e9f
Show file tree
Hide file tree
Showing 31 changed files with 148 additions and 26 deletions.
11 changes: 0 additions & 11 deletions .changeset/fifty-oranges-allow.md

This file was deleted.

6 changes: 6 additions & 0 deletions src/packages/chakra-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @open-pioneer/chakra-integration

## 1.0.0

### Major Changes

- 22ff68a: Initial release

## 0.1.4

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

## 1.0.0

### Major Changes

- 22ff68a: Initial release

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion src/packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@open-pioneer/core",
"license": "Apache-2.0",
"main": "index.ts",
"version": "0.1.4",
"version": "1.0.0",
"scripts": {
"build": "build-pioneer-package"
},
Expand Down
11 changes: 11 additions & 0 deletions src/packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @open-pioneer/http

## 1.0.0

### Major Changes

- 22ff68a: Initial release

### Patch Changes

- Updated dependencies [22ff68a]
- @open-pioneer/runtime@1.0.0

## 0.1.1

### 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": "0.1.1",
"version": "1.0.0",
"license": "Apache-2.0",
"main": "index.ts",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions src/packages/integration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @open-pioneer/integration

## 1.0.0

### Major Changes

- 22ff68a: Initial release

### Patch Changes

- Updated dependencies [22ff68a]
- @open-pioneer/runtime@1.0.0

## 0.1.4

### 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": "0.1.4",
"version": "1.0.0",
"license": "Apache-2.0",
"main": "index.ts",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions src/packages/runtime-react-support/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @open-pioneer/runtime-react-support

## 1.0.0

### Major Changes

- 22ff68a: Initial release

## 0.1.2

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

## 1.0.0

### Major Changes

- 22ff68a: Initial release

### Patch Changes

- Updated dependencies [22ff68a]
- @open-pioneer/chakra-integration@1.0.0
- @open-pioneer/core@1.0.0
- @open-pioneer/runtime-react-support@1.0.0

## 0.1.5

### Patch 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": "0.1.5",
"version": "1.0.0",
"license": "Apache-2.0",
"main": "index.ts",
"scripts": {
Expand Down
12 changes: 12 additions & 0 deletions src/packages/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @open-pioneer/test-utils

## 1.0.0

### Major Changes

- 22ff68a: Initial release

### Patch Changes

- Updated dependencies [22ff68a]
- @open-pioneer/chakra-integration@1.0.0
- @open-pioneer/runtime-react-support@1.0.0

## 0.1.6

### 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": "0.1.6",
"version": "1.0.0",
"license": "Apache-2.0",
"scripts": {
"build": "build-pioneer-package"
Expand Down
10 changes: 10 additions & 0 deletions src/samples/api-sample/api-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# api-app

## 0.0.6

### Patch Changes

- Updated dependencies [22ff68a]
- @open-pioneer/chakra-integration@1.0.0
- @open-pioneer/core@1.0.0
- @open-pioneer/integration@1.0.0
- @open-pioneer/runtime@1.0.0

## 0.0.5

### 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.5",
"version": "0.0.6",
"private": true,
"dependencies": {
"@open-pioneer/runtime": "workspace:^",
Expand Down
8 changes: 8 additions & 0 deletions src/samples/chakra-sample/chakra-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# chakra-app

## 0.0.6

### Patch Changes

- Updated dependencies [22ff68a]
- @open-pioneer/chakra-integration@1.0.0
- @open-pioneer/runtime@1.0.0

## 0.0.5

### 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.5",
"version": "0.0.6",
"private": true,
"dependencies": {
"@open-pioneer/chakra-integration": "workspace:^",
Expand Down
8 changes: 8 additions & 0 deletions src/samples/extension-sample/extension-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# extension-app

## 0.0.6

### Patch Changes

- Updated dependencies [22ff68a]
- @open-pioneer/chakra-integration@1.0.0
- @open-pioneer/runtime@1.0.0

## 0.0.5

### 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.5",
"version": "0.0.6",
"private": true,
"main": "index",
"dependencies": {
Expand Down
9 changes: 9 additions & 0 deletions src/samples/http-sample/http-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# http-app

## 0.0.6

### Patch Changes

- Updated dependencies [22ff68a]
- @open-pioneer/chakra-integration@1.0.0
- @open-pioneer/http@1.0.0
- @open-pioneer/runtime@1.0.0

## 0.0.5

### 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.5",
"version": "0.0.6",
"private": true,
"dependencies": {
"@open-pioneer/chakra-integration": "workspace:^",
Expand Down
8 changes: 8 additions & 0 deletions src/samples/i18n-howto/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# i18n-howto-app

## 0.0.6

### Patch Changes

- Updated dependencies [22ff68a]
- @open-pioneer/chakra-integration@1.0.0
- @open-pioneer/runtime@1.0.0

## 0.0.5

### 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.5",
"version": "0.0.6",
"private": true,
"dependencies": {
"@open-pioneer/runtime": "workspace:^",
Expand Down
9 changes: 9 additions & 0 deletions src/samples/i18n-sample/i18n-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# i18n-app

## 0.0.6

### Patch Changes

- Updated dependencies [22ff68a]
- @open-pioneer/chakra-integration@1.0.0
- @open-pioneer/integration@1.0.0
- @open-pioneer/runtime@1.0.0

## 0.0.5

### 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.5",
"version": "0.0.6",
"private": true,
"dependencies": {
"@open-pioneer/runtime": "workspace:^",
Expand Down
9 changes: 9 additions & 0 deletions src/samples/properties-sample/properties-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# properties-app

## 0.0.6

### Patch Changes

- Updated dependencies [22ff68a]
- @open-pioneer/chakra-integration@1.0.0
- @open-pioneer/core@1.0.0
- @open-pioneer/runtime@1.0.0

## 0.0.5

### 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.5",
"version": "0.0.6",
"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.6

### Patch Changes

- Updated dependencies [22ff68a]
- @open-pioneer/runtime@1.0.0

## 0.0.5

### 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.5",
"version": "0.0.6",
"private": true,
"dependencies": {
"@open-pioneer/runtime": "workspace:^",
Expand Down

0 comments on commit c7b3e9f

Please sign in to comment.