Skip to content

Commit

Permalink
[RELEASE] Update package versions (#60)
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 Sep 2, 2024
1 parent 21c92cc commit aa98c64
Show file tree
Hide file tree
Showing 55 changed files with 323 additions and 75 deletions.
13 changes: 0 additions & 13 deletions .changeset/forty-tigers-raise.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/giant-suns-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-pots-tell.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/rude-tips-pretend.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shaggy-queens-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-mice-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-parents-joke.md

This file was deleted.

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

## 0.2.0

### Minor Changes

- f48bb02: Update Keycloak JavaScript adapter to v25.

### Patch Changes

- 5c62522: Update wording and harmonize structure
- e0b2fae: Update dependencies
- f48bb02: Refactor: use reactivity API internally to maintain the current state.
- Updated dependencies [5c62522]
- Updated dependencies [58ce24f]
- Updated dependencies [50550d3]
- Updated dependencies [e0b2fae]
- Updated dependencies [6cc7fcd]
- @open-pioneer/authentication@0.3.6
- @open-pioneer/notifier@0.3.6
- @open-pioneer/core@1.3.0
- @open-pioneer/runtime@2.1.7

## 0.1.2

### 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.2",
"version": "0.2.0",
"description": "Implements authentication against Keycloak servers.",
"license": "Apache-2.0",
"main": "index.ts",
Expand Down
14 changes: 14 additions & 0 deletions src/packages/authentication/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @open-pioneer/authentication

## 0.3.6

### Patch Changes

- 5c62522: Update wording and harmonize structure
- e0b2fae: Update dependencies
- Updated dependencies [5c62522]
- Updated dependencies [58ce24f]
- Updated dependencies [50550d3]
- Updated dependencies [e0b2fae]
- Updated dependencies [6cc7fcd]
- @open-pioneer/core@1.3.0
- @open-pioneer/runtime@2.1.7

## 0.3.5

### 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.5",
"version": "0.3.6",
"main": "index.ts",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions src/packages/base-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @open-pioneer/base-theme

## 0.3.3

### Patch Changes

- Updated dependencies [5c62522]
- Updated dependencies [e0b2fae]
- @open-pioneer/chakra-integration@1.1.4

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion src/packages/base-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@open-pioneer/base-theme",
"description": "This package provides the default theme for all Open Pioneer Trails applications.",
"version": "0.3.2",
"version": "0.3.3",
"main": "index.ts",
"license": "Apache-2.0",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions src/packages/chakra-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @open-pioneer/chakra-integration

## 1.1.4

### Patch Changes

- 5c62522: Update wording and harmonize structure
- e0b2fae: Update dependencies

## 1.1.3

### 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": "1.1.3",
"version": "1.1.4",
"description": "Integrates Chakra UI into Open Pioneer Trails application.",
"main": "index.ts",
"license": "Apache-2.0",
Expand Down
10 changes: 10 additions & 0 deletions src/packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @open-pioneer/core

## 1.3.0

### Minor Changes

- 50550d3: Add `destroyResources(resources)` to destroy an array of resources.

### Patch Changes

- 5c62522: Update wording and harmonize structure

## 1.2.3

### 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
@@ -1,6 +1,6 @@
{
"name": "@open-pioneer/core",
"version": "1.2.3",
"version": "1.3.0",
"description": "Contains basic utility functions and classes used by the @open-pioneer project.",
"license": "Apache-2.0",
"main": "index.ts",
Expand Down
13 changes: 13 additions & 0 deletions src/packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @open-pioneer/http

## 2.1.9

### Patch Changes

- 5c62522: Update wording and harmonize structure
- Updated dependencies [5c62522]
- Updated dependencies [58ce24f]
- Updated dependencies [50550d3]
- Updated dependencies [e0b2fae]
- Updated dependencies [6cc7fcd]
- @open-pioneer/core@1.3.0
- @open-pioneer/runtime@2.1.7

## 2.1.8

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

## 2.0.10

### Patch Changes

- 5c62522: Update wording and harmonize structure
- 6cc7fcd: Allow synchronous `getApiMethods()` when implementing an `ApiExtension`.
- Updated dependencies [58ce24f]
- Updated dependencies [e0b2fae]
- Updated dependencies [6cc7fcd]
- @open-pioneer/runtime@2.1.7

## 2.0.9

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

## 0.3.6

### Patch Changes

- 5c62522: Update wording and harmonize structure
- Updated dependencies [5c62522]
- Updated dependencies [58ce24f]
- Updated dependencies [50550d3]
- Updated dependencies [e0b2fae]
- Updated dependencies [6cc7fcd]
- @open-pioneer/core@1.3.0
- @open-pioneer/runtime@2.1.7

## 0.3.5

### 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.5",
"version": "0.3.6",
"description": "Provides access to the browser's local storage.",
"license": "Apache-2.0",
"main": "index.ts",
Expand Down
15 changes: 15 additions & 0 deletions src/packages/notifier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @open-pioneer/notifier

## 0.3.6

### Patch Changes

- 5c62522: Update wording and harmonize structure
- Updated dependencies [5c62522]
- Updated dependencies [58ce24f]
- Updated dependencies [50550d3]
- Updated dependencies [e0b2fae]
- Updated dependencies [6cc7fcd]
- @open-pioneer/chakra-integration@1.1.4
- @open-pioneer/react-utils@1.0.1
- @open-pioneer/core@1.3.0
- @open-pioneer/runtime@2.1.7

## 0.3.5

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

## 1.0.1

### Patch Changes

- 5c62522: Update wording and harmonize structure
- e0b2fae: Update dependencies
- Updated dependencies [5c62522]
- Updated dependencies [50550d3]
- Updated dependencies [e0b2fae]
- @open-pioneer/chakra-integration@1.1.4
- @open-pioneer/core@1.3.0

## 1.0.0

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

## 2.1.7

### Patch Changes

- 58ce24f: Export `DECLARE_SERVICE_INTERFACE` as a value instead of a type only.
It was previously necessary to import this symbol via `import type` to avoid errors during development.
The `type` keyword can now be omitted.
- e0b2fae: Update dependencies
- 6cc7fcd: Allow synchronous `getApiMethods()` when implementing an `ApiExtension`.
- Updated dependencies [5c62522]
- Updated dependencies [50550d3]
- Updated dependencies [e0b2fae]
- @open-pioneer/chakra-integration@1.1.4
- @open-pioneer/core@1.3.0
- @open-pioneer/base-theme@0.3.3
- @open-pioneer/runtime-react-support@1.0.2

## 2.1.6

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

### Patch Changes

- e0b2fae: Update dependencies
- Updated dependencies [5c62522]
- Updated dependencies [e0b2fae]
- @open-pioneer/chakra-integration@1.1.4
- @open-pioneer/runtime-react-support@1.0.2

## 1.1.3

### 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.1.3",
"version": "1.1.4",
"description": "Contains test utilities that make it easier to test parts of an Open Pioneer Trails application.",
"license": "Apache-2.0",
"repository": {
Expand Down
Loading

0 comments on commit aa98c64

Please sign in to comment.