Skip to content

Commit

Permalink
v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Norton committed Oct 20, 2021
1 parent f91c2fb commit e7a2d26
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages": ["packages/*"],
"version": "4.4.5"
"version": "6.0.0"
}
2 changes: 1 addition & 1 deletion packages/ag-grid-theme/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/ag-grid-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrouxds/ag-grid-theme",
"version": "4.4.5",
"version": "6.0.0",
"description": "AG Grid theme using Astro UXDS styling",
"main": "index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrouxds/angular",
"version": "4.4.5",
"version": "6.0.0",
"description": "Astro Web Components Angular Wrapper",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"dist/"
],
"dependencies": {
"@astrouxds/astro-web-components": "^4.4.5",
"@astrouxds/astro-web-components": "^6.0.0",
"tslib": "^1.9.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-uxds/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/astro-uxds/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-website",
"version": "4.4.5",
"version": "6.0.0",
"private": true,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@astrouxds/react",
"sideEffects": false,
"version": "4.4.5",
"version": "6.0.0",
"description": "Astro Web Components React Wrapper",
"repository": {
"type": "git",
Expand Down Expand Up @@ -39,7 +39,7 @@
"typescript": "^3.3.4000"
},
"dependencies": {
"@astrouxds/astro-web-components": "^4.4.5",
"@astrouxds/astro-web-components": "^6.0.0",
"babel-jest": "^26.6.3",
"ts-jest": "^27.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/web-components/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/web-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrouxds/astro-web-components",
"version": "4.4.5",
"version": "6.0.0",
"description": "Astro Web Components",
"main": "dist/index.cjs.js",
"module": "dist/custom-elements/index.js",
Expand Down

0 comments on commit e7a2d26

Please sign in to comment.