Skip to content

Commit

Permalink
Migrate aws sdk react components to the new form styling under featur…
Browse files Browse the repository at this point in the history
…e flag (#62)

* Prepare 0.3.0
  • Loading branch information
idastambuk authored Oct 23, 2023
1 parent ef96d96 commit 1764267
Show file tree
Hide file tree
Showing 23 changed files with 3,138 additions and 1,913 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## v0.3.0

- Migrate aws sdk react components to the new form styling under feature flag awsDatasourcesNewFormStyling in [#62](https://github.com/grafana/grafana-aws-sdk-react/pull/62)

## v0.2.0

- Add support for temporary credentials in athena
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafana/aws-sdk",
"version": "0.2.0",
"version": "0.3.0",
"description": "Common AWS features for grafana",
"main": "dist/index.js",
"module": "dist/esm/index.js",
Expand All @@ -27,13 +27,13 @@
"license": "Apache-2.0",
"dependencies": {
"@grafana/async-query-data": "0.1.4",
"@grafana/experimental": "1.1.0"
"@grafana/experimental": "1.7.0"
},
"devDependencies": {
"@grafana/data": "9.3.2",
"@grafana/runtime": "9.3.2",
"@grafana/toolkit": "9.3.2",
"@grafana/ui": "9.3.2",
"@grafana/data": "9.4.14",
"@grafana/runtime": "9.4.14",
"@grafana/toolkit": "9.4.14",
"@grafana/ui": "9.4.14",
"@rollup/plugin-node-resolve": "^15.0.1",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5",
Expand Down
295 changes: 0 additions & 295 deletions src/ConnectionConfig.tsx

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import '@testing-library/jest-dom/extend-expect';
import React from 'react';
import { render, screen, waitFor } from '@testing-library/react';
import { AwsAuthDataSourceJsonData, AwsAuthDataSourceSecureJsonData, AwsAuthType } from './types';
import { AwsAuthDataSourceJsonData, AwsAuthDataSourceSecureJsonData, AwsAuthType } from '../types';
import { ConnectionConfig, ConnectionConfigProps } from './ConnectionConfig';
import selectEvent from 'react-select-event';
import { config } from '@grafana/runtime';
Expand Down
Loading

0 comments on commit 1764267

Please sign in to comment.