Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mshidlov committed Feb 6, 2022
2 parents e33ce33 + 305e95c commit 5308ac6
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 16 deletions.
10 changes: 10 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,16 @@
"contributions": [
"doc"
]
},
{
"login": "alexbass86",
"name": "Alex Bass",
"avatar_url": "https://avatars.githubusercontent.com/u/96179897?v=4",
"profile": "https://github.com/alexbass86",
"contributions": [
"design",
"bug"
]
}
],
"contributorsPerLine": 7,
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div align="center">

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-43-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-44-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

</div>
Expand Down Expand Up @@ -194,6 +194,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
</tr>
<tr>
<td align="center"><a href="https://github.com/Rutam21"><img src="https://avatars.githubusercontent.com/u/47860497?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Rutam Prita Mishra</b></sub></a><br /><a href="https://github.com/amplication/amplication/commits?author=Rutam21" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/alexbass86"><img src="https://avatars.githubusercontent.com/u/96179897?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Alex Bass</b></sub></a><br /><a href="#design-alexbass86" title="Design">🎨</a> <a href="https://github.com/amplication/amplication/issues?q=author%3Aalexbass86" title="Bug reports">🐛</a></td>
</tr>
</table>

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages/amplication-data-service-generator/src/admin/static/",
"packages/amplication-data-service-generator/src/server/static/"
],
"version": "0.11.1",
"version": "0.11.2",
"command": {
"bootstrap": {
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion packages/amplication-cli/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/amplication-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@amplication/cli",
"description": "Amplication CLI",
"version": "0.11.1",
"version": "0.11.2",
"repository": {
"type": "git",
"url": "https://github.com/amplication/amplication.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/amplication-client/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/amplication-client/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@amplication/client",
"version": "0.11.1",
"version": "0.11.2",
"private": true,
"dependencies": {
"@amplication/data": "^0.11.1",
"@amplication/design-system": "^0.11.1",
"@amplication/design-system": "^0.11.2",
"@apollo/client": "3.3.16",
"@extra-set/difference": "2.2.3",
"@rooks/use-window-size": "3.6.0",
Expand Down

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

2 changes: 1 addition & 1 deletion packages/amplication-data-service-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplication/data-service-generator",
"version": "0.11.1",
"version": "0.11.2",
"private": true,
"main": "./dist/index.js",
"scripts": {
Expand Down

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

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "admin-template",
"version": "0.11.1",
"version": "0.11.2",
"private": true,
"dependencies": {
"@apollo/client": "3.3.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplication-design-system/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/amplication-design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplication/design-system",
"version": "0.11.1",
"version": "0.11.2",
"main": "dist/index.js",
"scripts": {
"check-format": "prettier --check .",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplication-server/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/amplication-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplication/server",
"version": "0.11.1",
"version": "0.11.2",
"private": true,
"scripts": {
"prebuild": "rimraf dist",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@amplication/container-builder": "^0.11.1",
"@amplication/data": "^0.11.1",
"@amplication/data-service-generator": "^0.11.1",
"@amplication/data-service-generator": "^0.11.2",
"@amplication/deployer": "^0.11.1",
"@apollo/gateway": "0.42.3",
"@codebrew/nestjs-storage": "0.1.6",
Expand Down

0 comments on commit 5308ac6

Please sign in to comment.