Skip to content

Commit

Permalink
⬆️ v3.7.1...v3.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nadnoslen committed Mar 30, 2022
1 parent bdb43db commit f54db99
Show file tree
Hide file tree
Showing 5 changed files with 135 additions and 421 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

# misc
/.env*
/.pnp*
/.sass-cache
/connect.lock
/coverage/
Expand Down
18 changes: 4 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,6 @@

This addon allows you to quickly and conveniently create a [Bootstrap3 Tooltip](https://getbootstrap.com/docs/3.3/javascript/#tooltips).

## Tested Against

[![ember-lts-2.4](https://img.shields.io/badge/ember--try-ember--lts--2.4-brightgreen.svg)](https://circleci.com/gh/cybertoothca/ember-cli-bootstrap3-tooltip)
[![ember-lts-2.8](https://img.shields.io/badge/ember--try-ember--lts--2.8-brightgreen.svg)](https://circleci.com/gh/cybertoothca/ember-cli-bootstrap3-tooltip)
[![ember-lts-2.12](https://img.shields.io/badge/ember--try-ember--lts--2.12-brightgreen.svg)](https://circleci.com/gh/cybertoothca/ember-cli-bootstrap3-tooltip)

[![ember-release](https://img.shields.io/badge/ember--try-ember--release-brightgreen.svg)](https://circleci.com/gh/cybertoothca/ember-cli-bootstrap3-tooltip)
[![ember-beta](https://img.shields.io/badge/ember--try-ember--beta-brightgreen.svg)](https://circleci.com/gh/cybertoothca/ember-cli-bootstrap3-tooltip)
[![ember-canary](https://img.shields.io/badge/ember--try-ember--canary-brightgreen.svg)](https://circleci.com/gh/cybertoothca/ember-cli-bootstrap3-tooltip)

## Demo

The demonstration web application can be found here:
Expand Down Expand Up @@ -52,10 +42,6 @@ section below._

## Requirements

- **Ember >= 2.3.0**: This addon uses the
[hash helper](http://emberjs.com/blog/2016/01/15/ember-2-3-released.html#toc_hash-helper) which was
introduced in Ember-2.3.0.
- Ember CLI
- You must have Bootstrap 3.x installed in your Ember application. Feel free to use the
[ember-cli-bootstrap3-sass](http://emberobserver.com/addons/ember-cli-bootstrap3-sass)
addon to setup Bootstrap if you haven't already done so.
Expand Down Expand Up @@ -322,6 +308,10 @@ npm publish
ember deploy production
```

## Contributing

See the [Contributing](CONTRIBUTING.md) guide for details.

## License

This project is licensed under the [MIT License](LICENSE.md).
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
"bootstrap-sass": "3.4.1",
"bootswatch": "3.4.1",
"broccoli-asset-rev": "^3.0.0",
"ember-cli": "~3.7.1",
"ember-cli": "~3.8.3",
"ember-cli-app-version": "^3.1.0",
"ember-cli-clock": "^3.0.0",
"ember-cli-dependency-checker": "^3.0.0",
"ember-cli-dependency-checker": "^3.1.0",
"ember-cli-deploy": "^1.0.1",
"ember-cli-deploy-build": "^2.0.0",
"ember-cli-deploy-gzip": "^1.0.0",
Expand All @@ -78,7 +78,7 @@
"ember-maybe-import-regenerator": "^0.1.6",
"ember-qunit": "^3.4.1",
"ember-resolver": "^7.0.0",
"ember-source": "~3.7.0",
"ember-source": "~3.8.0",
"ember-source-channel-url": "^2.0.1",
"ember-try": "^1.0.0",
"eslint-plugin-ember": "^5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/dummy/config/ember-cli-update.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
{
"name": "ember-cli",
"version": "3.7.1",
"version": "3.8.3",
"blueprints": [
{
"name": "addon",
Expand Down
Loading

0 comments on commit f54db99

Please sign in to comment.