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 Jul 17, 2024
1 parent 8f8adff commit d2d6ac5
Show file tree
Hide file tree
Showing 43 changed files with 185 additions and 44 deletions.
14 changes: 0 additions & 14 deletions .changeset/funny-socks-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-cars-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-schools-greet.md

This file was deleted.

9 changes: 9 additions & 0 deletions src/packages/authentication-keycloak/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @open-pioneer/authentication-keycloak

## 0.1.2

### Patch Changes

- Updated dependencies [e945264]
- @open-pioneer/runtime@2.1.6
- @open-pioneer/notifier@0.3.5
- @open-pioneer/authentication@0.3.5

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion src/packages/authentication-keycloak/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-pioneer/authentication-keycloak",
"version": "0.1.1",
"version": "0.1.2",
"description": "Implements authentication against Keycloak servers.",
"license": "Apache-2.0",
"main": "index.ts",
Expand Down
7 changes: 7 additions & 0 deletions src/packages/authentication/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @open-pioneer/authentication

## 0.3.5

### Patch Changes

- Updated dependencies [e945264]
- @open-pioneer/runtime@2.1.6

## 0.3.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion src/packages/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@open-pioneer/authentication",
"description": "Authentication API for Open Pioneer Trails applications.",
"license": "Apache-2.0",
"version": "0.3.4",
"version": "0.3.5",
"main": "index.ts",
"repository": {
"type": "git",
Expand Down
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.8

### Patch Changes

- Updated dependencies [e945264]
- @open-pioneer/runtime@2.1.6

## 2.1.7

### 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.7",
"version": "2.1.8",
"description": "Provides the HttpService, which can be used to request resources over HTTP.",
"license": "Apache-2.0",
"main": "index.ts",
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.9

### Patch Changes

- Updated dependencies [e945264]
- @open-pioneer/runtime@2.1.6

## 2.0.8

### 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.8",
"version": "2.0.9",
"description": "Provides techniques for the communication between an application (web component) and its embedding site.",
"license": "Apache-2.0",
"main": "index.ts",
Expand Down
7 changes: 7 additions & 0 deletions src/packages/local-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @open-pioneer/local-storage

## 0.3.5

### Patch Changes

- Updated dependencies [e945264]
- @open-pioneer/runtime@2.1.6

## 0.3.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion src/packages/local-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-pioneer/local-storage",
"version": "0.3.4",
"version": "0.3.5",
"description": "Provides access to the browser's local storage.",
"license": "Apache-2.0",
"main": "index.ts",
Expand Down
10 changes: 10 additions & 0 deletions src/packages/notifier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @open-pioneer/notifier

## 0.3.5

### Patch Changes

- Updated dependencies [a208b32]
- Updated dependencies [a208b32]
- Updated dependencies [e945264]
- @open-pioneer/react-utils@1.0.0
- @open-pioneer/runtime@2.1.6

## 0.3.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion src/packages/notifier/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@open-pioneer/notifier",
"description": "Provides support for application-wide notifications.",
"version": "0.3.4",
"version": "0.3.5",
"license": "Apache-2.0",
"main": "index.ts",
"repository": {
Expand Down
19 changes: 19 additions & 0 deletions src/packages/react-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @open-pioneer/react-utils

## 1.0.0

### Major Changes

- a208b32: **Breaking:** Removed the `ToolButton` component; it has moved to `@open-pioneer/map-ui-components`.

If you were previously using the `ToolButton` in your app, you need to update your import statements when updating to this version:

```diff
- import { ToolButton } from "@open-pioneer/react-utils";
+ import { ToolButton } from "@open-pioneer/map-ui-components";
```

You need to update your `package.json` as well to refer to the `map-ui-components` package.

### Minor Changes

- a208b32: Move this package to the core-packages repository.

## 0.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion src/packages/react-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@open-pioneer/react-utils",
"description": "Contains common react utilities used by the open pioneer trails project",
"version": "0.2.3",
"version": "1.0.0",
"license": "Apache-2.0",
"main": "index.ts",
"repository": {
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.6

### Patch Changes

- e945264: Improve error message when metadata is missing (#55)
- @open-pioneer/runtime-react-support@1.0.2

## 2.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": "2.1.5",
"version": "2.1.6",
"description": "Implements the runtime environment for Open Pioneer Trails apps.",
"license": "Apache-2.0",
"main": "index.ts",
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.19

### Patch Changes

- Updated dependencies [e945264]
- @open-pioneer/runtime@2.1.6
- @open-pioneer/integration@2.0.9

## 0.0.18

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

## 0.0.9

### Patch Changes

- Updated dependencies [e945264]
- @open-pioneer/runtime@2.1.6
- @open-pioneer/authentication@0.3.5

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion src/samples/auth-sample/auth-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth-app",
"version": "0.0.8",
"version": "0.0.9",
"private": true,
"dependencies": {
"@open-pioneer/authentication": "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.19

### Patch Changes

- Updated dependencies [e945264]
- @open-pioneer/runtime@2.1.6

## 0.0.18

### 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.18",
"version": "0.0.19",
"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.19

### Patch Changes

- Updated dependencies [e945264]
- @open-pioneer/runtime@2.1.6

## 0.0.18

### 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.18",
"version": "0.0.19",
"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.19

### Patch Changes

- Updated dependencies [e945264]
- @open-pioneer/runtime@2.1.6
- @open-pioneer/http@2.1.8

## 0.0.18

### 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.18",
"version": "0.0.19",
"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.19

### Patch Changes

- Updated dependencies [e945264]
- @open-pioneer/runtime@2.1.6

## 0.0.18

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

## 0.0.19

### Patch Changes

- Updated dependencies [e945264]
- @open-pioneer/runtime@2.1.6

## 0.0.18

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

## 0.0.4

### Patch Changes

- Updated dependencies [e945264]
- @open-pioneer/runtime@2.1.6
- @open-pioneer/notifier@0.3.5
- @open-pioneer/authentication@0.3.5
- @open-pioneer/authentication-keycloak@0.1.2
- @open-pioneer/http@2.1.8

## 0.0.3

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

0 comments on commit d2d6ac5

Please sign in to comment.