Skip to content

Commit

Permalink
release: test cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
warm-coolguy committed Feb 5, 2024
1 parent 4658d37 commit 9c4a8df
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 18 deletions.
4 changes: 0 additions & 4 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# CHANGELOG

## 10.0.0-mock.0

TEST

## 2.1.1

- Fix: The GFI's new flag `userInteraction` on the close interaction is now filled and forwarded according to whether the close call was due to the user intentionally closing the GFI rather than opening a new GFI. This is required for a fix in the GFI plugin.
Expand Down
4 changes: 0 additions & 4 deletions packages/plugins/AddressSearch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# CHANGELOG

## 10.0.0-mock.0

TEST

## 1.2.1

- Fix: Keyboard navigation of results to work on all browsers.
Expand Down
4 changes: 0 additions & 4 deletions packages/plugins/Attributions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# CHANGELOG

## 10.0.0-mock.0

TEST

## 1.2.1

- Fix: There were incomplete changes regarding how to write current year and month references. They have been rolled back to `<YEAR>` and `<MONTH>` in both documentation and code.
Expand Down
4 changes: 0 additions & 4 deletions packages/plugins/LoadingIndicator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# CHANGELOG

## 10.0.0-mock.0

TEST

## 1.1.0

- Feature: Improved implementation to make plugin SPA-ready.
Expand Down
2 changes: 0 additions & 2 deletions scripts/publishPackages.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,13 @@ for (const path of packages) {
if (nextVersion) {
const context = { cwd: path, stdio: 'inherit' }
tags.push(`${getPackageName(path)}@${nextVersion}`)
/*
cp.execSync('npm version ' + nextVersion, context)
cp.execSync(
'npm set //registry.npmjs.org/:_authToken ' +
process.env.NODE_AUTH_TOKEN,
{ cwd: path }
)
cp.execSync('npm publish --access=public', context)
*/
}
} catch (e) {
console.error(e)
Expand Down

0 comments on commit 9c4a8df

Please sign in to comment.