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 Jun 4, 2023
1 parent 1f36207 commit b98ff10
Show file tree
Hide file tree
Showing 25 changed files with 132 additions and 21 deletions.
9 changes: 0 additions & 9 deletions .changeset/curvy-kids-flash.md

This file was deleted.

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

## 0.1.0

### Minor Changes

- 77f7d5c: Initial test release
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.0.1",
"version": "0.1.0",
"main": "index.tsx",
"license": "Apache-2.0",
"dependencies": {
Expand Down
7 changes: 7 additions & 0 deletions src/packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @open-pioneer/core

## 0.1.0

### Minor Changes

- 77f7d5c: Initial test release
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.0.1",
"version": "0.1.0",
"devDependencies": {
"core-packages": "workspace:^"
},
Expand Down
7 changes: 7 additions & 0 deletions src/packages/integration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @open-pioneer/integration

## 0.1.0

### Minor Changes

- 77f7d5c: Initial test release
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.0.1",
"version": "0.1.0",
"license": "Apache-2.0",
"main": "index.ts",
"devDependencies": {
Expand Down
13 changes: 13 additions & 0 deletions src/packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @open-pioneer/runtime

## 0.1.0

### Minor Changes

- 77f7d5c: Initial test release

### Patch Changes

- Updated dependencies [77f7d5c]
- @open-pioneer/chakra-integration@0.1.0
- @open-pioneer/core@0.1.0
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.0.1",
"version": "0.1.0",
"license": "Apache-2.0",
"main": "index.ts",
"dependencies": {
Expand Down
13 changes: 13 additions & 0 deletions src/packages/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @open-pioneer/test-utils

## 0.1.0

### Minor Changes

- 77f7d5c: Initial test release

### Patch Changes

- Updated dependencies [77f7d5c]
- @open-pioneer/chakra-integration@0.1.0
- @open-pioneer/runtime@0.1.0
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.0.1",
"version": "0.1.0",
"dependencies": {
"@open-pioneer/runtime": "workspace:^",
"@testing-library/react": "^14.0.0",
Expand Down
11 changes: 11 additions & 0 deletions src/samples/api-sample/api-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# api-app

## null

### Patch Changes

- Updated dependencies [77f7d5c]
- @open-pioneer/chakra-integration@0.1.0
- @open-pioneer/core@0.1.0
- @open-pioneer/integration@0.1.0
- @open-pioneer/runtime@0.1.0
3 changes: 2 additions & 1 deletion src/samples/api-sample/api-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"@open-pioneer/integration": "workspace:^",
"@open-pioneer/core": "workspace:^",
"@open-pioneer/chakra-integration": "workspace:^"
}
},
"version": null
}
9 changes: 9 additions & 0 deletions src/samples/chakra-sample/chakra-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# chakra-app

## null

### Patch Changes

- Updated dependencies [77f7d5c]
- @open-pioneer/chakra-integration@0.1.0
- @open-pioneer/runtime@0.1.0
3 changes: 2 additions & 1 deletion src/samples/chakra-sample/chakra-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"dependencies": {
"@open-pioneer/chakra-integration": "workspace:^",
"@open-pioneer/runtime": "workspace:^"
}
},
"version": null
}
9 changes: 9 additions & 0 deletions src/samples/extension-sample/extension-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# extension-app

## null

### Patch Changes

- Updated dependencies [77f7d5c]
- @open-pioneer/chakra-integration@0.1.0
- @open-pioneer/runtime@0.1.0
3 changes: 2 additions & 1 deletion src/samples/extension-sample/extension-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"dependencies": {
"@open-pioneer/runtime": "workspace:^",
"@open-pioneer/chakra-integration": "workspace:^"
}
},
"version": null
}
9 changes: 9 additions & 0 deletions src/samples/i18n-howto/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# i18n-howto-app

## null

### Patch Changes

- Updated dependencies [77f7d5c]
- @open-pioneer/chakra-integration@0.1.0
- @open-pioneer/runtime@0.1.0
3 changes: 2 additions & 1 deletion src/samples/i18n-howto/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"dependencies": {
"@open-pioneer/runtime": "workspace:^",
"@open-pioneer/chakra-integration": "workspace:^"
}
},
"version": null
}
10 changes: 10 additions & 0 deletions src/samples/i18n-sample/i18n-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# i18n-app

## null

### Patch Changes

- Updated dependencies [77f7d5c]
- @open-pioneer/chakra-integration@0.1.0
- @open-pioneer/integration@0.1.0
- @open-pioneer/runtime@0.1.0
3 changes: 2 additions & 1 deletion src/samples/i18n-sample/i18n-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"@open-pioneer/integration": "workspace:^",
"@open-pioneer/chakra-integration": "workspace:^",
"i18n-sample-package": "workspace:*"
}
},
"version": null
}
10 changes: 10 additions & 0 deletions src/samples/properties-sample/properties-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# properties-app

## null

### Patch Changes

- Updated dependencies [77f7d5c]
- @open-pioneer/chakra-integration@0.1.0
- @open-pioneer/core@0.1.0
- @open-pioneer/runtime@0.1.0
3 changes: 2 additions & 1 deletion src/samples/properties-sample/properties-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"@open-pioneer/core": "workspace:^",
"@open-pioneer/runtime": "workspace:^",
"react": "^18.2.0"
}
},
"version": null
}
8 changes: 8 additions & 0 deletions src/samples/styling-sample/styling-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# styling-app

## null

### Patch Changes

- Updated dependencies [77f7d5c]
- @open-pioneer/runtime@0.1.0
3 changes: 2 additions & 1 deletion src/samples/styling-sample/styling-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"dependencies": {
"@open-pioneer/runtime": "workspace:^",
"styling-sample-components": "workspace:^"
}
},
"version": null
}

0 comments on commit b98ff10

Please sign in to comment.