Skip to content

Commit 40116be

Browse files
Version Packages (#197)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d53723c commit 40116be

File tree

13 files changed

+67
-30
lines changed

13 files changed

+67
-30
lines changed

.changeset/brave-kangaroos-sip.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/chilled-lobsters-film.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/add-changeset/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @octopusdeploy/add-changeset
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- d53723c: Update to node 20
8+
9+
### Patch Changes
10+
11+
- 46607ba: Updating package names to include @octopusdeploy/ prefix for security reasons.
12+
- Updated dependencies [d53723c]
13+
- @octopusdeploy/shared-action-utils@0.3.0
14+
315
## 0.2.0
416

517
### Minor Changes

packages/add-changeset/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@octopusdeploy/add-changeset",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Adds a changeset containing one or more projects",
55
"main": "index.js",
66
"scripts": {
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@changesets/types": "5.0.0",
1414
"@changesets/write": "0.1.9",
15-
"@octopusdeploy/shared-action-utils": "0.2.0",
15+
"@octopusdeploy/shared-action-utils": "0.3.0",
1616
"glob": "7.2.3"
1717
},
1818
"devDependencies": {

packages/current-branch-name/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @octopusdeploy/current-branch-name
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- d53723c: Update to node 20
8+
9+
### Patch Changes
10+
11+
- 46607ba: Updating package names to include @octopusdeploy/ prefix for security reasons.
12+
- Updated dependencies [d53723c]
13+
- @octopusdeploy/shared-action-utils@0.3.0
14+
315
## 0.1.0
416

517
### Minor Changes

packages/current-branch-name/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@octopusdeploy/current-branch-name",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "This gets the current branch name or tag sanitised as needed",
55
"main": "index.js",
66
"scripts": {
@@ -10,7 +10,7 @@
1010
"author": "Octopus Deploy",
1111
"license": "Apache-2.0",
1212
"dependencies": {
13-
"@octopusdeploy/shared-action-utils": "0.2.0"
13+
"@octopusdeploy/shared-action-utils": "0.3.0"
1414
},
1515
"devDependencies": {
1616
"@types/jest": "27.5.2",

packages/extract-package-details/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @octopusdeploy/extract-package-details
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- d53723c: Update to node 20
8+
9+
### Patch Changes
10+
11+
- 46607ba: Updating package names to include @octopusdeploy/ prefix for security reasons.
12+
- Updated dependencies [d53723c]
13+
- @octopusdeploy/shared-action-utils@0.3.0
14+
315
## 0.2.0
416

517
### Minor Changes

packages/extract-package-details/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@octopusdeploy/extract-package-details",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Extracts details from a package.json file",
55
"main": "index.js",
66
"scripts": {
@@ -10,7 +10,7 @@
1010
"author": "Octopus Deploy",
1111
"license": "Apache-2.0",
1212
"dependencies": {
13-
"@octopusdeploy/shared-action-utils": "0.2.0"
13+
"@octopusdeploy/shared-action-utils": "0.3.0"
1414
},
1515
"devDependencies": {
1616
"@types/jest": "27.5.2",

packages/find-and-replace-all/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @octopusdeploy/find-and-replace-all
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- d53723c: Update to node 20
8+
9+
### Patch Changes
10+
11+
- 46607ba: Updating package names to include @octopusdeploy/ prefix for security reasons.
12+
- Updated dependencies [d53723c]
13+
- @octopusdeploy/shared-action-utils@0.3.0
14+
315
## 0.2.0
416

517
### Minor Changes

packages/find-and-replace-all/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@octopusdeploy/find-and-replace-all",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Find and replace all instances of a string",
55
"main": "index.js",
66
"scripts": {
@@ -10,7 +10,7 @@
1010
"author": "Octopus Deploy",
1111
"license": "Apache-2.0",
1212
"dependencies": {
13-
"@octopusdeploy/shared-action-utils": "0.2.0"
13+
"@octopusdeploy/shared-action-utils": "0.3.0"
1414
},
1515
"devDependencies": {
1616
"@types/jest": "27.5.2",

0 commit comments

Comments
 (0)