Skip to content

Commit

Permalink
Version Packages (#197)
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
Octobob and github-actions[bot] authored Nov 8, 2024
1 parent d53723c commit 40116be
Show file tree
Hide file tree
Showing 13 changed files with 67 additions and 30 deletions.
8 changes: 0 additions & 8 deletions .changeset/brave-kangaroos-sip.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/chilled-lobsters-film.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/add-changeset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @octopusdeploy/add-changeset

## 0.3.0

### Minor Changes

- d53723c: Update to node 20

### Patch Changes

- 46607ba: Updating package names to include @octopusdeploy/ prefix for security reasons.
- Updated dependencies [d53723c]
- @octopusdeploy/shared-action-utils@0.3.0

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/add-changeset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@octopusdeploy/add-changeset",
"version": "0.2.0",
"version": "0.3.0",
"description": "Adds a changeset containing one or more projects",
"main": "index.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"dependencies": {
"@changesets/types": "5.0.0",
"@changesets/write": "0.1.9",
"@octopusdeploy/shared-action-utils": "0.2.0",
"@octopusdeploy/shared-action-utils": "0.3.0",
"glob": "7.2.3"
},
"devDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/current-branch-name/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @octopusdeploy/current-branch-name

## 0.2.0

### Minor Changes

- d53723c: Update to node 20

### Patch Changes

- 46607ba: Updating package names to include @octopusdeploy/ prefix for security reasons.
- Updated dependencies [d53723c]
- @octopusdeploy/shared-action-utils@0.3.0

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/current-branch-name/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@octopusdeploy/current-branch-name",
"version": "0.1.0",
"version": "0.2.0",
"description": "This gets the current branch name or tag sanitised as needed",
"main": "index.js",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"author": "Octopus Deploy",
"license": "Apache-2.0",
"dependencies": {
"@octopusdeploy/shared-action-utils": "0.2.0"
"@octopusdeploy/shared-action-utils": "0.3.0"
},
"devDependencies": {
"@types/jest": "27.5.2",
Expand Down
12 changes: 12 additions & 0 deletions packages/extract-package-details/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @octopusdeploy/extract-package-details

## 0.3.0

### Minor Changes

- d53723c: Update to node 20

### Patch Changes

- 46607ba: Updating package names to include @octopusdeploy/ prefix for security reasons.
- Updated dependencies [d53723c]
- @octopusdeploy/shared-action-utils@0.3.0

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/extract-package-details/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@octopusdeploy/extract-package-details",
"version": "0.2.0",
"version": "0.3.0",
"description": "Extracts details from a package.json file",
"main": "index.js",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"author": "Octopus Deploy",
"license": "Apache-2.0",
"dependencies": {
"@octopusdeploy/shared-action-utils": "0.2.0"
"@octopusdeploy/shared-action-utils": "0.3.0"
},
"devDependencies": {
"@types/jest": "27.5.2",
Expand Down
12 changes: 12 additions & 0 deletions packages/find-and-replace-all/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @octopusdeploy/find-and-replace-all

## 0.3.0

### Minor Changes

- d53723c: Update to node 20

### Patch Changes

- 46607ba: Updating package names to include @octopusdeploy/ prefix for security reasons.
- Updated dependencies [d53723c]
- @octopusdeploy/shared-action-utils@0.3.0

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/find-and-replace-all/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@octopusdeploy/find-and-replace-all",
"version": "0.2.0",
"version": "0.3.0",
"description": "Find and replace all instances of a string",
"main": "index.js",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"author": "Octopus Deploy",
"license": "Apache-2.0",
"dependencies": {
"@octopusdeploy/shared-action-utils": "0.2.0"
"@octopusdeploy/shared-action-utils": "0.3.0"
},
"devDependencies": {
"@types/jest": "27.5.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/shared-action-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @octopusdeploy/shared-action-utils

## 0.3.0

### Minor Changes

- d53723c: Update to node 20

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-action-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@octopusdeploy/shared-action-utils",
"version": "0.2.0",
"version": "0.3.0",
"description": "Utilities to help build GitHub action ",
"main": "dist/index.js",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 40116be

Please sign in to comment.