Skip to content

Commit

Permalink
Merge pull request #54 from aalves08/bump-clock-version-for-e2e-tests…
Browse files Browse the repository at this point in the history
…-enabling

Bump all versions of extensions to do a publish with the proper workflow
  • Loading branch information
aalves08 authored Oct 1, 2024
2 parents 0c44230 + 1a7fc8a commit a69bdf7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pkg/clock/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "clock",
"description": "Adds a new feature to the top-level menu that shows a full-page clock",
"version": "0.3.0",
"version": "0.3.1",
"private": false,
"rancher": {
"annotations": {
Expand Down
2 changes: 1 addition & 1 deletion pkg/extension-crd/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "extension-crd",
"description": "Adds support for the Rancher Extensions CRD to Rancher Manager",
"version": "0.2.0",
"version": "0.2.1",
"private": false,
"icon": "https://raw.githubusercontent.com/rancher/ui-plugin-examples/main/pkg/extension-crd/icon.svg",
"rancher": {
Expand Down
2 changes: 1 addition & 1 deletion pkg/extensions-api-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "extensions-api-demo",
"description": "Extensions Api demo extension",
"version": "0.2.0",
"version": "0.2.1",
"private": false,
"rancher": {
"annotations": {
Expand Down
2 changes: 1 addition & 1 deletion pkg/homepage/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "homepage",
"description": "Example extension that changes the landing home page",
"version": "0.4.0",
"version": "0.4.1",
"private": false,
"rancher": {
"annotations": {
Expand Down
2 changes: 1 addition & 1 deletion pkg/large-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "large-extension",
"description": "Adds a new feature to the top-level menu that shows a large image (extension larger than 20mb - used for testing)",
"version": "0.2.0",
"version": "0.2.1",
"private": false,
"icon": "https://raw.githubusercontent.com/rancher/ui-plugin-examples/main/pkg/large-extension/clock.svg",
"rancher": {
Expand Down
2 changes: 1 addition & 1 deletion pkg/top-level-product/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "top-level-product",
"description": "Example extension for a top-level product on Rancher Dashboard",
"version": "0.2.0",
"version": "0.2.1",
"private": false,
"rancher": {
"annotations": {
Expand Down
2 changes: 1 addition & 1 deletion pkg/uk-locale/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "uk-locale",
"description": "Adds a new UK localisation",
"version": "0.2.0",
"version": "0.2.1",
"private": false,
"icon": "https://raw.githubusercontent.com/rancher/ui-plugin-examples/main/pkg/uk-locale/uk-locale.svg",
"rancher": {
Expand Down

0 comments on commit a69bdf7

Please sign in to comment.