Skip to content

Commit 1528857

Browse files
committed
🔖 prep v1.3.0
1 parent 92bd49a commit 1528857

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

‎.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Hi there! Thanks for your interest in contributing to `ember-cli-prop-types`!
44

55
Before implementing new features and changes, please [submit a new
6-
issue](https://github.com/healthsparq/ember-cli-prop-types/issues/new). We'd love to
6+
issue](https://github.com/crystal-ball/ember-cli-prop-types/issues/new). We'd love to
77
discuss proposed changes before getting started, and also make sure we aren't already
88
working on the issue you have!
99

@@ -32,7 +32,7 @@ For more information on using ember-cli, visit [http://ember-cli.com/](http://em
3232

3333
## Submitting Pull Requests
3434

35-
1. Fork [this repository](https://github.com/healthsparq/ember-cli-prop-types/)
35+
1. Fork [this repository](https://github.com/crystal-ball/ember-cli-prop-types/)
3636
2. Create a new branch with your feature name (e.g. `add-additional-feature`)
3737
3. Make your changes
3838
4. If you added new features, write tests for them

‎CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.3.0 Grid Weaver
4+
5+
- ✨ Adds `getDefaultProps` functionality
6+
37
## 1.2.0 Digital Cyber Scorpion Venom
48

59
- 🔨 Updates and improves the prod code-stripping mechanism

‎README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
![PropTypes Icon](https://github.com/healthsparq/ember-cli-prop-types/raw/master/icon.png)
1+
![PropTypes Icon](https://github.com/crystal-ball/ember-cli-prop-types/raw/master/icon.png)
22

33
[![Latest NPM release](https://img.shields.io/npm/v/ember-cli-prop-types.svg)](
44
https://www.npmjs.com/package/ember-cli-prop-types)
55
[![Ember Observer Score](https://emberobserver.com/badges/ember-cli-prop-types.svg)](https://emberobserver.com/addons/ember-cli-prop-types)
6-
[![Dependencies](https://david-dm.org/healthsparq/ember-cli-prop-types.svg)](https://david-dm.org/healthsparq/ember-cli-prop-types)
7-
[![Dev Dependencies](https://david-dm.org/healthsparq/ember-cli-prop-types/dev-status.svg)](https://david-dm.org/healthsparq/ember-cli-prop-types?type=dev)
6+
[![Dependencies](https://david-dm.org/crystal-ball/ember-cli-prop-types.svg)](https://david-dm.org/crystal-ball/ember-cli-prop-types)
7+
[![Dev Dependencies](https://david-dm.org/crystal-ball/ember-cli-prop-types/dev-status.svg)](https://david-dm.org/crystal-ball/ember-cli-prop-types?type=dev)
88

99
# Ember CLI PropTypes
1010

@@ -14,7 +14,7 @@ addon itself is very simple, it includes:
1414
1. AMD compatible import of `prop-types` library _(prod optimized import weight of
1515
only 0.12KB gzipped)_.
1616
2. Ember `Component` reopen in dev builds to call `checkPropTypes`, see the
17-
[component-prop-types](https://github.com/healthsparq/ember-cli-prop-types/blob/master/addon/initializers/component-prop-types.js)
17+
[component-prop-types](https://github.com/crystal-ball/ember-cli-prop-types/blob/master/addon/initializers/component-prop-types.js)
1818
initializer _(Component reopen stripped for production builds)_.
1919

2020
Props validations and the validators themselves are all provided by the
@@ -161,4 +161,4 @@ module.exports = function(defaults) {
161161
If you'd like to contribute, please read our [contribution
162162
guidelines](./.github/CONTRIBUTING.md) and then get cracking!
163163

164-
[Please report bugs using the issues tab.](https://github.com/healthsparq/ember-cli-prop-types/issues)
164+
[Please report bugs using the issues tab.](https://github.com/crystal-ball/ember-cli-prop-types/issues)

‎package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-prop-types",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Props validations for Ember applications using prop-types",
55
"keywords": [
66
"ember-addon",
@@ -18,9 +18,9 @@
1818
"doc": "doc",
1919
"test": "tests"
2020
},
21-
"repository": "https://github.com/healthsparq/ember-cli-prop-types",
21+
"repository": "https://github.com/crystal-ball/ember-cli-prop-types",
2222
"bugs": {
23-
"url": "https://github.com/healthsparq/ember-cli-prop-types/issues"
23+
"url": "https://github.com/crystal-ball/ember-cli-prop-types/issues"
2424
},
2525
"scripts": {
2626
"build": "ember build",

0 commit comments

Comments
 (0)