Skip to content

Commit 7d29cdb

Browse files
committed
Merge remote-tracking branch 'remotes/spc/master'
2 parents 60cb642 + 9fbff5f commit 7d29cdb

File tree

183 files changed

+2702
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

183 files changed

+2702
-0
lines changed

libraries/decorators/.npmignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Ignore everything by default
2+
**
3+
4+
# Use negative patterns to bring back the specific things we want to publish
5+
!/bin/**
6+
!/lib/**
7+
!/dist/**
8+
!ThirdPartyNotice.txt
9+
!/EULA/**
10+
11+
# NOTE: These don't need to be specified, because NPM includes them automatically.
12+
#
13+
# package.json
14+
# README (and its variants)
15+
# CHANGELOG (and its variants)
16+
# LICENSE / LICENCE
17+
18+
## Project specific definitions
19+
# -----------------------------
20+
21+
# (Add your exceptions here)
Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
{
2+
"name": "@microsoft/decorators",
3+
"entries": [
4+
{
5+
"version": "1.1.0",
6+
"tag": "@microsoft/decorators_v1.1.0",
7+
"date": "Thu, 08 Jun 2017 19:39:03 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Force a minor bump."
12+
}
13+
]
14+
}
15+
},
16+
{
17+
"version": "1.0.1",
18+
"tag": "@microsoft/decorators_v1.0.1",
19+
"date": "Thu, 25 May 2017 21:09:42 GMT",
20+
"comments": {
21+
"patch": [
22+
{
23+
"comment": "Removed extraneous dependency"
24+
}
25+
],
26+
"dependency": [
27+
{
28+
"comment": "Updated dependency \"@ms/sp-build-internal-web\" from `~0.5.3` to `~0.6.0`"
29+
}
30+
]
31+
}
32+
},
33+
{
34+
"version": "1.0.0",
35+
"tag": "@microsoft/decorators_v1.0.0",
36+
"date": "Fri, 17 Feb 2017 23:09:23 GMT",
37+
"comments": {
38+
"patch": [
39+
{
40+
"comment": "Enabled strictNullChecks compiler flag"
41+
},
42+
{
43+
"comment": "Removed set-webpack-public-path from decorators"
44+
},
45+
{
46+
"comment": "Locked version numbers for @types packages"
47+
},
48+
{
49+
"comment": "Updated .npmignore"
50+
}
51+
],
52+
"major": [
53+
{
54+
"comment": "General availability"
55+
}
56+
]
57+
}
58+
},
59+
{
60+
"version": "0.2.1",
61+
"tag": "@microsoft/decorators_v0.2.1",
62+
"date": "Tue, 03 Jan 2017 21:52:49 GMT",
63+
"comments": {
64+
"patch": [
65+
{
66+
"comment": "More changes for RC0 release."
67+
}
68+
],
69+
"dependency": [
70+
{
71+
"comment": "Updating dependency \"@microsoft/sp-loader\" from `~0.6.0` to `~0.7.0`"
72+
}
73+
]
74+
}
75+
},
76+
{
77+
"version": "0.2.0",
78+
"tag": "@microsoft/decorators_v0.2.0",
79+
"date": "Tue, 06 Dec 2016 20:44:26 GMT",
80+
"comments": {
81+
"minor": [
82+
{
83+
"comment": "Changes for RC0 release."
84+
}
85+
],
86+
"dependency": [
87+
{
88+
"comment": "Updating dependency \"@microsoft/sp-loader\" from `~0.5.1` to `~0.6.0`"
89+
}
90+
]
91+
}
92+
}
93+
]
94+
}

libraries/decorators/CHANGELOG.md

Lines changed: 46 additions & 0 deletions

0 commit comments

Comments
 (0)