Skip to content

Commit

Permalink
chore: Automate Package Versioning and Publishing with Changesets (#181)
Browse files Browse the repository at this point in the history
* chore: Update versions with Changesets

* chore(ui-components): remove duplicates from changelog

* chore(oauth): remove duplicates from changelog

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Andreas Pfau <[email protected]>
  • Loading branch information
3 people authored Aug 6, 2024
1 parent 55f53e3 commit ab6c224
Show file tree
Hide file tree
Showing 20 changed files with 61 additions and 43 deletions.
5 changes: 0 additions & 5 deletions .changeset/fuzzy-tables-lie.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/gorgeous-goats-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-boats-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-dots-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/theme-toggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-chefs-decide.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/communicator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cloudoperators/juno-communicator

## 2.2.12

### Patch Changes

- 3ca3d35: Update instructions in readme files

## 2.2.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/communicator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudoperators/juno-communicator",
"version": "2.2.11",
"version": "2.2.12",
"description": "Send and receive across tabs",
"author": "UI-Team",
"contributors": [
Expand Down
10 changes: 10 additions & 0 deletions packages/messages-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @cloudoperators/juno-messages-provider

## 0.1.18

### Patch Changes

- 3ca3d35: Update instructions in readme files
- Updated dependencies [55f53e3]
- Updated dependencies [3ca3d35]
- Updated dependencies [ed9b963]
- @cloudoperators/juno-ui-components@2.16.0

## 0.1.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/messages-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudoperators/juno-messages-provider",
"version": "0.1.17",
"version": "0.1.18",
"description": "Messages provider",
"author": "UI-Team",
"contributors": [
Expand Down
8 changes: 8 additions & 0 deletions packages/oauth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cloudoperators/juno-oauth

## 1.2.7

### Patch Changes

- 3ca3d35: Update instructions in readme files
- c04ab20: Fix polynomial regular expression used on uncontrolled data
- faadcd4: Use a special email regex

## 1.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/oauth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudoperators/juno-oauth",
"version": "1.2.6",
"version": "1.2.7",
"description": "Authenticates user via OIDC",
"author": "UI-Team",
"contributors": [
Expand Down
10 changes: 10 additions & 0 deletions packages/ui-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @cloudoperators/juno-ui-components

## 2.16.0

### Minor Changes

- ed9b963: Add ThemeToggle component, store current theme in local storage, take SecretText component out of WiP

### Patch Changes

- 3ca3d35: Update instructions in readme files

## 2.15.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"module": "build/index.js",
"source": "src/index.js",
"style": "build/lib/variables.css",
"version": "2.15.4",
"version": "2.16.0",
"files": [
"build/*",
"src/colors.css",
Expand Down
6 changes: 6 additions & 0 deletions packages/url-state-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cloudoperators/juno-url-state-provider

## 2.0.6

### Patch Changes

- 3ca3d35: Update instructions in readme files

## 2.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/url-state-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudoperators/juno-url-state-provider",
"version": "2.0.5",
"version": "2.0.6",
"description": "Save several paths in the url. This makes it possible to manage the status of several apps such as micro frontends with the help of URL.",
"author": "UI-Team",
"contributors": [
Expand Down
8 changes: 8 additions & 0 deletions packages/url-state-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cloudoperators/juno-url-state-router

## 1.0.10

### Patch Changes

- 3ca3d35: Update instructions in readme files
- Updated dependencies [3ca3d35]
- @cloudoperators/juno-url-state-provider@2.0.6

## 1.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/url-state-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudoperators/juno-url-state-router",
"version": "1.0.9",
"version": "1.0.10",
"description": "Router",
"author": "UI-Team",
"contributors": [
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cloudoperators/juno-utils

## 1.1.13

### Patch Changes

- 3ca3d35: Update instructions in readme files

## 1.1.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudoperators/juno-utils",
"version": "1.1.12",
"version": "1.1.13",
"description": "Description of utils",
"author": "UI-Team",
"contributors": [
Expand Down

0 comments on commit ab6c224

Please sign in to comment.