@unimelb/pattern-lib-vue 14.2.3 → 14.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.out/vue.js +2 -2
- package/README.md +4 -6
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,8 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
The contents of this repository have been produced by The University of Melbourne for internal use and must not be distributed without the express permission of The University of Melbourne.
|
|
6
6
|
|
|
7
|
-
[](https://semaphoreci.com/unimelb/pattern-lib)
|
|
8
|
-
|
|
9
7
|
[](https://app.netlify.com/sites/pattern-lib-unimelb/deploys)
|
|
10
8
|
|
|
11
9
|
- [Development Preview](https://dev--pattern-lib-unimelb.netlify.com/) (Netlify deploy from `dev` branch)
|
|
@@ -168,7 +166,7 @@ To deploy to production:
|
|
|
168
166
|
1. Create a pull request to merge the `dev` branch into `master` - e.g. "Deploy v1.0.1".
|
|
169
167
|
1. Wait for the mandatory checks to pass then select `Create a merge commit`
|
|
170
168
|
|
|
171
|
-
|
|
169
|
+
Github Actions then automatically builds the library and syncs the output files to S3. If the version you're deploying had been previously deployed, you'll need to invalidate the files on the CDN (AWS Cloudfront) or wait a day or so for this to happen automatically. Once the library is deployed, follow the release process below.
|
|
172
170
|
|
|
173
171
|
> **Note on versioning**: the version number follows the [semver](http://semver.org/) convention `MAJOR.MINOR.PATCH`, where: `MAJOR` corresponds to a breaking change (e.g. a change in a component's markup), `MINOR` to a new feature (e.g. a new component, a new feature for an existing component, etc.), and `PATCH` to a bug fix or under-the-hood change (e.g. code clean-up, performance improvement, etc.)
|
|
174
172
|
|
|
@@ -182,7 +180,7 @@ Pre-release builds can be created like this (using the git pre-push hook behind
|
|
|
182
180
|
1. in bash `git push` again
|
|
183
181
|
- You will be prompted that this will trigger a build. Answer 'y'
|
|
184
182
|
- This will push (only) your version number change commit to the remote `dev` repo
|
|
185
|
-
1. After the normal checks a build with the new version will be triggered by
|
|
183
|
+
1. After the normal checks a build with the new version will be triggered by Github Actions
|
|
186
184
|
|
|
187
185
|
> **Note on pre-release versions**: These are legitimate [semver](http://semver.org/) versions. They have the format MAJOR.MINOR.PATCH-beta.NUMBER. **Only** these pre-release versions will be published on `dev`.
|
|
188
186
|
|
|
@@ -190,11 +188,11 @@ Pre-release builds can be created like this (using the git pre-push hook behind
|
|
|
190
188
|
|
|
191
189
|
### How could you test before going live?
|
|
192
190
|
|
|
193
|
-
>
|
|
191
|
+
> Code changes to the remote `dev` branch triggers a `Github Actions` deploy into the AWS S3 Bucket in a folder called `latest` where the `CMS` team can appoint to `latest` and test it out before go to `production`.
|
|
194
192
|
|
|
195
193
|
> Each `pull request` that is opened, also is automatically generated a comment with a preview link to test it.
|
|
196
194
|
|
|
197
|
-
> **Note**: Always check
|
|
195
|
+
> **Note**: Always check `Github Actions` in your `pull request` checks to insure it is building properly, before merge into `dev`.
|
|
198
196
|
|
|
199
197
|
Supported browsers:
|
|
200
198
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unimelb/pattern-lib-vue",
|
|
3
3
|
"description": "A complete design system for the University of Melbourne.",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.3.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/unimelb/pattern-lib.git"
|
|
@@ -131,9 +131,9 @@
|
|
|
131
131
|
"stylelint-config-property-sort-order-smacss": "^5.0.0",
|
|
132
132
|
"stylelint-config-standard": "^19.0.0",
|
|
133
133
|
"stylelint-order": "^3.1.1",
|
|
134
|
-
"svg-fill-loader": "^0.0.8",
|
|
135
134
|
"svg-sprite-loader": "^4.3.0",
|
|
136
135
|
"svg-url-loader": "^2.3.3",
|
|
136
|
+
"svgo-loader": "^2.1.0",
|
|
137
137
|
"vue-axe": "^1.0.7",
|
|
138
138
|
"vue-html-loader": "^1.2.4",
|
|
139
139
|
"vue-jest": "^2.6.0",
|