Skip to content

Commit ff16577

Browse files
Version Packages (#163)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 01c070a commit ff16577

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

.changeset/eighty-ants-divide.md

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

.npmrc-public

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
//packages.atlassian.com/api/npm/npm-public/:_password=${ARTIFACTORY_PASSWORD_BASE64}
2+
//packages.atlassian.com/api/npm/npm-public/:username=${ARTIFACTORY_USERNAME}
3+
//packages.atlassian.com/api/npm/npm-public/:email=build-team@atlassian.com
4+
//packages.atlassian.com/api/npm/npm-public/:always-auth=true

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# oas3-chow-chow
22

3+
## 5.0.0
4+
5+
### Major Changes
6+
7+
- 01c070a: Migrate to atlassian scope
8+
39
## 4.0.0
410

511
### Major Changes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@atlassian/oas3-chow-chow",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"main": "lib/index.js",
55
"types": "lib/index.d.ts",
66
"author": "<tli@atlassian.com>",
77
"license": "Apache-2.0",
88
"publishConfig": {
9-
"registry": "https://packages.atlassian.com/api/npm/npm-public/"
9+
"registry": "https://packages.atlassian.com/api/npm/npm-public/"
1010
},
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)