Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
markacianfrani committed Nov 22, 2021
1 parent ffe4df1 commit 2856387
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 15 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": "6.0.2"
"version": "6.0.3"
}
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": "6.0.2",
"version": "6.0.3",
"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": "6.0.2",
"version": "6.0.3",
"description": "Astro Web Components Angular Wrapper",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"dist/"
],
"dependencies": {
"@astrouxds/astro-web-components": "^6.0.2",
"@astrouxds/astro-web-components": "^6.0.3",
"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": "6.0.2",
"version": "6.0.3",
"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": "6.0.2",
"version": "6.0.3",
"description": "Astro Web Components React Wrapper",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,7 +40,7 @@
"typescript": "^3.3.4000"
},
"dependencies": {
"@astrouxds/astro-web-components": "^6.0.2",
"@astrouxds/astro-web-components": "^6.0.3",
"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.

6 changes: 3 additions & 3 deletions 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": "6.0.2",
"version": "6.0.3",
"description": "Astro Web Components",
"main": "dist/index.cjs.js",
"module": "dist/custom-elements/index.js",
Expand Down Expand Up @@ -46,10 +46,10 @@
"@astrouxds/astro-figma-export": "~1.0.1",
"@astrouxds/storybook-addon-docs-stencil": "~1.0.7",
"@babel/core": "~7.13.16",
"@stencil/eslint-plugin": "~0.4.0",
"@stencil/sass": "~1.4.1",
"@stencil/angular-output-target": "~0.2.0",
"@stencil/eslint-plugin": "~0.4.0",
"@stencil/react-output-target": "~0.1.0",
"@stencil/sass": "~1.4.1",
"@storybook/addon-a11y": "~6.3.7",
"@storybook/addon-actions": "~6.3.7",
"@storybook/addon-docs": "~6.3.7",
Expand Down

0 comments on commit 2856387

Please sign in to comment.