@codecademy/gamut-styles 14.0.0 → 14.0.1-alpha.029fea.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/CHANGELOG.md +8 -0
- package/package.json +4 -8
- package/project.json +22 -0
- package/.turbo/turbo-build.log +0 -9
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
### [14.0.1-alpha.029fea.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@14.0.0...@codecademy/gamut-styles@14.0.1-alpha.029fea.0) (2022-07-29)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @codecademy/gamut-styles
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [14.0.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@13.4.0...@codecademy/gamut-styles@14.0.0) (2022-07-27)
|
|
7
15
|
|
|
8
16
|
|
package/package.json
CHANGED
|
@@ -1,23 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codecademy/gamut-styles",
|
|
3
3
|
"description": "Styleguide & Component library for codecademy.com",
|
|
4
|
-
"version": "14.0.0",
|
|
4
|
+
"version": "14.0.1-alpha.029fea.0",
|
|
5
5
|
"author": "Jake Hiller <jake@codecademy.com>",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
8
8
|
"scripts": {
|
|
9
|
-
"build
|
|
10
|
-
"build:compile": "tsc",
|
|
11
|
-
"build:transpile": "babel ./src --out-dir ./dist --copy-files --extensions \".ts,.tsx\"",
|
|
12
|
-
"build": "yarn build:clean && yarn build:compile && yarn build:transpile",
|
|
13
|
-
"lernaBuildTask": "yarn build"
|
|
9
|
+
"build": "nx build @codecademy/gamut-styles"
|
|
14
10
|
},
|
|
15
11
|
"repository": {
|
|
16
12
|
"type": "git",
|
|
17
13
|
"url": "git@github.com:Codecademy/gamut.git"
|
|
18
14
|
},
|
|
19
15
|
"dependencies": {
|
|
20
|
-
"@codecademy/variance": "
|
|
16
|
+
"@codecademy/variance": "0.20.1-alpha.029fea.0",
|
|
21
17
|
"@emotion/is-prop-valid": "^1.1.0",
|
|
22
18
|
"polished": "^4.1.2"
|
|
23
19
|
},
|
|
@@ -39,5 +35,5 @@
|
|
|
39
35
|
"publishConfig": {
|
|
40
36
|
"access": "public"
|
|
41
37
|
},
|
|
42
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "298a42763152d7851acb5ca181062f35f9a70d22"
|
|
43
39
|
}
|
package/project.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
|
3
|
+
"sourceRoot": "packages/gamut-styles/src",
|
|
4
|
+
"projectType": "library",
|
|
5
|
+
"targets": {
|
|
6
|
+
"build": {
|
|
7
|
+
"outputs": ["{options.outputPath}"],
|
|
8
|
+
"executor": "nx:run-commands",
|
|
9
|
+
"options": {
|
|
10
|
+
"cwd": "packages/gamut-styles",
|
|
11
|
+
"outputPath": "./dist",
|
|
12
|
+
"commands": [
|
|
13
|
+
"rm -rf ./dist",
|
|
14
|
+
"tsc",
|
|
15
|
+
"babel ./src --out-dir ./dist --copy-files --extensions \".ts,.tsx\""
|
|
16
|
+
],
|
|
17
|
+
"parallel": false
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"tags": []
|
|
22
|
+
}
|
package/.turbo/turbo-build.log
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
[33m@codecademy/gamut-styles:build: [0mcache hit, replaying output [2m584f2a98beee637c[0m
|
|
2
|
-
[33m@codecademy/gamut-styles:build: [0m$ yarn build:clean && yarn build:compile && yarn build:transpile
|
|
3
|
-
[33m@codecademy/gamut-styles:build: [0m$ rm -rf ./dist
|
|
4
|
-
[33m@codecademy/gamut-styles:build: [0m$ tsc
|
|
5
|
-
[33m@codecademy/gamut-styles:build: [0m$ babel ./src --out-dir ./dist --copy-files --extensions ".ts,.tsx"
|
|
6
|
-
[33m@codecademy/gamut-styles:build: [0mBrowserslist: caniuse-lite is outdated. Please run:
|
|
7
|
-
[33m@codecademy/gamut-styles:build: [0m npx browserslist@latest --update-db
|
|
8
|
-
[33m@codecademy/gamut-styles:build: [0m Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
|
|
9
|
-
[33m@codecademy/gamut-styles:build: [0mSuccessfully compiled 45 files with Babel (1643ms).
|