Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Flip all deprecated UI packages back to private to resolve deployment issues. #10602

Merged
merged 17 commits into from
Nov 3, 2022
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/amplify-ui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@aws-amplify/ui-components",
"private": "true",
"version": "1.9.40",
"description": "Core Amplify UI Component Library",
"module": "dist/index.mjs",
Expand Down
1 change: 1 addition & 0 deletions packages/amplify-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@aws-amplify/ui",
"private": "true",
"version": "2.0.7",
"main": "dist/aws-amplify-ui.js",
"types": "lib/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/aws-amplify-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "aws-amplify-angular",
"private": "true",
"version": "6.0.60",
"description": "AWS Amplify Angular Components",
"main": "bundles/aws-amplify-angular.umd.js",
Expand Down
1 change: 1 addition & 0 deletions packages/aws-amplify-react/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "aws-amplify-react",
"private": "true",
"version": "5.1.43",
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
"main": "./lib/index.js",
Expand Down
1 change: 1 addition & 0 deletions packages/aws-amplify-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "aws-amplify-vue",
"private": "true",
"version": "2.1.9",
"license": "Apache-2.0",
"author": "Amazon Web Services",
Expand Down