Skip to content

Commit

Permalink
refactor(naming): use version naming scripts from auro-library
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-capsule42 committed Jul 20, 2023
1 parent 46edd32 commit 016599f
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 67 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ For the most up to date information on [UI development browser support](https://
[![Build Status](https://img.shields.io/github/actions/workflow/status/AlaskaAirlines/auro-combobox/testPublish.yml?style=for-the-badge)](https://github.com/AlaskaAirlines/auro-combobox/actions/workflows/testPublish.yml)
[![See it on NPM!](https://img.shields.io/npm/v/@aurodesignsystem/auro-combobox?style=for-the-badge&color=orange)](https://www.npmjs.com/package/@aurodesignsystem/auro-combobox)
[![License](https://img.shields.io/npm/l/@aurodesignsystem/auro-combobox?color=blue&style=for-the-badge)](https://www.apache.org/licenses/LICENSE-2.0)
[![Snyk Vulnerabilities for npm package](https://img.shields.io/snyk/vulnerabilities/npm/@aurodesignsystem/auro-combobox?style=for-the-badge)](https://snyk.io/test/npm/@aurodesignsystem/auro-combobox?tab=issues)

```shell
$ npm i @aurodesignsystem/auro-combobox
Expand Down
9 changes: 9 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"@alaskaairux/icons": "^4.28.0",
"@aurodesignsystem/auro-dropdown": "^2.9.9",
"@aurodesignsystem/auro-input": "^2.14.1",
"@aurodesignsystem/auro-library": "^1.0.1",
"@aurodesignsystem/auro-menu": "^3.10.0",
"chalk": "^5.3.0",
"lit": "^2.7.6"
Expand Down
42 changes: 0 additions & 42 deletions scripts/dependencyTagVersioning.mjs

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

// ---------------------------------------------------------------------

const versionWriter = require("./versionWriter");
const versionWriter = require("@aurodesignsystem/auro-library/scripts/build/versionWriter");

versionWriter.writeDepVersionFile('@aurodesignsystem/auro-dropdown');
versionWriter.writeDepVersionFile('@aurodesignsystem/auro-input');
21 changes: 0 additions & 21 deletions scripts/versionWriter.js

This file was deleted.

2 changes: 1 addition & 1 deletion src/auro-combobox.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// If using litElement base class
import { LitElement } from "lit";
import { html } from 'lit/static-html.js';
import { AuroDependencyVersioning } from "../scripts/dependencyTagVersioning.mjs";
import { AuroDependencyVersioning } from '@aurodesignsystem/auro-library/scripts/runtime/dependencyTagVersioning.mjs';

// If using auroElement base class
// See instructions for importing auroElement base class https://git.io/JULq4
Expand Down
2 changes: 1 addition & 1 deletion src/inputVersion.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '2.14.0'
export default '2.14.1'

0 comments on commit 016599f

Please sign in to comment.