eslint-plugin-gamut 2.0.0 → 2.0.1-alpha.d3e2e6.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.
@@ -1,4 +1,4 @@
1
- eslint-plugin-gamut:build: cache hit, replaying output 221ad167b9c1d502
2
- eslint-plugin-gamut:build: $ yarn build:clean && yarn build:compile
3
- eslint-plugin-gamut:build: $ rm -rf dist
4
- eslint-plugin-gamut:build: $ tsc
1
+ eslint-plugin-gamut:build: cache hit, replaying output 9ad1e504b9ad65ee
2
+ eslint-plugin-gamut:build: $ yarn build:clean && yarn build:compile
3
+ eslint-plugin-gamut:build: $ rm -rf dist
4
+ eslint-plugin-gamut:build: $ tsc
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
+ ### [2.0.1-alpha.d3e2e6.0](https://github.com/Codecademy/gamut/compare/eslint-plugin-gamut@2.0.0...eslint-plugin-gamut@2.0.1-alpha.d3e2e6.0) (2022-05-11)
7
+
8
+ **Note:** Version bump only for package eslint-plugin-gamut
9
+
10
+
11
+
12
+
13
+
6
14
  ## 2.0.0 (2022-03-25)
7
15
 
8
16
 
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2016 Ryzac, Inc.
3
+ Copyright (c) 2022 Codecademy LLC
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/jest.config.js CHANGED
@@ -1,5 +1,4 @@
1
1
  module.exports = require('../../jest.config.base')('eslint-plugin-gamut', {
2
- testEnvironment: 'node',
3
2
  setupFiles: [],
4
3
  setupFilesAfterEnv: [],
5
4
  });
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "gamut-styles"
9
9
  ],
10
10
  "name": "eslint-plugin-gamut",
11
- "version": "2.0.0",
11
+ "version": "2.0.1-alpha.d3e2e6.0",
12
12
  "license": "MIT",
13
13
  "main": "./dist/index.js",
14
14
  "module": "dist/index.js",
@@ -34,5 +34,5 @@
34
34
  "@types/eslint": "^8.4.1",
35
35
  "eslint": "^8.11.0"
36
36
  },
37
- "gitHead": "619b371a7b73b0f51db195767e8be13470dd947e"
37
+ "gitHead": "fb57484dacf41bc248a44b9f5beba0210dee17c4"
38
38
  }