Skip to content

Commit 804f34a

Browse files
ci: updated package-locks, fixed uxds build (#77)
1 parent 4aaf798 commit 804f34a

37 files changed

+11549
-8420
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- name: Setup Node
1313
uses: actions/setup-node@v2
1414
with:
15+
node-version: "16"
1516
cache: "npm"
1617
cache-dependency-path: "**/package-lock.json"
1718
- name: Install modules
@@ -24,9 +25,7 @@ jobs:
2425
run: |
2526
git config --global user.name "${{ github.actor }}"
2627
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
27-
- name: Bump and Publish
28-
run: |
29-
npx lerna version --yes --conventional-commits --create-release github --message 'chore(release): publish'
30-
npx lerna publish from-package --yes
31-
env:
32-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
28+
- name: Bump
29+
run: "npx lerna version --yes --conventional-commits --message 'chore(release): publish'"
30+
- name: Publish
31+
run: npx lerna publish from-package --yes

.github/workflows/pull-request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: Setup Node
3131
uses: actions/setup-node@v2
3232
with:
33+
node-version: "16"
3334
cache: "npm"
3435
cache-dependency-path: "**/package-lock.json"
3536
- name: Install modules
@@ -45,6 +46,7 @@ jobs:
4546
- uses: actions/checkout@v2
4647
- uses: actions/setup-node@v2
4748
with:
49+
node-version: "16"
4850
cache: "npm"
4951
cache-dependency-path: "**/package-lock.json"
5052
- name: Install Modules

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [4.4.5](https://github.com/nortonprojects/astro/compare/v1.0.0...v4.4.5) (2021-10-20)
7+
8+
### Reverts
9+
10+
- Revert "v1.0.0" ([06dced8](https://github.com/nortonprojects/astro/commit/06dced8207a425c9d778cf6bb6fedd6c96aadbb7))

lerna.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
2-
"packages": [
3-
"packages/*"
4-
],
5-
"version": "0.0.0"
2+
"packages": ["packages/*"],
3+
"version": "4.4.5"
64
}

package-lock.json

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [4.4.5](https://github.com/RocketCommunicationsInc/ag-grid-theme/compare/v1.0.0...v4.4.5) (2021-10-20)
7+
8+
### Reverts
9+
10+
- Revert "v1.0.0" ([06dced8](https://github.com/RocketCommunicationsInc/ag-grid-theme/commit/06dced8207a425c9d778cf6bb6fedd6c96aadbb7))

packages/ag-grid-theme/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ag-grid-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@astrouxds/ag-grid-theme",
3-
"version": "0.0.2",
3+
"version": "4.4.5",
44
"description": "AG Grid theme using Astro UXDS styling",
55
"main": "index.js",
66
"files": [

packages/angular/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [4.4.5](https://github.com/RocketCommunicationsInc/astro/compare/v1.0.0...v4.4.5) (2021-10-20)
7+
8+
### Reverts
9+
10+
- Revert "v1.0.0" ([06dced8](https://github.com/RocketCommunicationsInc/astro/commit/06dced8207a425c9d778cf6bb6fedd6c96aadbb7))

packages/angular/package-lock.json

Lines changed: 4 additions & 85 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)